Hi there,
I’ve got a movieclip, external .swf. It got an animation and buttons inside itself.
I want it to appear on rollover and be functional. It does appear, animation plays, but buttons are inactive.
I’m loading it into MC dynamic text box by rollover another mc button which got a following code:
on (rollOver) {
_parent.red.loadMovie("meniu1.swf", red);
}
[red - mc_dynamic text box, meniu1 - external .swf]
could someone please tell me, how and what should i do to get an appearing movie clip with functioning and linked buttons.
many thanks