764
Deprecated ActionScript
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.
le (
less than or equal to (strings)
)
Deprecated
since Flash Player 5. This
operator was deprecated in Flash 5 in favor of
the
<=
(less than or equal to) operator.
lt (
less than (strings)
)
Deprecated
since Flash Player 5. This
operator was deprecated in favor of the
<
(less than) operator.
ne (
not equal (strings)
)
Deprecated
since Flash Player 5. This
operator was deprecated in favor of the
!=
(inequality)
operator.
not (
logical NOT
)
Deprecated
since Flash Player 5. This
operator was deprecated in favor of the
!
(logical NOT)
operator.
or (
logical OR
)
Deprecated
since Flash Player 5. This
operator was deprecated in favor of the
||
(logical OR)
operator.
Operator
Description
Summary of Contents for Flash Lite 2
Page 1: ...Flash Lite 2 x ActionScript Language Reference...
Page 22: ...22 Contents...
Page 244: ...244 ActionScript language elements...
Page 760: ...760 ActionScript classes...