With jQuery this should be no more than an hour or two project depending on how you choose to implement it. But likely with the cycle plugin and a script that could return the name of valid images back to your page you should be good to go. Gotta love jQuery.. :)
Sincerely, Judd Pickell On Fri, Feb 18, 2011 at 12:29 PM, <[email protected]> wrote: > > Thanks Keith. > > Now I just need to find someone who can build what I need > as I don't think I can take on another learning project ;) > > Joe > >> Viewing the source for http://www.monkeytreephoto.com/ shows the following >> lines. I suspect they too are using jQuery to rotate their images. And >> more specifically it look like they are using the jQuery Cycle plugin. >> >> <!-- include jQuery library --> >> <script src="js/jquery-1.3.2.min.js" type="text/javascript"></script> >> >> <!-- include Cycle plugin -- >> <script src="js/jquery.cycle.min.js" type="text/javascript"></script> >> >> >> >> >> ------------------------ >> >> Keith Smith >> >> --- On Fri, 2/18/11, [email protected] <[email protected]> wrote: >> >> From: [email protected] <[email protected]> >> Subject: OT: How to auto-rotate images in a web page window >> To: [email protected] >> Date: Friday, February 18, 2011, 8:57 AM >> >> >> Recently, I have noticed what seems to be a new (and very nice) feature of >> gradually rotating images in a window on many web pages, but I can't find >> out how it is done. Here are a couple of examples: >> >> http://www.monkeytreephoto.com/index.php (very slow starting) >> http://www.filmmakeraccessories.com (six second delay between images) >> >> What do I need to get something like this to work on my web pages? >> >> I'd like to speed it up a bit and get it to cycle through a variety of >> images as they are added to a folder starting with the most recently >> added. >> >> >> >> --------------------------------------------------- >> PLUG-discuss mailing list - [email protected] >> To subscribe, unsubscribe, or to change your mail settings: >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >> >> >> >> --------------------------------------------------- >> PLUG-discuss mailing list - [email protected] >> To subscribe, unsubscribe, or to change your mail settings: >> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > > > --------------------------------------------------- > PLUG-discuss mailing list - [email protected] > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss > --------------------------------------------------- PLUG-discuss mailing list - [email protected] To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
