Hello!
Just a quick question, I have a button which when clicked plays some animation ( this is in a new swf).
I want the button to play the short animation and a new URL page to appear…
i have no problems with the above… the only problem i have is that you only see 1 sec of the animation cause the page changes…
So my question is… how can i make the new page open after the short animation has finished playing…?
I am using the simple
on (release) {
loadMovie(“files/tester.swf”, “container”),
to load the movie on click and i have added
//Goto Webpage Behavior
getURL(“http://google.com","_self”);
what can i do so that the animation can play without being disturbed?