On Tue, Dec 04, 2012 at 02:13:28PM -0800, Paul K. Young <[email protected]> wrote:
> I was analyzing the output of some SWFs produced by swfc and found
> that it uses the obsolete NAMECHARACTER tag.  

That's for debugging only. That tag doesn't actually do 
anything, it just provides a way to determine which
define-tags correspond to what names in your script.

Don't confuse this with the name given with a PLACEOBJECT2:
A PLACEOBJECT2 defines the name of an *instance*, not of
a character.

If you're conscious about the size of SWFs generated by
swfc, you could remove the code that generates the 
NAMECHARACTER, however if you're actually trying to shrink 
the size as much as possible you're probably already using
a tool that compresses/simplifies SWFs, and all those 
tools will remove the NAMECHARACTER for you as well.

Matthias


---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an 
existing subscription, please kindly point your favourite web browser 
at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>

Reply via email to