FLASH: load external movie
FLASH: load external movie
Out of context: Reply #3
- Started
- Last post
- 6 Responses
- unfittoprint0
mc1.onEnterFrame = function(){
if(this._currentframe == this._totalframes){
this._parent.mc2.play();
delete this.onEnterFrame;
}}