Effect.usexmltoui - 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
Read-only property; a string that specifies the type of symbol to create during the initial
application of the effect. The supported types are:
a symbol type was not specified when the effect was created, the default value is "
Example
The following example stores the symbol type for the current effect in the
var efType = fl.activeEffect.symbolType;

effect.useXMLToUI

Availability
Flash MX 2004.
Usage
effect.useXMLToUI
Description
Property; a Boolean value that lets you override the default behavior of using XMLUI to construct
a dialog box that consists of one or more controls. The default value is
standard XMLUI dialog box will not be posted and you are responsible for posting a UI.
Example
The following example specifies that the effect does its own UI:
function configureEffect() {
fl.activeEffect.useXMLToUI = false;
}
148
Chapter 3: Objects
,
"graphic"
"movie clip"
true
, and
. If
"button"
".
graphic
variable:
efType
. If set to
, the
false

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?

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents