MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 379

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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
See also
,
throw
try..catch..finally
Error.toString()
Availability
Flash Player 7.
Usage
my_err.toString()
Returns
A string.
Description
Method; returns the string
if defined.
See also
Error.message
escape
Availability
Flash Player 5.
Usage
escape(expression)
Parameters
The expression to convert into a string and encode in a URL-encoded format.
expression
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.
by default, or the value contained in
"Error"
,
,
throw
try..catch..finally
"Error"
,
Error.message
escape
379
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents