airadobeflex4flash-cs6

adobe flash cs6, air and flex


I want to know how to find out which version of Flex is installed with Flash CS6 or do I have to install the SDK separately?

I know Adobe AIR 3.2 is installed on in the Flash CS6 program folder as I found the Adobe AIR 3.2 folder in the Flash CS6 program folder.

In Flash CS Preferences, if I click on the Actionscript 3 settings button it shows the Flex SDK path as:

$(AppConfig)/ActionScript 3.0/flex_sdk/4.0.0/

Does this mean that Flex 4 is installed on the computer? I ask this because I couldn't find a folder for Flex 4 SDK.

Also, if AIR 3.2 is installed, do I need Flex?

Can I achieve the same results with AIR 3.2 as I can with Flex?

I want to develop Flash applications that will allow the user to save and load data locally as a text file, create a line chart of that data and then save a screenshot of that chart from within Flash without using any other tool such as the Snipping Tool in Windows.

I did a lot of research on these subjects on different forums, including Stack Overflow, but just ended up more confused than I already was.


Solution

  • Flash is now Animate. It's like photoshop. Photoshop creates images in many forms. Flash/Animate is software that makes .swf, html5 canvas, AIR, Android apps, iOS apps, and more.

    Flex is a Flash framework.

    The reason you have to mess with the SDK is because you're using an old non-working version of Flash. If you use a working version of Animate, you don't have to install SDKs manually.

    AIR is what you want to use. .swf was Flash applications for browsers/web pages. AIR is Flash applications for OSs. AIR creates .exe for desktop and native apps for phones.

    With AIR you can make a word processor and image processor.