Hi
I have a .swf called “A” this .swf will load a movie clip called “B” and another movie Clip called “C”
This is what is on the first frame of “A”
loadMovieNum(“B.swf”, 7);
loadMovieNum(“C.swf”, 8);
B movie clip has moving buttons and a scroll bar.
C movie clip is a smartclip that loads variables into 2 dynamic text field and a jpg.
I want by clicking in any of the buttons on “B” control what varaibles and jpgs will be load it in to “C”.
I have been trying for hours but I can’t get it to work, hope that some one can help me out
Thanks
Alex