I'm working on a project that uses ActionScript 3.0 with Flex SDKs. The project is built using the Eclipse IDE. Are the Flex SDKs used to support ActionScript 3.0 in Eclipse?
What is the relationship between ActionScript 3.0 and Flash?
It’s a good question, and one of which many people tend to be confused with.
Flash: The all singing, all dancing graphics and vector stuff you'll be aware of: This is primarily deemed as the visual stuff. When you open Adobe Flash, it’s an interface to build animated stuff turned into binary magic
ActionScript 3: This began life as a small variable like assistance for Flash graphicy stuff. It has evolved (as you're aware) into the full-blown language based upon the ECMA standard. This is why it’s very similar to languages like Java and JavaScript
Flex: It may become confusing from here.
Flex has many forms.
It’s become the norm to have Flex as your frontend markup, tied into ActionScript 3 logic.
What’s surprising to many people, even those in the trade. Flex MXML is compiled down at compile runtime time to raw ActionScript 3 code and that’s used when the SWF is deployed. - *edit:
This is why it’s just like an interpreted language,
When building an Flash application you may use a combination of these elements.
Primarily ActionScript 3 and Flash live hand in hand. AS3 and Flex is again a marriage. You can create Flex components in Flash.
To be made aware. This should not be confused with the Flex IDE - which is not the framework. Adobe's newest rendition of the software has been branded 'Flash Builder' to thwart confusion.