Question
actionscript doesn't load with movie
I created a flash movie to be loaded into another movie
using:
on (release) {
//load Movie Behavior
if(this.holder2 == Number(this.holder2)){
loadMovieNum("theRetro.swf",this.holder2);
} else {
this.holder2.loadMovie("theRetro.swf");
}
//End Behavior
}
when I play the "theRetro.swf" by itself it works great, when I load it into another movie, it plays but the actionscript doesn't work. Both are done and published in Flash 8.
Anyone have this problem.
Thank you in advance for your help.
Keith
on (release) {
//load Movie Behavior
if(this.holder2 == Number(this.holder2)){
loadMovieNum("theRetro.swf",this.holder2);
} else {
this.holder2.loadMovie("theRetro.swf");
}
//End Behavior
}
when I play the "theRetro.swf" by itself it works great, when I load it into another movie, it plays but the actionscript doesn't work. Both are done and published in Flash 8.
Anyone have this problem.
Thank you in advance for your help.
Keith
