AS3 Loading AS2 swf with _level0 references

So here’s the situation:

AS3.SWF file loads a AS2.SWF and this AS2.SWF loads multiple clips trying to access _level0. Of course, this is breaking. Anyway to force _level0 on the AVM1 AS2 swfs so the when the child clips try to access _level0 that it references the parent AS2 loader? Anyway to work around this or to modify loaded AS2 swfs? Thank you.