| Language version: | ActionScript 3.0 |
The ThrottleType class provides values for the playback
state property
of the flash.event.ThrottleEvent class.
The platforms that support throttling and pausing are currently the following: Flash Player Desktop Mac
and Windows, AIR Mobile, and Flash Player Android. The following platforms do not dispatch the ThrottleEvent
automatically because they do not yet support pausing or throttling: AIR for TV devices, AIR for
desktop, and Flash Player Linux Desktop.
public static const PAUSE:String = "pause"
| Language version: | ActionScript 3.0 |
This constant is used for the status property in the ThrottleEvent class.
Use the syntax ThrottleType.PAUSE.
See also
public static const RESUME:String = "resume"
| Language version: | ActionScript 3.0 |
This constant is used for the status property in the ThrottleEvent class.
Use the syntax ThrottleType.RESUME.
See also
public static const THROTTLE:String = "throttle"
| Language version: | ActionScript 3.0 |
This constant is used for the state property in the ThrottleEvent class.
Use the syntax ThrottleType.THROTTLE.
See also
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00