hi,
is there any “proper” way to do this ?
i’m trying to load a swf with some as2 code into a swf file coded in as3, I am using a Loader object and when trying to load the as2 swf file i keep getting this:
TypeError: Error #1009: Cannot access a property or method of a null object reference
I am using the above .fla examples on this post by using a AS3 file that loads in an AS2 (AVM1 movie). The AS3 file loads in the AS2 swf just fine; however, the AS2 swf has a moviecliploader class within its script and once the AS2 file fires the loadClip function of the class none of the event listeners are called(i.e. onLoadStart, onLoadProgress, etc.). Does the AS3 root file ignore the movieClipLoader class within AVM1 movies?