Flash flv question
Flash flv question
Out of context: Reply #8
- Started
- Last post
- 12 Responses
- ********0
this.onEnterFrame = function() {
nsTime = (ns.time+0.1);
_global.nsLoadTime = nsTime;
if ((nsTime>=ns.totalTime) && (nsTime>1)) {
trace("film has ended");
// do whatever
this._parent.gotoAndPlay("finish...
break;
}
}