flash help pls
flash help pls
Out of context: Reply #5
- Started
- Last post
- 10 Responses
- Momentum20
so this is the code I have on my button in a movie clip:
on (release) {
this._parent.fluid.holder.gotoAn...
}and when it goes to the runload label, I placed this on that frame:
loadMovie("child.swf", "holder");
stop();Holder being the mc clip that holds the .swf
is that right?