![MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference Download Page 470](http://html.mh-extra.com/html/macromedia/flash-8-actionscript-2-0-language/flash-8-actionscript-2-0-language_reference_687537470.webp)
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)
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...