[flexcoders] Re: How do I determing If I'm running an Air app vs. Flex app?

2009-09-29 Thread cuttenv
--- In flexcoders@yahoogroups.com, luvfotography ygro...@... wrote: Hi, What's the simplest way to test (in actionscript) if I'm running Air vs. Flex? thanks, Hey you need the adobe integrated run time to run an air app. Flex runs in the browser on the flash player. So if you are running

[flexcoders] Re: How do I determing If I'm running an Air app vs. Flex app?

2009-09-29 Thread cuttenv
--- In flexcoders@yahoogroups.com, cuttenv cutt...@... wrote: --- In flexcoders@yahoogroups.com, luvfotography ygroups@ wrote: Hi, What's the simplest way to test (in actionscript) if I'm running Air vs. Flex? thanks, Hey you need the adobe integrated run time to run an air app.

[flexcoders] Re: How do I determing If I'm running an Air app vs. Flex app?

2009-09-29 Thread reflexactions
--- In flexcoders@yahoogroups.com, luvfotography ygro...@... wrote: Hi, What's the simplest way to test (in actionscript) if I'm running Air vs. Flex? thanks, isAir = (Capabilities.playerType == Desktop);