Thanks, externs is pretty much what I was looking for.

On Fri, Dec 19, 2008 at 9:02 PM, Alex Harui <aha...@adobe.com> wrote:
> There are three mxmlc options:
>
>
>
> -load-externs (removes all files listed from some other –link-report
>
> -compiler.external-library-path (remove all files from a SWC)
>
> -externs (removes a class)
>
>
>
>
>
>
>
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> Behalf Of Gordon Smith
> Sent: Friday, December 19, 2008 4:47 PM
>
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Re: SWF file format question - SymbolClass Tag
>
>
>
> Also, I'm pretty sure that there is some compiler option you can use to
> prevent specific classes from getting linked in. That's a lot easier than
> trying to remove them after they've been linked in.
>
>
>
> Gordon Smith
>
> Adobe Flex SDK Team
>
>
>
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> Behalf Of Gordon Smith
> Sent: Friday, December 19, 2008 4:23 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Re: SWF file format question - SymbolClass Tag
>
>
>
> The AS3 classes are in the DoABC (or maybe a DoABC2?) tag.
>
>
>
> It seems unlikely that you could remove a class and still have the SWF work.
> If the class wasn't used by your application, the MXML compiler wouldn't
> have linked it in.
>
>
>
> Gordon Smith
>
> Adobe Flex SDK Team
>
>
>
> From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
> Behalf Of aaron smith
> Sent: Wednesday, December 17, 2008 3:24 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: SWF file format question - SymbolClass Tag
>
>
>
> Actually, I could be wrong. would it make more sense if it was the
> DoABC tag? There's a field on DoABC called ABCData - I would assume
> that's the bytecode. hmm. i'll keep looking arund. if anyone has any
> ideas hook me up.
>
> On Wed, Dec 17, 2008 at 1:44 PM, aaron smith
> <beingthexemplaryli...@gmail.com> wrote:
>> Has anyone read through the SWF file format, and been able to decipher
>> how exactly AS3 classes are compiled into the SWF? From reading
>> through all of the control tags it seems it would be the SymbolClass
>> tag. So, it would seem, I could rip out SymbolClass tags from the
>> bytecode (for a specific class) - while keeping track of the new file
>> length, then write the swf again and have a swf that doesn't include
>> the definition for a particular class. Anyone else think that makes
>> sense?
>>
>> Thanks
>>
>
> 

------------------------------------

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Alternative FAQ location: 
https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:flexcoders-dig...@yahoogroups.com 
    mailto:flexcoders-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    flexcoders-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to