flash load movieclip
flash load movieclip
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- unfittoprint0
You have to give a Linkage identifier to you instance movieclip in the Library [right click - linkage].
Then to load [attaching in this case] it to another movie in the Stage [holderMC] u should the following:
//let's say your symbol's name myMC
holderMC.attachMovie("myMC", "newMC", 10);