I’m trying to load an external SWF that I did not create… into a flash movie…
but i want it to load in a certain location…
I tried loading it into a movie clip… but when it’s loaded into the movieclip the buttons do not work (probably because of the path has changed and well… i can not edit that external SWF)
Is there a way to load a movie on level 2 and specific location … like:
x = 1500;
y = 780;
Is this possible??
Thanks in advance