Example
The following example selects the element:
element.selected = true;
element.setPersistentData()
Availability
Flash MX 2004.
Usage
element.setPersistentData( name, type, value )
Parameters
A string that specifies the name to associate with the data. This name is used to
name
retrieve the data.
A string that defines the type of the data. The allowable values are
type
,
"integerArray"
"double"
Specifies the value to associate with the object. The data type of
value
the value of the
type
specified by the
type
Returns
Nothing.
Description
Method; stores data with an element. The data is available when the FLA file containing the
element is reopened. Only symbols and bitmaps support persistent data.
Example
See
element.getPersistentData()
element.top
Availability
Flash MX 2004.
Usage
element.top
,
"doubleArray"
parameter. The specified value should be appropriate to the data type
parameter.
.
,
, and
"string"
"byteArray"
,
"integer"
.
depends on
value
Element object
201
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?