views:

65

answers:

4

Hi ,

I'm a little bit confused. I want to start learn Flex3 with Eclipse and the FlexPlugin . But I can't find the link.

Is the Standalone version of FlexBuilder free ?

How do i set up the Enviorement ?
Do i have to download the FlexBuilder ( free?)
Or do i have to download Eclipse and then add the plugin ( link ? )

Can anyone help me :(

A: 

Adobe Flex Builder is not free but you can download trial. Flex SDK is free though and will be enough at least for hello world examples.

Petteri Hietavirta
+1  A: 

Flex Builder Standalone will work as is just download and use, but no version of flex builder is free, you get a trail version of 30 days or so.

For Flex Builder plugin version you need to first download Eclipse from eclipse.org and then download the Flex plugin. On installation of the flex plugin, the wizard will prompt you to point it the eclipse (unzipped) location, it will take care of installing the plugins.

The plugin version is useful if you want to work on java based projects, if you just want to learn flex use Flex Builder Standalone version.

shivaspk
+1  A: 

Flex Builder is not free. You can use Flash Develop together with flex sdk (both are free) to get syntax highlighting and code completion in mxml/AS files.

Amarghosh
A: 

Actually, you can get hold of Flex Builder for free, assuming you fit into one of two categories, if you are unemployed or in education (educator or student)

See freeriatools.

Gregor Kiddie