Automatic Redirection after SWF loaded
What HTML-Code must I add if I want the next page to load once the flash SWF-file had finished loading?
I have this code:
<META HTTP-EQUIV=REFRESH CONTENT="3;URL=http://www.acme.com/intro.html">
....but i dont want it to run after 3 secs, because it interrups the video. I just want it redirecting once eveything has loaded.
Cheers, Ralph
|