What is Flex?
Category: flex tutorials | 293 views | Add a Comment
Flex is a convoluted term for sure. As the history of the product has evolved it has been a j2ee server, an as framework, a compiler and and IDE among other things.
In todays day and age we are at a released version 3, with version 4 in beta. The term flex typically refers to a way of developing flash platform application using the components in the open source framework developed by adobe.
Flex applications are written as a combination of xml markup (mxml) and actionscript much in the same vein that html applications are written with JS. The big difference is that the output of all your mxml and actionscript files is a single swf that can be embedded in a web page and displayed to the world. You can also use Flex to develop AIR applications, applications that can be installed on a users desktop. Read more…
- Developing Flex applications for AIR 1.1
- Flex Component Kit
- Flex 3 Cookbook
- Flex Ajax Bridge
- Rich Internet applications (RIAs)
- Flex Tricks
- Embedded Fonts in Flex
- Exception Handling with BlazeDS and Flex
- Handling Java Exceptions in Flex application
- styling the last button in a buttonbar control in flex







