Downloading and installing Flex SDK builds from opensource.adobe.com

by Peter deHaan on August 1, 2008

The Flex SDK is constantly changing and improving. Every day bugs are getting fixed, features are being added or improved. If you want to use the latest code, you’ll need to know where to download the Flex SDK from and how to add the new SDK to Flex Builder.

New builds of the Flex SDK can be downloaded from the Flex SDK Downloads page on the opensource.adobe.com site. Currently, this page gives you links to download the latest Gumbo nightly build, the latest Flex 3 nightly build, or the various Flex 3 Compiler Modules. There are three main SDK build types:

  • Latest Milestone Release Builds — Releases are builds that have been declared major releases by the development team – Releases are the right builds for people who want to be on a stable, tested release, and don’t need the latest greatest features and improvements. There are generally a few milestone releases on a given branch and will be signified by incrementing the first minor number (e.g., 3.1).

    The Flex team creates signed versions of the major RSLs for every milestone release.

  • Stable Builds — Stable builds have been found to be stable enough for most people to use. They are promoted from nightly build by the architecture team after they have been used for a few days and deemed reasonable. The latest stable build is the right build for people who want to stay up to date with what is going on in the latest development stream, and don’t mind putting up with a few problems in order to get the latest and greatest features and bug fixes. The latest stable build is the one the development team likes people to be using because of the valuable and timely feedback; however it should be understood that the only fully supported versions are milestones (e.g., Adobe technical support supports milestones, though may point to fixes in stable builds) . The development team attempts to put out a stable build on active branches within 60 days of each other. Stable builds are signified by incrementing the second minor number (e.g., 3.0.1).

    The Flex team dos not currently create signed versions of the major RSLs for stable builds as it would begin negating the value of the framework cache (that said, we’ll be keeping an eye on things and re-evaluating as necessary).

  • Nightly Builds — Nightly builds are produced every night from whatever has been released into the HEAD of the SVN repository. They are untested and may have problems. Some possibly will not work at all. These drops are normally only useful to developers actually working on the Flex Project, but may be used to monitor how a given feature is progressing. Nightly builds follow the numbering of the last stable build, with only the third minor number incrementing (and matching the last revision number from Subversion).

[source opensource.adobe.com: SDK Build Types]

The next important thing to understand is the different types of Flex SDKs available:

  • Free Adobe Flex SDK — An official Adobe product, with released versions found at http://www.adobe.com/go/flex3_sdk. The Adobe Flex SDK contains everything you will need to build and deploy Flex RIAs. It is licensed under the Adobe Flex SDK license because it contains a mixture of open and closed source components (see license info above). The Flex framework source code included in this package is called out explicitly as licensed under the MPL. However, if you want just the open source stuff, you should look at the Open Source Flex SDK.
  • Open Source Flex SDK — For users who want a package that contains only open source code, we offer the Open Source Flex SDK, which is available from this site. This package is entirely under the MPL, including its binaries. It contains the majority of the Flex SDK (compilers, framework, debugger) but does not include anything that is not open source like the Adobe Flash Player, Adobe AIR, or the advanced font encoding libraries. This SDK is capable of creating Flex applications and can be used in whatever fashion the MPL allows. If you have questions regarding the use of code licensed under the MPL, you should consult with an attorney.
  • Adobe Add-ons for Open Source Flex SDK — This package contains all of the items that are in the Adobe Flex SDK and not in the Open Source Flex SDK. Downloading this file will allow you to bring the Open Source Flex SDK to parity with the Adobe Flex SDK. This package includes the Adobe Flash Player, Adobe AIR, the advanced font encoding libraries, and the code that allows licensing of things like the Data Visualization components. All of these elements are licensed under the Adobe Flex SDK license.

[source opensource.adobe.com: Flex SDK Downloads]

Downloading and installing Flex SDK builds into Flex Builder 3

  1. To download the Flex 3 SDK, navigate to the following URL:
    http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3/
  2. Download the latest nightly build. You can download either of the available SDK types (Adobe Flex SDK, Open Source Flex SDK, or Adobe Add-ons — see the previous list for explanations between the differnt types). For this example I am downloading the latest nightly build of the Adobe Flex SDK.
  3. Save the nightly build to your hard drive and extract the files from the .ZIP file
  4. In Flex Builder 3, select Window > Preferences from the main menu to open the Flex Builder Preferences dialog box. To add, edit, or remove a Flex SDK, select Flex > Installed Flex SDKs.
  5. Click the Add button to launch the Add Flex SDK dialog box and click the Browse button to navigate to the directory where you extracted the nightly SDK build in a previous step.
  6. Click OK to apply your changes and add the new Flex SDK. If you want to set the newly downloaded SDK as your default SDK, click the check box to the left of the SDK name. Click OK to dismiss this dialog.

That’s it! You’ve successfully downloaded and installed the latest and greatest version of the Flex SDK into Flex Builder.

If you want to compile your code against this new SDK you can select Project > Properties from the main menu, select Flex Compiler from the menu on the left, and select your new SDK from the dropdown menu in the Flex SDK version section.

Also worth mentioning is that you can manage your installed SDKs via the Project Properties dialog menu by clicking the Configure Flex SDKs link, which takes you to the Installed Flex SDKs preferences.

Happy Flexing!

{ 8 comments… read them below or add one }

peter July 19, 2009 at 11:17 pm

Hey,
nice blog, really!
Is there an option or a compiler setting to hide the embed file in the release build? In fact I would like have just one big file instead of having a couple of files and img-directories!

Regards,
pete

Reply

Peter deHaan September 24, 2009 at 10:16 am

It’s from Flash Builder 4 beta, but the “Add” button is in the upper-right corner of the Installed Flex SDKs dialog:

Peter

Reply

Ahmed October 23, 2009 at 11:30 am

Hi Peter

can one use flex sdk on Oracle Developer 11g IDE?

Thanks

Reply

Mikael November 30, 2009 at 4:08 am

When running an air application with free adobe flex 4 SDK in flex builder 3 i get this error:

Failed to load RSL osmf_4.0.0.12222.swf
Failing over to RSL http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12222/osmf_4.0.0.12222.swf
Error #2032: Stream Error. URL: http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12222/osmf_4.0.0.12222.swf

??

Reply

Peter deHaan November 30, 2009 at 8:05 am

@Mikael,

I haven’t seen that before, but can you please file a bug against the Flex SDK at http://bugs.adobe.com/flex/ and somebody from Adobe can take a look at it.

Thanks,
Peter

Reply

Jochen Szostek December 9, 2009 at 5:27 am

FYI: I get this error “Error #2032: Stream Error. URL: http://fpdownload.adobe.com/pub/swz/flex/4.0.0.12222/osmf_4.0.0.12222.swf” too when I move my compiled swf in another folder without osmf_4.0.0.12222.swf.

Reply

Tahir Alvi June 24, 2010 at 5:13 am

Hi Peter,
i want to add air 2.5 sdk for android in FB4.
i use these steps as per you define above, but when i compile project by selecting Air 2.5 sdk it shows an error message
‘An unknown sdk’.

What can i do now?

Reply

Sunny Govekar August 24, 2010 at 10:07 am

I have very basic question is there any setup script for Flex 4 or we need to use it using IDE as eclipse?

Reply

Leave a Comment

Sorry, this blog is terrible at eating HTML comments.
If you're pasting any HTML/XML/MXML code, you need to convert your < characters to &lt; and your > characters to &gt; .

Anti-Spam Protection by WP-SpamFree

Previous post:

Next post: