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

Reply via email to