|
Modifiers |
Function Name |
Description |
|---|---|---|
|
|
call(frame:Object) |
Deprecated since Flash Player 5. This action was deprecated in favor of the function statement. |
|
|
chr(number:Number)String |
Deprecated since Flash Player 5. This function was deprecated in favor of String.fromCharCode(). |
|
|
getProperty(my_mc:Object, property:Object)Object |
Deprecated since Flash Player 5. This function was deprecated in favor of the dot syntax, which was introduced in Flash Player 5. |
|
|
ifFrameLoaded([scene:String], frame:Object, statement(s):Object) |
Deprecated since Flash Player 5. This function has been deprecated. Adobe recommends that you use the MovieClip._framesloaded property. |
|
|
int(value:Number)Number |
Deprecated since Flash Player 5. This function was deprecated in favor of Math.round(). |
|
|
length(expression:String, variable:Object)Number |
Deprecated since Flash Player 5. This function, along with all the string functions, has been deprecated. Adobe recommends that you use the methods of the String class and the String.length property to perform the same operations. |
|
|
mbchr(number:Number) |
Deprecated since Flash Player 5. This function was deprecated in favor of the String.fromCharCode() method. |
|
|
mblength(string:String)Number |
Deprecated since Flash Player 5. This function was deprecated in favor of the String.length property. |
|
|
mbord(character:String)Number |
Deprecated since Flash Player 5. This function was deprecated in favor of String.charCodeAt() method. |
|
|
mbsubstring(value:String, index:Number, count:Number)String |
Deprecated since Flash Player 5. This function was deprecated in favor of String.substr() method. |
|
|
ord(character:String)Number |
Deprecated since Flash Player 5. This function was deprecated in favor of the methods and properties of the String class. |
|
|
random(value:Number)Number |
Deprecated since Flash Player 5. This function was deprecated in favor of Math.random(). |
|
|
substring(string:String, index:Number, count:Number)String |
Deprecated since Flash Player 5. This function was deprecated in favor of String.substr(). |
|
|
tellTarget(target:String, statement(s):Object) |
Deprecated since Flash Player 5. Adobe recommends that you use dot (.) notation and the with statement. |
|
|
toggleHighQuality() |
Deprecated since Flash Player 5. This function was deprecated in favor of _quality. |