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

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

Advertisement

Property summary
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
Method summary
Modifiers
Signature
static
addDelayedInstance(instance:Object,
stringID:String)
static
addXMLPath(langCode:String, path:String) :
Void
static
checkXMLStatus() :
static
initialize() :
static
loadLanguageXML(xmlLanguageCode:String,
customXmlCompleteCallback:Function) :
static
loadString(id:String) :
static
setDefaultLang(langCode:String) :
static
setLoadCallback(loadCallback:Function)
Methods inherited from class Object
addProperty (Object.addProperty
(Object.hasOwnProperty
(Object.isPropertyEnumerable
method),
registerClass (Object.registerClass
(Object.toString
(Object.valueOf
method),
property),
Boolean
Void
String
method),
method),
isPropertyEnumerable
method),
method),
unwatch (Object.unwatch
watch (Object.watch method)
__proto__ (Object.__proto__
property),
__resolve
Description
Add the {instance, string ID}
pair into the internal array for
later use.
Adds the {languageCode and
languagePath} pair into the
internal array for later use.
Return true if the xml is loaded,
false otherwise.
Determine the language to use
and begin xml loading.
Load the specified language
xml file.
Void
Return the String value
associated with the given string
id in the current language.
Set the default language code.
Void
Set the callback function that
will be called after the xml file is
loaded.
hasOwnProperty
isPrototypeOf (Object.isPrototypeOf
method),
toString
method),
Locale (mx.lang.Locale)
valueOf
407

Advertisement

Table of Contents
loading

Table of Contents