Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bustardcelly/as3flobile
- Owner: bustardcelly
- License: mit
- Created: 2010-06-18T13:34:17.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-17T14:27:14.000Z (almost 14 years ago)
- Last Synced: 2024-08-04T05:05:04.853Z (5 months ago)
- Language: ActionScript
- Homepage: http://github.com/bustardcelly/as3flobile
- Size: 9.71 MB
- Stars: 70
- Watchers: 3
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- awesome-actionscript-sorted - as3flobile - A set of Actionscript 3 components targeting the Flash Player on mobile devices (Unsorted / Other API)
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).