unescape
Availability
Flash Player 5.
Usage
unescape(x)
Parameters
A string with hexadecimal sequences to escape.
x
Returns
A string decoded from a URL-encoded parameter.
Description
Function; evaluates the parameter
(converting all hexadecimal sequences to ASCII characters), and returns the string.
Example
The following example illustrates the escape-to-unescape conversion process.
escape("Hello{[World]}");
The escaped result is as follows:
("Hello%7B%5BWorld%5D%7D');
Use
to return to the original format:
unescape
unescape("Hello%7B%5BWorld%5D%7D");
The result is as follows:
Hello{[World]}
unloadMovie()
Availability
Flash Player 3.
Usage
unloadMovie(target)
Parameters
The target path of a movie clip.
target
Returns
None.
Description
Function; removes a movie clip that was loaded by means of
unload a movie that was loaded by means of
of
unloadMovie()
as a string, decodes the string from URL-encoded format
x
.
loadMovie()
, use
loadMovieNum()
from Flash Player. To
instead
unloadMovieNum()
unloadMovie()
741
Need help?
Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?
Questions and answers