Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Flex builder 4.0 (<mx:Script>)

0 Kudos

Hello Gurus,

We downloaded Flex builder 4.0 trial version for 60 days to learn Flash Island on webdynpro.

Now, we are facing a small problem that <mx:Script> tag is not working. Could be a missing library file...

Please help to resolve my problem.

Regards,

Abhishek.

5 REPLIES 5

Former Member
0 Kudos

Hi Abhishek,

It's may not be the case of any missing file.

Flex 3 Application codes may not be getting compiled as there are some differences in tag declarations and classes.

You can test any sample application which you can easily get from Tour de Flex examples to test Flash island in WD.

Note that you also need WDIslandLibrary 'SWC' file for same version compatibility.

If you want to use your own application then refer following links which will help you to understand the transition of Flex 3 applications into Flex 4.

http://www.adobe.com/devnet/flex/articles/flex3and4_differences.html/

http://www.sapphiresteel.com/Blog/Flex-3-Compatibility-in-Flex-4

http://ria.dzone.com/articles/transition-flex3-to-flex4

I hope these will help you to solve your issue.

Regards,

Vivek

GrahamRobbo
Active Contributor
0 Kudos

Simplest way might be to compile using the Flex 3.5 SDK. In Project Properties you can select this in the "Flex Compiler" area.

Cheers

Graham Robbo

0 Kudos

Hi

I am using Flash Builder 4 Std and for Flash Islands I had to import the Flex 3.2 SDK and Flex 3.5 Data Visualization library. When creating a project for Islands use, make sure you select the Flex 3.2 SDK.

Cheers

Ian

0 Kudos

Hello,

From where can I import flex 3.2 SDK and Flex 3.5 Data Visualization Library?

What is the repercussion, if I don't have 3.2 SDK and flex 3.5 data Visualization Library?

I tried to create a simple application by following Thomas Jung's example, but data transfer between webdynpro and flex builder is not working. Is it because, I don't have a proper SDK?

Regards,

Abhishek.

0 Kudos

[Flex 3 SDKs |http://opensource.adobe.com/wiki/display/flexsdk/DownloadFlex3]

[Flex 3.5 Data visualization libraries|http://www.adobe.com/cfusion/entitlement/index.cfm?e=flex3sdk]

You already know the repercussions - it doesn't work.

Install the SDKs in the correct location and then when creating your new project specify the 3.2 SDK. You should then be able to create the .swf correctly and upload to your WDA.

Cheers

Ian