clearTimeout function

clearTimeout(id:Number) : Void

Cancels a specified setTimeout() call.

Availability: ActionScript 1.0; Flash Player 8

Parameters

id:Number - The identification number of the setTimeout() call to cancel.

Example

Also, see the example for the setTimeout() function.

See also

setTimeout function, setInterval function