Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bustardcelly/as3flobile

A set of Actionscript 3 components targeting the Flash Player on mobile devices
https://github.com/bustardcelly/as3flobile

Last synced: about 2 months ago
JSON representation

A set of Actionscript 3 components targeting the Flash Player on mobile devices

Awesome Lists containing this project

README

        

# License

See the accompanying LICENSE file.

# About

To view a quick example of the componenets in as3flobile, point your Flash-enabled browser on *most* popular mobile devices to: [http://www.custardbelly.com/android/froyo/as3flobile/](http://www.custardbelly.com/android/froyo/as3flobile/)

as3flobile is a set of ActionScript 3 components targeting the Flash Player on Mobile Devices, whether it be embedded in the browser or in an Adobe AIR application.
There is also an extension project for as3flobile ([as3flobile-air](http://github.com/bustardcelly/as3flobile-air)) that utilizes functionality available from the AIR SDK, such as TouchEvent.

as3flobile aims to provide a set of components that function within the paradigm of a mobile user interface where a mouse and keyboard are not the primary source of interaction.

Visit the [main wiki page](http://wiki.github.com/bustardcelly/as3flobile/) for a full explanation and a list of the available controls.

# Dependencies

The as3flobile library depends on the following libraries in order to compile:

## as3signals

The as3flobile library is built against the [as3signals library](http://github.com/robertpenner/as3-signals). as3flobile uses Signals from as3signals in replacement of events and interface delegates.
Read more about [as3signals](http://github.com/robertpenner/as3-signals/wiki).