Jan- I'd probably opt for something even simpler - this will show a slide for five seconds, then move on to the next. No programming needed:
<html> <head> <META HTTP-EQUIV="Refresh" CONTENT="5;URL=MySlideShow/slide2.html"> </head> <body> <img src="slide1.jpg"> </body> </html> -- -Mark Wieder [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
