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

Flash lite 2.x actionscript language reference
Hide thumbs Also See for FLASH 8-FLASH LITE 2.X ACTIONSCRIPT LANGUAGE:
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

Table of Contents