MACROMEDIA FLASHLITE2 ACTIONSCRIPT-LANGUAGE Reference page 762

Actionscript language reference
Table of Contents

Advertisement

Modifiers
Function Name
mbchr(number:Number)
mblength(string:String)Number
mbord(character:String)Numb
er
mbsubstring(value:String,
index:Number,
count:Number)String
ord(character:String)Number
random(value:Number)Number
substring(string:String,
index:Number,
count:Number)String
tellTarget(target:String,
statement(s))
toggleHighQuality()
762
Deprecated ActionScript
Description
Deprecated since Flash Player 5. This
function was deprecated in favor of the
String.fromCharCode() method.
Deprecated since Flash Player 5. This
function was deprecated in favor of the
methods and properties of the String class.
Deprecated since Flash Player 5. This
function was deprecated in favor of
String.charCodeAt().
Deprecated since Flash Player 5. This
function was deprecated in favor of
String.substr().
Deprecated since Flash Player 5. This
function was deprecated in favor of the
methods and properties of the String class.
Deprecated since Flash Player 5. This
function was deprecated in favor of
Math.random().
Deprecated since Flash Player 5. This
function was deprecated in favor of
String.substr().
Deprecated since Flash Player 5.
Macromedia recommends that you use dot (.)
notation and the with statement.
Deprecated since Flash Player 5. This
function was deprecated in favor of
_quality.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASHLITE2 ACTIONSCRIPT-LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash lite 2

Table of Contents