Search code examples
apache-flexflex4flash-builderflash-builder4.5flex4.6

How to update Flex SDK in Flash Builder 4.6


As an owner of Flash Builder 4.6 I'm struggling with 2 problems in my web application:

  1. XML parsing makes the whole application sluggish
  2. Russian input in TextInput doesn't work with Opera

I wonder, if there is a new Flex SDK available for download, where some fixes might have been integrated since the Flash Builder 4.6 release several months ago.

So I have downloaded the "Flex SDK version 4.6.0.23201 is the latest production quality release" and installed it:

enter image description here

However this seems to be a version, which differs very little from the stock Flex SDK included with Flash Builder 4.6 originally.

My questions is: is there some good (i.e. fresh, but also tested/stable) source for Flex SDK, which would be suitable for Flash Builder 4.6?

Maybe I can check out the source from some repository and build it myself (how, please?).

Does Apache offer anything, since they are the new owners?

UPDATE:

I've checked out Apache's Flex with

svn co https://svn.apache.org/repos/asf/incubator/flex/trunk flex

(and have yet to figure out, how to build it) - isn't it newer and better?


Solution

  • is there some good (i.e. fresh, but also tested/stable) source for Flex SDK, which would be suitable for Flash Builder 4.6?

    Yes, that would be Adobe. I am not aware of any updates to Flex 4.6 since it's release late last November. It's only been three months. I believe the bulk of Adobe's work around Flex has been getting legal approval to submit Flex to Apache. They are getting that slowly.

    You can download the source for the Adobe Flex SDK from opensource.adobe.com. Read this for info on getting the source from the Adobe SVN repository.

    Does Apache offer anything, since they are the new owners?

    The Apache project is still formally waiting for donations from Adobe, including their testing suite. But, some code is submitted from Adobe. A few people have submitted some new components, and there has been work done around localization. The Apache project does not have a formal release yet.

    You should be able to get the Apache Source from SVN as an anonymous user. The trunk includes the framework dump from Adobe; but I haven't delved in myself. I know people have successfully built the Flex SDK from the Apache trunk. Here are some instructions on how to do it with IntelliJ


    I should add that I'm not sure if updating the SDK will solve any XML parsing issues you have. But, it's tough to say for sure since you went into no details on what those issues are. My mobile game uses a 30K line, 1MB XML file for the level definitions and it has no problems parsing it effeciently.