you can do the automatic advance in html using the REFRESH meta
tag<http://en.wikipedia.org/wiki/Meta_refresh>

I've built photo galleries around a lot of html pages and refresh tags.

Depreciated by the W3C for redirects, but works like a champ for this
purpose.

Place inside <head> to refresh page after 5 seconds:

<meta http-equiv="refresh" content="5" />

Redirect to http://example.com/ after 5 seconds:

<meta http-equiv="refresh" content="5;url=http://example.com/"; />

Redirect to http://example.com/ immediately:
<meta http-equiv="refresh" content="0;url=http://example.com/"; />.


2009/12/19 Sivakatirswami <ka...@hindu.org>

> while waiting for the plug-in to settle down ( I can't deploy revlets until
> the update function is working)
>
>
> Now, I'm wondering if there is a way to make this thing drive itself, so
> the user does not have to click the next button, using iRev code.
>
>
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to