If you load a class at run-time, and a class already exists in the
same application domain, with the same qualified name, then the class
will be skipped and the first one that was loaded will be used. So the
implications should relate to unecessary filesize.

Peter


On Wed, Dec 17, 2008 at 10:15 AM, Sceneshift <j...@sceneshift.com> 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.
>
> 

Reply via email to