It is possible, and swfobject works pretty well for detecting most flash
lite plugins.

Usually the plugin reports itself as v9.1.x.x, so if you check for a minor
version of "1", then you should be ok.

Note that adobe has announced flash player 10.1, which may break this method
of detection, so perhaps you only want to check for a major version of 9,
*and* a minor version of 1.

Also note that the flash lite players that identify themselves as v9 can't
play as3, so you'll need to serve different swfs if you are using as3.

it's a bit of a nightmare, actually.



On Thu, Oct 29, 2009 at 3:35 AM, Canvas <[email protected]> wrote:

>
> I understand SWFObject can detect the current version of flash player
> installed on a computer's browser. I would like to detect when a
> mobile device has Flash Lite installed and what version. Are there any
> examples of doing this in AS3? Is this even possible with SWFObject
> yet?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to