View Full Version : Specific question on Flash transitions (javascript?)
johntkucz
09-06-2007, 02:02 AM
Okay, I have a flash file saved as .swf it loads in the browser fine with the <param> tags and everything. However, after it finishes playing it just stays on that blank page. I need it to play once then auo-load another page (so it becomes a welcome movie).
How do I engage the auto-load??
with a window.link.href="LINK" trigger? But how exactly? thanks.
punstc
09-06-2007, 06:11 AM
not a 100% sure what your asking here but i believe what you asking is how at the end of your flash animation to automatically go to another page?
easiest way i know of that also works fine is to just add 1 extra key frame at the end of you movie with a geturl code in it
when your animation reaches that frame it will automatically go to the url you gave it if you want to be in the same window as the first animation make sure you give it _self
ex.
getURL("http:www.google.com",_self);
stop();
if you want it to be a seperate window jsut change _self to _blank.
like i said not a hundred percent sure if that was what your looking for but i hope it helps
Medyman
09-06-2007, 08:49 PM
If you have access to the .fla, then what punstc says is the way to fix it.
If not, use a meta tag redirect (specifiying the lenth of the flash intro/movie within the tag.)
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.