MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference page 758

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
Table of Contents

Advertisement

Macromedia Flash MX 2004 and Macromedia Flash MX Professional 2004 come with several
extensibility features including Behaviors, Commands (JavaScript API), Effects, and Tools.
With these features, advanced users can extend or automate the authoring tool's functionality.
The XML to UI engine works with each of these extensibility features to create dialog boxes
that the user sees if the extension either requires or accepts parameters. Dialog boxes can be
defined using XML tags or by creating a SWF file to display. The XMLUI object provides a
mechanism by which an advanced user can communicate with a SWF file used in such a
manner.
Availability: ActionScript 1.0; Flash Lite 2.0
Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Method summary
Modifiers
Signature
static
accept()
static
cancel()
static
get(name:String) :
static
set(name:String,
value:String) :
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
758
ActionScript classes
property),
String
Void
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
__proto__ (Object.__proto__
property),
__resolve
Description
Makes the current XMLUI dialog exit with an
"accept" state.
Makes the current XMLUI dialog exit with a
"cancel" state.
Retrieves the value of the specified property
of the current XMLUI dialog.
Modifies the value of the specified property of
the current XMLUI dialog.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf

Advertisement

Table of Contents
loading

Table of Contents