Example
The following example calls
stopped) in the
status
status = fscommand2("StopVibrate");
See also
StartVibrate
Unescape
Availability
Flash Lite 1.1.
Description
Decodes an arbitrary string that was encoded to be safe for network transfer into its normal,
unencoded form. All characters that are in hexadecimal format, that is, a percent character
(%) followed by two hexadecimal digits, are converted into their decoded form.
Command
Parameters
"Unescape"
original
safe for URLs to a normal form.
decoded
(This parameter can be either the name of a
variable or a string value that contains the name
of a variable.)
Example
The following example shows the decoding of an encoded string:
encoded_string = "Hello%2C%20how%20are%20you%3F";
status = fscommand2("unescape", encoded_string, "normal_string");
trace (normal_string);
See also
Escape
156
Flash Lite Specific Language Elements
and saves the result (not supported or vibration
StopVibrate
variable:
String to be decoded from a format
Resulting decoded string.
// output: Hello, how are you?
Value returned
0: Failure.
1: Success.
Need help?
Do you have a question about the FLASH 8-FLASH LITE 1.X ACTIONSCRIPT LANGUAGE and is the answer not in the manual?