I put it in a frame with action script2.0:
- Code: Select all
stop();
var listenerObject:Object = new Object();
listenerObject.complete = function(eventObject:Object):Void {
gotoAndStop("End",1);
};
newvideo.addEventListener("complete", listenerObject);
My video play correctly until it finished. But it doesn't play next scence automatically. And in next scene I have a video too, so I have to gotoAndStop(); it.
Please help me, any one! Thanks a lot for your helps! I have tried too much time with another code! (And I'm so sorry about my english
