cancel
Showing results for 
Search instead for 
Did you mean: 

Flash islands

Former Member
0 Kudos

Hi All

I want to start developing an adobe flash island component.

I understand that I can only develop in Flex SDK version that is lower then 3.4.

My problem is that I can only download adobe flash builder 4 (this is the only version purposed in adobe.com) .

In this version the compiler can only run SDK 3.5 and higher.

Can any of u tell me how do I get adobe flash builder 3, or any other idea how to solve the issue?

Thanks

Nitsan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Now I downloaded SDK 3.3 from http://www.gigasize.com/get.php?d=qscqncwgt6d and added it to my flex builder.

After changing the project compiler some of the mxml tags became unknown.

A simple tag like <mx:SeriesSlide has became unknown so I can't even implement the first tutorial of flash islands.

Any solution?

Thanks Nitsan.

Former Member
0 Kudos

Hi Nitsan,

The SerieSlide tag should be available in Flex 3.

You can find an example [here|http://blog.flexexamples.com/2007/10/15/using-data-effects-to-animate-chart-data/].

If this doesn't solve your problem, please post your actionscript code.

Regards,

Roelof

wouter_peeters
Participant
0 Kudos

Hi

Flex SDK 3.* doesn't have data visualization components included (Charts) so you'll have to custom implement them in the SDK.

You can find the tutorial how to combine these [here|http://www.webappsolution.com/wordpress/2009/04/22/installing-flex-33-sdk-data-visualization-33-swc/] , if you're having any problems I can upload the SDK with data visualization already combined.

Kind regards,

Wouter

Former Member
0 Kudos

Hi,

it would be great if someone could upload sdk 3.3 with included (or seperated) data visualisation. I have a valid flash builder 4 license but you cannot unpack the data visualisation for sdk 3.3 with the corresponding license.properties file. You really need a flex builder 3 key (or at least the corresponding license.properties file). Thats a big problem for me that adobe is not downward compatible here...

Does someone know how to unpack that included .jar file in the data visalisation pack for sdk 3.3 with a flash builder 4 license? Is there any chance?

Thx,

Tobias

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You know that FlashIslands is no longer restricted to Flex SDK 3.3 and lower. SAP has released Island Libraries for FlashBuilder 4.1. See Note 1614265 for the corrections (which also includes the new libraries in the MIME Repository).

Former Member
0 Kudos

Hi,

thank you very much. Thats just great!

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

I have updated my business card.

u can look at my address .

Thanks

Nitsan

Former Member
0 Kudos

Hi

Thanks' for your answers.

But opensource.adobe is unavailable.

Can any of u send me this sdk (address in User Profile) .

I will be grateful.

Nitsan

frank_stdle
Participant
0 Kudos

I can't see your e-mail address anywhere

frank_stdle
Participant
0 Kudos

Download Flex SDK 3.3 from [here|http://opensource.adobe.com/maintenance.html]

In Flash Builder, right click on your project, select "Properties", select "Flex Compiler", click "Configure Flex SDKs...", select "Add" to import the downloaded SDK.

Back in Propertties, click "Use specific SDK" and select Flex 3.3

Former Member
0 Kudos

Hi Nitsan,

You have to download Flex SDK 3.0-3.3 (and add the package to the SDK folder Program Files/Adobe/Flash Builder 4/sdk/). Normally I would tell you to go to opensource.adobe.com, but it seems to be offline.

Maybe you can find it somewhere else on the internet. Good luck!

Regards,

Roelof