MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 1350

Actionscript 2.0 language reference
Table of Contents

Advertisement

Macromedia Flash comes 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 Player 7
Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Method summary
Modifiers
Signature
static
accept() : Void
static
cancel() : Void
static
get(name:String) :
String
static
set(name:String,
value:String) : Void
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
1350
ActionScript classes
property),
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.
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
__proto__ (Object.__proto__
property),
__resolve
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
valueOf

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Flash 8

Table of Contents