Item.removedata() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

Description
Method; a string that specifies the name of the library item, which includes the folder structure.
For example, if Symbol_1 is inside a folder called Folder_1, the
"Folder_1/Symbol_1"
Example
The following example shows the name of the specified library item in the Output panel:
fl.trace(fl.getDocumentDOM().library.items[0].name);

item.removeData()

Availability
Flash MX 2004.
Usage
item.removeData( name )
Parameters
pecifies the name of the data to remove from the library item.
name S
Returns
Nothing.
Description
Property; removes persistent data from the library item.
Example
The following example removes the data named myData from the first item in the library:
fl.getDocumentDOM().library.items[0].removeData( "myData" );
.
property of Symbol_1 is
name
Item object
207

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents