views:

274

answers:

4

Hello All,

I am a ASP.NET web developer who wants to learn Flex and Actionscript. I want to first learn how to develop web applications using Flex without having to pay for Flex Builder. From what I have researched so far there is a way to get Flex working with Eclipse and I did stumble upon this website: http://systems.tinuum.net/?p=52

I tried to download the components they used, but I am still not sure how to get Flex working. Can somebody please point me to a step-by-step guide on how to get started using Flex in Eclipse?

So, far it looks like you download Eclipse 3.5 + Flex 3.5 SDK + various plug-ins listed, but I'm not sure what to do next.

I am very interested in learning how to develop Rich Internet Applications using Flex, and would be extremely grateful if someone could help me get started.

Thank you!

+1  A: 

The easiest way for you will be using FlashDevelop.

Joa Ebert
+1  A: 

FlexBuilder 3 has a 60-days trial , which should be enough for you to get started.

Bozho
You're right. The 60-day trial is a good start for now. thanks!
AbeP
+1  A: 

I don't think there is a free eclipse based Flex plugin, so FlashDevelop would be the only free IDE (although this isn't eclipse based obviously). You could also try FDT Pure if you can get any cash together, the license is only about 70 euros and would have enough features to get started.

rlayte
I downloaded FlashDevelop and the Flex SDK and was able to get a good development environment set up; for an open source program, FlashDevelop is actually really good. I get code auto-complete and I can compile the MXML, which is great!
AbeP
A: 

FlashDeveloper is good, or try the Flex Builder for some 60 days

Omu
Thanks. I did find a free plug-in for Visual Studio 2008, which was referenced http://www.developerfusion.com/article/9536/using-adobe-flex-in-visual-studio/It's a plugin from Ensemble called Tofino (http://www.ensemble.com/products/tofino.shtml) and it does seem to work pretty well; it's missing the design mode, but you can still compile Flex applications and it has IntelliSense support.
AbeP
:O :) flex in VS2008 !!!, waaaw, you're my hero man, I couldn't even imagine this possibility
Omu