swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] Use of obsolete NAMECHARACTER


From: Matthias Kramm
Subject: Re: [Swftools-common] Use of obsolete NAMECHARACTER
Date: Thu, 6 Dec 2012 16:42:57 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Tue, Dec 04, 2012 at 02:13:28PM -0800, Paul K. Young <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]