gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog doc/C/asspec/movieclip.xml


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog doc/C/asspec/movieclip.xml
Date: Fri, 20 Apr 2007 07:50:40 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/04/20 07:50:40

Modified files:
        .              : ChangeLog 
        doc/C/asspec   : movieclip.xml 

Log message:
                * doc/C/asspec/movieclip.xml:
                  Dumped a bit of info about _name. Hopefully Ann will give it 
some
                  formatting.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.2943&r2=1.2944
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/asspec/movieclip.xml?cvsroot=gnash&r1=1.1&r2=1.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.2943
retrieving revision 1.2944
diff -u -b -r1.2943 -r1.2944
--- ChangeLog   20 Apr 2007 07:21:26 -0000      1.2943
+++ ChangeLog   20 Apr 2007 07:50:39 -0000      1.2944
@@ -1,5 +1,8 @@
 2007-04-20 Sandro Santilli <address@hidden>
 
+       * doc/C/asspec/movieclip.xml:
+         Dumped a bit of info about _name. Hopefully Ann will give it some
+         formatting.
        * testsuite/misc-ming.all/: Makefile.am, ButtonEventsTest-Runner.cpp:
          Allow execution of the test runner from a foreign dir.
 

Index: doc/C/asspec/movieclip.xml
===================================================================
RCS file: /sources/gnash/gnash/doc/C/asspec/movieclip.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- doc/C/asspec/movieclip.xml  29 Mar 2007 22:09:44 -0000      1.1
+++ doc/C/asspec/movieclip.xml  20 Apr 2007 07:50:40 -0000      1.2
@@ -422,6 +422,22 @@
          <term>_name</term>
          <listitem>
            <para>
+               This is a read-write property of MovieClip objects.
+               Changing the _name property of a MovieClip also changes it's 
_target
+               and the _target of any child.
+           </para>
+           <para>
+               Dynamically-created clips are always created with a name, while 
for statically
+               defined one this is optional in the SWF, but will be syntetized 
by the player
+               if missing. TODO: check if _name reflects the syntetized naming 
(_instancex).
+               For the root movie syntetization doesn't happen and the _name 
property
+               is the empty string for SWF6 and higher or null for SWF5 and 
lower.
+           </para>
+           <para>
+               Valid values for _name are: ....
+           </para>
+           <para>
+               NOTE: mm player7 and player9 differ on typeof(_root._name) on 
startup.
            </para>
          </listitem>
        </varlistentry>




reply via email to

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