User Guide

Deprecated Operator summary 1355
Deprecated Property summary
Deprecated Operator summary
Modifiers Property Name Description
Button._highquality Deprecated since Flash Player 7. This property was
deprecated in favor of Button._quality.
MovieClip._highqualit
y
Deprecated since Flash Player 7. This property was
deprecated in favor of MovieClip._quality.
TextField._highquality Deprecated since Flash Player 7. This property was
deprecated in favor of TextField._quality.
_highquality Deprecated since Flash Player 5. This property was
deprecated in favor of _quality.
maxscroll Deprecated since Flash Player 5. This property was
deprecated in favor of TextField.maxscroll.
scroll Deprecated since Flash Player 5. This property was
deprecated in favor of TextField.scroll.
Operator Description
<> (inequality) Deprecated since Flash Player 5. This operator has
been deprecated. Macromedia recommends that
you use the != (inequality) operator.
add (concatenation (strings)) Deprecated since Flash Player 5. Macromedia
recommends that you use the add (+) operator when
creating content for Flash Player 5 or later. This
operator is not supported in Flash Player 8 or later.
and (logical AND) Deprecated since Flash Player 5. Macromedia
recommends that you use the logical AND (&&)
operator.
eq (equality (strings)) Deprecated since Flash Player 5. This operator was
deprecated in favor of the == (equality) operator.
ge (greater than or equal to (strings)) Deprecated since Flash Player 5. This operator was
deprecated in favor of the >= (greater than or equal
to) operator.
gt (greater than (strings)) Deprecated since Flash Player 5. This operator was
deprecated in favor of the > (greater than) operator.