I’m making a logo gallery and i was wondering if i can load into an empty movieclip another mc instead of pictures… im using this now…
on(release){
this._parent.containerMC.loadPic(“pic1.jpg”);
}
And and trying to load the movieclip into the same target as this…
on(release){
this._parent.containerMC.loadmovieclip(arp);
}
Any help?