escape 379
Error.name
Availability
Flash Player 7.
Usage
myError.name
Description
Property; contains the name of the Error object. By default, the value of this property is "Error".
See also
throw
, try..catch..finally
Error.toString()
Availability
Flash Player 7.
Usage
my_err.toString()
Returns
A string.
Description
Method; returns the string "Error" by default, or the value contained in Error.message,
if defined.
See also
Error.message
, throw, try..catch..finally
escape
Availability
Flash Player 5.
Usage
escape(expression)
Parameters
expression
The expression to convert into a string and encode in a URL-encoded format.
Returns
Nothing.
Description
Function; converts the parameter to a string and encodes it in a URL-encoded format, where all
nonalphanumeric characters are escaped with % hexadecimal sequences.