| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: May 2006
Posts: 20
|
Hey clarifying question, I have been out of the loop apparently with this whole new era of Flex and AIR, I am confused how they work with flash.
Flex is a compiler for AIR AIR basically runs off of AS3 (+ new API's and what-not) that is a desktop application only Flash is still flash running on browsers like normal. AIR Applications are built with FLEX cannot be run on web browsers, and Flex is just a tool to build AIR Applications nothing more. However just recently you can run AIR Inside Flash CS3 Environment but still only creating Desktop Applications. Do I have everything correct? |
|
|
|
|
|
#2 |
|
AS3 ADDICTED!
Join Date: Jun 2008
Location: Orlando
Posts: 8
|
There is the Flash IDE, Flex IDE, Flex API, and Air API
- You can create swf for the web with both the Flash IDE and Flex IDE(Flex Builder) - The Flex API is an extension of the normal controls in flash, but they are aimed more towards programmers so the way to build any application with Flex is using MXML to describe those controls, then use Actionscript for behaviour. - The Flex Builder translates all MXML files to actionscript files, then compiles them exactly the same way flash compiles its actionscripts. - Air is a new set of APIs to give you access to the OS platform, but it does not run through the browser. It runs on it's own player, just like flash projectors(but with enhanced apis) So Flex CAN run in the browser because all it is... is a new controls API AIR just hosts your swf on the desktop with new API hooks. This player can run swf, html, and js files just like a mini browser but you control how it looks. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| What is Flex? | Selfminded | Flex 2 & 3 | 11 | 04-15-2008 07:14 AM |
| Can Flex Solve These? | roshankolar | Flex 2 & 3 | 1 | 08-21-2007 01:46 PM |
| Lost between Flash and Flex | FrankyFish | ActionScript 3.0 | 4 | 08-20-2007 10:47 PM |
| Question about Flex 2 | vistasoul | Flex 2 & 3 | 1 | 02-28-2006 05:07 AM |
| SharedObject with loaded txt: it works, but only once? | Marianne | ActionScript 1.0 (and below) | 2 | 10-25-2005 07:58 AM |