kemosabe
10-23-2006, 07:37 PM
big newbie to Flash 8, i just want to load a swf on top of another, in a new level. my level0 is called "main.fla". At the keyframe where I want the external movie clip to load, I have this:
//load Movie Behavior
if(this == Number(this)){
loadMovieNum("starbucks01.swf",_this);
} else {
this.loadMovie("starbucks01.swf");
}
//End Behavior
//...which replaces my level0 with starbucks01.swf. grrrr....
i've tried adding "_level1", etc. in the behaviors palette popup, but no dice. any advice for the humblest of newbies? i miss flash 5. sigh...
//load Movie Behavior
if(this == Number(this)){
loadMovieNum("starbucks01.swf",_this);
} else {
this.loadMovie("starbucks01.swf");
}
//End Behavior
//...which replaces my level0 with starbucks01.swf. grrrr....
i've tried adding "_level1", etc. in the behaviors palette popup, but no dice. any advice for the humblest of newbies? i miss flash 5. sigh...