PC Review


Reply
Thread Tools Rate Thread

how do i get pictures to change on a timed setting?

 
 
=?Utf-8?B?U290aHBhdw==?=
Guest
Posts: n/a
 
      21st Feb 2006
i want a picture to apear in the corner as a nifty graphic and i want it to
change to another picture every few seconds, and i want it to keep changing
to other pictures that i have set up in a directory.
 
Reply With Quote
 
 
 
 
Steve Easton
Guest
Posts: n/a
 
      21st Feb 2006
Google for: javascript slide show



--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer



"Sothpaw" <(E-Mail Removed)> wrote in message
news:7FA99938-1643-4E45-9FB9-(E-Mail Removed)...
>i want a picture to apear in the corner as a nifty graphic and i want it to
> change to another picture every few seconds, and i want it to keep
> changing
> to other pictures that i have set up in a directory.



 
Reply With Quote
 
KatrinaLouisiana.us
Guest
Posts: n/a
 
      22nd Feb 2006
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--

// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/

gSlideshowInterval = 5;

gNumberOfImages = 4;

gImages = new Array(gNumberOfImages);

gImages[0] = "imagescajun/image1.jpg";

gImages[1] = "imagescajun/image2.jpg";

gImages[2] = "imagescajun/image3.jpg";

gImages[3] = "imagescajun/image4.jpg";

function canManipulateImages() {

if (document.images)

return true;

else

return false;

}

function loadSlide(imageURL) {

if (gImageCapableBrowser) {

document.slide.src = imageURL;

return false;

}

else {

return true;

}

}

function nextSlide() {

gCurrentImage = (gCurrentImage + 1) % gNumberOfImages;

loadSlide(gImages[gCurrentImage]);

}

gImageCapableBrowser = canManipulateImages();

gCurrentImage = 0;

setInterval("nextSlide()",gSlideshowInterval * 1000);

// -->

</SCRIPT>



"Sothpaw" <(E-Mail Removed)> wrote in message
news:7FA99938-1643-4E45-9FB9-(E-Mail Removed)...
>i want a picture to apear in the corner as a nifty graphic and i want it to
> change to another picture every few seconds, and i want it to keep
> changing
> to other pictures that i have set up in a directory.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Thumbnails of pictures in the My Pictures tab change to icons after emailing sjkline@chartermi.net Windows XP Help 5 8th Jul 2007 02:10 AM
Does XP Pro have either timed wake-up or timed turn-on commands? =?Utf-8?B?Sm9Cbw==?= Windows XP Work Remotely 7 7th Feb 2006 03:31 PM
Make pictures appear and disappear in timed sequence Michael Crago Microsoft Powerpoint 1 5th Jan 2005 10:58 AM
Re: Setting a timed event in Excel - Please Help Bob Phillips Microsoft Excel Programming 0 30th Apr 2004 07:07 PM
Re: Setting a timed event in Excel - Please Help Bob Phillips Microsoft Excel Programming 0 30th Apr 2004 07:06 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:12 AM.