Calendar

July 2009
S M T W T F S
« Jun   Aug »
 1234
567891011
12131415161718
19202122232425
262728293031  

Tag Cloud

Categories

Archives

Recent Posts

Recent Comments


« EverythingFlex now on Adobe Wave | Main | Google Maps in 3D within Flash Player »

Capabilities in Flex and AIR

By Rich Tretola | July 24, 2009
2,993 views

The Flex/AIR sdk has a class called Capabilities which allows you to get information about the users environment. You can access these properties statically. These properties can be very important when it comes to tailoring your user’s experience. If you were unaware of the Capabilities class in the past, there is no longer an excuse for delivering applications that are not tailored to your user’s machine capabilities.

Example:

1
Capabilities.screenDPI;

So what properties are available in the Capabilities class? Look below: (View Source)

Adobe AIR includes all of the above plus the following:

1
2
Capabilities.cpuArchitecture;
Capabilities.languages;

Here is a screen shot:

Topics: Adobe AIR, Flex, Tutorials | 1 Comment »

One Response to “Capabilities in Flex and AIR”

  1. Flashscope components Says:
    July 30th, 2009 at 5:23 pm

    Thanks for the info.
    FlashScope.com is glad to inform you that your article has been submitted to Flashscope directory and promoted to the front page.

    Join the community to promote your articles and get some knowledge.

    Regards,
    FlashScope.com

    Reply to this comment

Comments