SWF Deprecated Classes, Functions and Properties

Deprecated Classes

Number Name Since Deprecated Supported Comment
Class Color 5 8 Yes Deprecated since Flash Player 8. The Color class has been deprecated in favor of the flash.geom.ColorTransform class.

Deprecated Functions

Number Name Since Deprecated Supported Comment
call 5 Deprecated since Flash Player 5. This action was deprecated in favor of the function statement.
chr 5 Yes Deprecated since Flash Player 5. This function was deprecated in favor of String.fromCharCode().
TextFormat.getTextExtent 8 Deprecated since Flash Player 8. There is no replacement.
ifFrameLoaded 5 Yes Deprecated since Flash Player 5. This function has been deprecated. Macromedia recommends that you use the MovieClip._framesloaded property.
int 5 Deprecated since Flash Player 5. This function was deprecated in favor of Math.round().
length 5 Yes Deprecated since Flash Player 5. This function, along with all the string functions, has been deprecated. Macromedia recommends that you use the methods of the String class and the String.length property to perform the same operations.
mbchr 5 Yes Deprecated since Flash Player 5. This function was deprecated in favor of the String.fromCharCode() method.
mblength 5 Yes Deprecated since Flash Player 5. This function was deprecated in favor of the methods and properties of the String class.
mbord 5 Yes Deprecated since Flash Player 5. This function was deprecated in favor of String.charCodeAt().
mbsubstring 5 Yes Deprecated since Flash Player 5. This function was deprecated in favor of String.substr().
ord 5 Yes Deprecated since Flash Player 5. This function was deprecated in favor of the methods and properties of the String class.
random 5 Deprecated since Flash Player 5. This function was deprecated in favor of Math.random().
substring 5 Yes Deprecated since Flash Player 5. This function was deprecated in favor of String.substr().
tellTarget 5 Yes Deprecated since Flash Player 5. Macromedia recommends that you use dot (.) notation and the with statement.
toggleHighQuality 5 Deprecated since Flash Player 5. This function was deprecated in favor of _quality.

Deprecated Properties

Number Name Since Deprecated Supported Comment
Button._highquality 7 Deprecated since Flash Player 7. This property was deprecated in favor of Button._quality.
MovieCl._highquality 7 Deprecated since Flash Player 7. This property was deprecated in favor of MovieClip._quality.
TextField._highquality 7 Deprecated since Flash Player 7. This property was deprecated in favor of TextField._quality.
_highquality 5 Deprecated since Flash Player 5. This property was deprecated in favor of _quality.
maxscroll 5 Deprecated since Flash Player 5. This property was deprecated in favor of TextField.maxscroll.
scroll 5 Deprecated since Flash Player 5. This property was deprecated in favor of TextField.scroll.