I have a preloading script from the Flash MX 2004 Bible to use on external swfs and I’m trying to figure out how to center my preloader to the external swf. I am able to position both the loaded clip and preloader by setting the _x and _y values on each but when I tried to use the width and height of the external file my preloader is placed at 0,0.
I tried obtaining the center point as such:
_root.holder_mc._x + _root.holder_mc._width/2;
I did the same with the height and I can post code if it is needed.
\m/