Load/unload movie in flash
Load/unload movie in flash
Out of context: Reply #3
- Started
- Last post
- 8 Responses
- Meeklo0
Hey thanks for replying!
For some reason is not working properly if I just load the next movie on a different frame.
I used this (for the second movie)
//load Movie Behavior
if(this.holder == Number(this.holder)){
loadMovieNum("swf/1_jpgrotator_r... this.holder);
} else {
this.holder.loadMovie("swf/1_jpg...
}
//End Behavior