MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 340

Extending flash
Table of Contents

Advertisement

parameter.name
Availability
Flash MX 2004.
Usage
parameter.name
Description
Read-only property; a string that specifies the name of the parameter.
Example
The following example shows the name of the fifth parameter for the selected component:
var parms = fl.getDocumentDOM().selection[0].parameters;
fl.trace("name: " + parms[4].name);
The following example shows the name of the fifth parameter for the specified screen:
var parms = fl.getDocumentDOM().screenOutline.screens[1].parameters;
fl.trace("name: " + parms[4].name);
parameter.removeItem()
Availability
Flash MX 2004.
Usage
parameter.removeItem(index)
Parameters
The zero-based integer index of the item to remove from the screen or component
index
property.
Returns
Nothing.
Description
Method; removes an element of the list, object, or array type of a screen or component
parameter.
340
Objects

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents