ActionScript 3.0 APIs of special interest to mobile application developers

The following ActionScript 3.0 APIs define functionality that is useful on mobile devices.

Accelerometer API

The following classes allow the application get events from the device’s accelerometer:

  • Accelerometer

  • AccelerometerEvent

For more information, see Accelerometer input .

Geolocation API

The following classes allow the application get events from the device’s location sensor:

  • Geolocation

  • GeolocationEvent

For more information, see Geolocation .

Touch, multi-touch, and gesture API

The following classes allow the application to receive touch and gesture events:

  • GestureEvent

  • GesturePhase

  • MultiTouch

  • MultitouchInputMode

  • TouchEvent

  • TransformGestureEvent

For more information, see Touch, multi-touch and gesture input .

// Ethnio survey code removed