Slideshow for Photoblog
So I have been working on a nice little slideshow application that will be used for Photoblog. Its a little bit of html and editing some java code to make it work. I am looking to make this work a big better so it will be easily implemented into any webpage.
So first here are two examples of how you can use it
Showing most recent post
http://www.zcentric.com/examples/slideshow_front.html
Show a certain post by date
http://www.zcentric.com/examples/slideshow_date.html
You can see the different things you can change in the one javascript line for now.. This will probably change but for now it works
http://www.photoblog.com/slideshow/js/slideshow.js?user=mikezupan&type=large&timer=6&date=2006-12-3
now you can see some things
user : that will be your username
type : this is the size of the images you want to show.. the options can be large/medium/small
timer : this is the time in seconds you want it to cycle each picture. It will default to 3 so you can't put anything less.
date : this is optional but it needs to be in the yyyy-mm-dd format. If you leave it out it will show your most recent post.