Externally Loaded .SWF Issue
I've loaded an external .swf into a movieclip in my parent .swf using the loadMovie(); function. The file loads perfectly and in the right position, however I can no longer access the functions of the external .swf. When I load the file into a level rather than a movieclip, the functions (buttons and timeline) of the external .swf work properly.
Is there any way to use the functions of the external .swf when I load it into an empty movie clip?
Thanks in advance