Did you already write any action script for this?
Did you try using an empty movie clip with an onEvent handler?
The more information you can give me, the easier it will be fore me to help you.
I don't want to sit here and write out script for you if you've already tried it.
This could possibly work if you haven't alredy tried.
onClipEvent(load){
this.onEnterFrame = function(){
getUrl('
http://your.swf',_blank)
}
Just to add an adendum to this - You want to put this in an empty movie clip on the final frame of your intro. Just pop that code into the action panel of the blank movie clip.
I tested the script and it worked for me.
Also, if you want the movie to continue in the same browser window just change '_blank' to _parent, also you might want to use 'yourmovie.html' instead of 'yourmovie.swf'
Post Edited (Akewz) : 2/14/2005 7:29:50 PM GMT