I am a Flash Mobile expert and will try to share the knowledge.
biskero | 07 January, 2009 06:06
Nokia S60 5th Edition has a new set of Flash Lite Services API which allows Flash Lite developers to access phone functionalities.
Here is a list of articles from the Forum Nokia Flash Lite Wiki site describing how to implement some of the Flash Lite API services:
It's impressive how easy is to use such services with Flash Lite.
Alessandro
Flash, S60, Flash Lite 3, FlashLite4Nokia, S60 5th Edition |
Next |
Previous |
Comments (2) |
Trackbacks (0)
shpe11 | 16/01/2009, 01:01
so...
that is very cool stuff, and I've got my 5800 phone and the adobe Flash, and start program...
what? games... with accelerometer...
got the sample and start modify... I've added a ball that shouuld move as change the orientation of the phone...
write the code, and suprise... :((, yeah a bad suprise: the ball is not moving so well, low FPS...
in the sample it is said that the method is asynchronous, but somehow slows flash FPS at the same rate the sensor data is changing...
I have model:nokia 5800, type:RM-356; software version updated to 11.0.0.008
here is my modified source: http://www.shpe.ro/test/test1.fla and the swf http://www.shpe.ro/test/test1.swf
I was so excited to get my hands on 5800, and now I'm a little bit disappointed, but I have flash in browser, and other cool stuff...
Flash Lite: Nokia Services API on Device Central Emulator not working
MForceOne | 22/05/2009, 19:12
I try to develop an application for Nokia 5800 XpressMusic on the CS4 Device Central emulator.
I have the Nokia Service API AS2 files in place, configured the classpath and can import it without error in my AS class.
But when i try to instantiate the the Service.AppManager it returns undefined.
var appManager = new Service("Service.AppManager", "IAppManager");
Is there anything else to setup in order to get the Service API to work?
Thanks for your help.