export the framework as an external RSL for both your main app and the runtime loaded class swf, that way your external swf won't have the bytes in it and the main app will mount all the needed classes from the rsl as is necesary. of course you are also helping all the rest of us who then export with the framework as an rsl.
the downside is that the external framework includes all the classes and is thus bigger. On Wed, Dec 17, 2008 at 12:15 PM, Sceneshift <[email protected]> wrote: > > I am loading in a external SWF at runtime using loadBytes, so I am able to > retrieve library items / class names created via the designers in the SWF. > I > need to use loadBytes so I can use timeline AS3 code etc. > > I was wondering what the implications are of this, since the exported SWFs > filesize will include the FP framework. Is there a way to load in a SWF > using loadBytes, but ignoring any of the framework stuff we already have > loaded? > -- > View this message in context: > http://www.nabble.com/Loadbytes---Exclude-framework--tp21050425p21050425.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > > -- j:pn \\no comment

