Hello all,
Just need some assistance to make one thing to work.
I need to create one simple animation that will be in the beginning of the
website, kinda promotional thing, and then go to another flash (main flash).
I do the animation for about 30 seconds and i need when it's over, to go
immediately to the main flash or url.
Can you guys help me on this?
Bst Rgrds
JR
Ghost Of Death - 23 Jul 2008 12:03 GMT
hmmm i'm not sure i understnad what u wants exactly. but if you wanna play like
an intro and then go to another whole different page, you can put in the last
frame of the animation this code:
getURL("http://ww........","_self ")
_self means that it opens in the same window.
But if you wanna load another flash in the same place and the same size of the
intro, you can use the loadMovie() function