See also
#initclip
eq (equal — string specific)
Availability
Flash Player 4. This operator was deprecated in Flash 5 in favor of the
Usage
expression1 eq expression2
Parameters
expression1, expression2
Returns
Nothing.
Description
Comparison operator; compares two expressions for equality and returns a value of
string representation of
otherwise, the operation returns a value of
See also
== (equality)
Error class
Availability
Flash Player 7.
Description
Contains information about an error that occurred in a script. You create an Error object using
the
constructor function. Typically, you "throw" a new Error object from within a
Error
code block that is then "caught" by a
You can also create a subclass of the Error class and throw instances of that subclass.
Method summary for the Error class
Method
Error.toString()
Property summary for the Error class
Property
Error.message
Error.name
Numbers, strings, or variables.
is equal to the string representation of
expression1
false
or
catch
Description
Returns the string representation of an Error object.
Description
A string that contains an error message associated with an error.
A string that contains the name of the Error object.
.
code block.
finally
operator.
== (equality)
if the
true
;
expression2
try
Error class
377
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers