I want to load an swf into a flex 4 application in order to use its classes.
var ldr:Loader=new Loader(); ldr.load(new URLRequest(\"file://path/to/fileswf\")
this.rawChildren.addChild( ldr ) should work