6/6/2010 11:49:58 PM
Title:
Flex Framework and Flex SDK
hi .........
hi i m new to flex .i need to know about Flex FrameWork and Flex SDK
plz any one help me..
6/7/2010 1:02:13 AM
Flex SDK is the software development kit which is used to develop flex applications.
Flex framework is a set of classes provided by adobe which contains components and methods that make much of the developers life easy. Flex framework classes are written using the actionscript 3.0 code. So you have a lot many readily available code to start development easy. Development is easy and fast in flex.
You can download and install the trial or purchase flex from Adobe.com. Flex is renamed as Flash Builder now from 4th version
6/9/2010 9:59:34 PM
You can use the free Flex SDK provided by adobe to develop and compile your flex applications. Flex SDK can be downloaded from this link
http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex4sdk
Flex SDK contains Flex Framework Class Library and the Compiler to create and compile flex applications into swf files. You can create your own MXML files and compile them using the compiler.Using SDK is generally recommended for some automated tasks. For e.g you need to create swf files that does not require a developer and you generate MXML files by using software and compile them automatically.
If you need a proper development environment then use Flash Builder which is a paid product.
Ping me back if you need some more clarification :)