User Guide

470 ActionScript classes
Property summary
Properties inherited from class Object
Method summary
Methods inherited from class Object
get (CustomActions.get method)
public static get(name:String) : String
Reads the contents of the custom action XML definition file named name.
The name of the definition file must be a simple filename, without the .xml file extension,
and without any directory separators (':', '/' or '\').
If the definition file specified by the
name cannot be found, a value of undefined is returned.
If the custom action XML definition specified by the
name parameter is located, it is read in
its entirety and returned as a string.
Availability: ActionScript 1.0; Flash Player 6
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Modifiers Signature Description
static get(name:String) :
String
Reads the contents of the custom action XML
definition file named name.
static install(name:String,
data:String) :
Boolean
Installs a new custom action XML definition file
indicated by the name parameter.
static list() : Array Returns an Array object containing the names of all
the custom actions that are registered with the Flash
authoring tool.
static uninstall(name:Strin
g) : Boolean
Removes the Custom Actions XML definition file
named name.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)