Flash Lite 2.x and 3.0 ActionScript Language Reference

StopVibrate fscommand2 Command

StopVibrate

Stops the current vibration, if any.

Command

Parameters

Value Returned

StopVibrate

None

-1: Not supported.
0: The vibration stopped.

Example

The following example calls StopVibrate and saves the result (not supported or vibration stopped) in the status variable:

status = fscommand2("StopVibrate");