views:

47

answers:

1

I've long thought of Flash Lite as something similar to actionscript, for mobile browsers.

But today I tried to create a Flash Lite project in flash cs5 but found it seems to be some kind of Flash Player ?

Which is the case ?

If it's the latter case, is actionscript for Flash Lite the same as actionscript for Flash Player or has some kind of difference?

+1  A: 

Flash lite is indeed a stripped down flash player for embedded devices. With the latest round of smartphones using the "real" flash player you may be better off ignoring it. (I do flash lite development in my day job for around 60,000 devices worldwide, but I still recommend bypassing it and just concentrating on Flash 10+)

Basically, take all the advanced features out of flash and make it small enough to fit on now archaic devices. (Sorry, it's the truth!)

Andir
So Flash lite is a player for actionscript, then is the actionscript for Flash lite the same as the actionscript for Flash player ?
For Flash 10+, the sad news is that it's only supported by mobile phones that has at least `ARM v7`
It depends on what flash lite version you are targeting... Flash Lite only has support for Actionscript 2. Flash Lite 2 has most of the equivalent functionality of Flash 7 and Flash Lite 3 has most of the capability of Flash 9 (AS2 only.) Flash Lite 3 adds support for video and some other things, but it sticks to Actionscript 2 and will not play anything written in AS3.There is a FAQ here that may answer more questions: http://www.adobe.com/products/flashlite/faq/
Andir
@Andir,thanks for the reply!So only Flash Lite 3/4 can be used to play video streams ? I'm actually now porting an net stream application to Flash lite.
Flash 3.1 supports H.264. I do not know of any other support though. Sorry.
Andir