I am trying to load another swf file into my movie clip. It works but it always loads with the top left point of the swf file in the bottom right corner of my movie clip. In other words, how do I change the registration point of where it loads to? In addition, when I load another movie clip into a movie clip with the instance name “loader”, will the new movie still have the instance name loader or something different? Any help is greatly appreaciated.
Ok. Thanks. I gave up trying and I just reset the position of the loaded movie every time using onClipEvent(data). That works but I was just wondering if there was an easier way to do it