Loading an AS2 swf into an AS3 swf

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

thx for any help i can get

Thank you–

neat! thanks alot
Grant skinner also has some classes to take care of lc between as2 and as3 here

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?