|
-
 Originally Posted by angelhdz
In your loaded swf, on the first frame of the animation or whatever it is, make a variable like
PHP Code:
var Redirect:Boolean=false;
and on the last frame
And in your container/Loader swf put
PHP Code:
onEnterFrame=function(){ if (container_mc.Redirect==true){ getURL("www.blabla.com", "_self"); } }
Hope that helps (i have not tested it)
The swf could not be opened because it is a converted swf.
Thanks for the reply.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|