Groups | Blog | Home
all groups > flash actionscript > august 2006 >

flash actionscript : next frame when video stops


scotparker
8/23/2006 8:36:55 PM
I'm sure this easy but I can't seem to find the solution. I have a video clip
(linked) that plays on a stop frame. Once the video has completed, I want to
move to another marker. How can I do this?
I'm using Flash 8 Pro.

scotparker
8/23/2006 9:29:25 PM
var listener:Object = new Object();
listener.complete = function() {
gotoAndPlay(20);
};
InstanceName.addEventListener("complete", listener);
AddThis Social Bookmark Button