Adddelayedinstance (Locale.adddelayedinstance Method); Addxmlpath (Locale.addxmlpath Method); Checkxmlstatus (Locale.checkxmlstatus Method) - MACROMEDIA FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE Reference

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

Advertisement

addDelayedInstance (Locale.addDelayedInstance
method)
public static addDelayedInstance(instance:Object, stringID:String)
Add the {instance, string ID} pair into the internal array for later use. This is primarily used
by Flash when the strings replacement method is "automatically at runtime".
Availability: ActionScript 2.0; Flash Lite 2.0
Parameters
-
instance:Object
-
stringID:String

addXMLPath (Locale.addXMLPath method)

public static addXMLPath(langCode:String, path:String) : Void
Adds the {languageCode and languagePath} pair into the internal array for later use. This is
primarily used by Flash when the strings replacement method is "automatically at runtime" or
"via ActionScript at runtime".
Availability: ActionScript 2.0; Flash Lite 2.0
Parameters
- The language code.
langCode:String
- The XML path to add.
path:String

checkXMLStatus (Locale.checkXMLStatus method)

public static checkXMLStatus() : Boolean
Return true if the xml is loaded, false otherwise.
Availability: ActionScript 2.0; Flash Lite 2.0
Returns
- Returns
Boolean
true
408
ActionScript classes
if the XML is loaded;
otherwise.
false

Advertisement

Table of Contents
loading

Table of Contents