after external movie finish playing jump to a frame in the main time line
Hi
I'm trying to get a imported .wmv movie (Progressive download from a web server) that once it finish playing to jump to a particular "labeled" frame on the main flash time line.
I'm trying by using a cue point called "End" at the end of the movie, with a function that say something like:
if(cuePointName == "End"){
gotoAndPlay("name");
}
but I can't get it to work :(
Has any one done this before? any other idea of how to get flash to listen to a imported movie so when it get's to the end, a function will start playing a particular "labeled frame" in the main flash movie time line?
Thanks
Alex