**flash help **
**flash help **
Out of context: Reply #2
- Started
- Last post
- 8 Responses
- Dcsign0
the external movie is loaded into an empty movieclip via a button:
on (release) {
if(this.pageturn == Number(this.pageturn)){
loadMovieNum("pageflip.swf",this...
} else {
this.pageturn.loadMovie("pagefli...
}
gotoAndPlay(2);}
....and the external movie has in it a simple if loaded then go to play actionscript....