| Re: Mobile Flash Content by Pieter Helsen on Jul 25, 2008 at 11:48:03 pm |
Depends on what you want to know... :) Really the best place for content is devnet. Read the Getting Started tutorials and download some samples.
Lite 2.0 can pretty much do whatever AS2 can do, the big difference lies in the user input. Therefore, these two tutorials might come in handy:
How to detect button presses
The softkeys
Some other things to keep in mind:
- Memory constraints (you want to keep your application as small as possible, so write efficient code and clean up variables)
- SharedObjects, the cookies of the (mobile) flash world... (http://www.adobe.com/devnet/devices/articles/persistent_data.html)
Kind regards,
Pieter
General notice: from now on, I would like to ask everyone to put [AS2] or [AS3] (corresponding to the version of actionscript you are using on your project) in front of their post titles when the question is actionscript related! Please help us help you faster. Thank you.
Respond to this post • Return to posts index | |