Hi
I need to target 2 movie clips inside an external laoded swf, from 2 buttons in the main stage. Dont know how to target them. The Hotels.swf loads into the main movie fine but i need the clips inside it.
This is my code:
var mc_New = pinkie_mc.createEmptyMovieClip("abcd", 1);
mc_New._x = 100;
mc_New._y = -120
mc_New.loadMovie("hotels.swf");
Thanks
Koosha
I need to target 2 movie clips inside an external laoded swf, from 2 buttons in the main stage. Dont know how to target them. The Hotels.swf loads into the main movie fine but i need the clips inside it.
This is my code:
var mc_New = pinkie_mc.createEmptyMovieClip("abcd", 1);
mc_New._x = 100;
mc_New._y = -120
mc_New.loadMovie("hotels.swf");
Thanks
Koosha