Pele
07-19-2001, 02:22 AM
I want to load a swf movie (test.swf) into my main stage, so it becomes part of my movie
I have create a empty movie clip called (emptyMC).
and in the movieClip I put
onClipEvent(enterframe) {
loadMovie("test.swf", emptyMC)
}
test.swf and my main movie is in the same folder
I can't get this work. The test.swf will just won't show. can someone help me. Also, how can I restrict the size of the movie (test.swf) .
thanks
Pele
I have create a empty movie clip called (emptyMC).
and in the movieClip I put
onClipEvent(enterframe) {
loadMovie("test.swf", emptyMC)
}
test.swf and my main movie is in the same folder
I can't get this work. The test.swf will just won't show. can someone help me. Also, how can I restrict the size of the movie (test.swf) .
thanks
Pele