[Flashcoders] Optimising file size - stripping down intrinsics ...

2008-09-17 Thread SJF
Hello, Anyone have a starting point or advice in terms of stripping down flash native/intrinsic AS3 classes - with a goal of file optimization? For example, in an application I'm building, I need less than half the attributes and capabilities of the Sprite class - so any pointers for how to

Re: [Flashcoders] Optimising file size - stripping down intrinsics ...

2008-09-17 Thread Paul Andrews
:38 PM Subject: [Flashcoders] Optimising file size - stripping down intrinsics ... Hello, Anyone have a starting point or advice in terms of stripping down flash native/intrinsic AS3 classes - with a goal of file optimization? For example, in an application I'm building, I need less than half

Re: [Flashcoders] Optimising file size - stripping down intrinsics ...

2008-09-17 Thread Ian Thomas
SJF, Native/intrinsic classes such as Sprite are compiled into the Flash _Player_, not into your .swf file. There's no way to strip them, and they don't bloat your .swf file. HTH, Ian On Wed, Sep 17, 2008 at 2:38 PM, SJF [EMAIL PROTECTED] wrote: Hello, Anyone have a starting point or