Hi Everybody
I am having some trouble with a swf inside a swf. When you click on the button CAST in index.swf I have this:
on (release) {
_root.theClip_mc.loadMovie(“cast.swf”);
}
which opens cast.swf. And it is supposed to load up a ‘gallery’ with clickable buttons:
on (release) {
_root.content.loadMovie(“constance.jpg”);
}
to view each image. Now if it is played on its own, it works fine but as soon as I embed it into index.swf it stops working. Is this because I need to add _parent or _this anywhere…? Please help! I have tried various combos but with no success.
Thank you Forum!
AlexMac