Re: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-23 Thread aaron smith
s.com] On > Behalf Of aaron smith > Sent: Monday, December 22, 2008 11:08 PM > > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Re: SWF file format question - SymbolClass Tag > > > > Ok, that makes sense. > > Do you know by any chance if anything li

RE: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-23 Thread Alex Harui
1:08 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: SWF file format question - SymbolClass Tag Ok, that makes sense. Do you know by any chance if anything like this will be added to Flash CS4 anytime soon? This is precisely why I'm going down this road of modifying the actua

Re: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-23 Thread aaron smith
; >>> >>> >>> >>> >>> >>> 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

RE: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-22 Thread Alex Harui
; 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

Re: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-22 Thread aaron smith
; 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 [mail

Re: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-22 Thread aaron smith
m 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: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-19 Thread Alex Harui
: 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

RE: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-19 Thread Gordon Smith
[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

RE: [flexcoders] Re: SWF file format question - SymbolClass Tag

2008-12-19 Thread Gordon Smith
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