cancel
Showing results for 
Search instead for 
Did you mean: 

Error while running Adobe Flash Islands in ABAP Web dynpro

Former Member
0 Kudos

Hi All,

I am new to Adobe flash Islands. I am trying with simple examples. I have downloaded SDK and Flash Builder from Adobe.com

I have build the flex project and imported as MIME in WD and integrated into it. If i see the design of the flex project in Flash Builder all seems ok. However, when i run my WD i am facing below error.

TypeError: Error #1006: getCurrent is not a function.

at sap::FlashIsland$cinit()

at global$init()

at Labelisland/initApp()

at Labelisland/___Labelisland_Application1_initialize()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at mx.core::UIComponent/dispatchEvent()

at mx.core::UIComponent/set processedDescriptors()

at mx.core::Container/createComponentsFromDescriptors()

at mx.core::Container/createChildren()

at mx.core::UIComponent/initialize()

at mx.core::Container/initialize()

at mx.core::Application/initialize()

at Labelisland/initialize()

at mx.managers.systemClasses::ChildManager/childAdded()

at mx.managers.systemClasses::ChildManager/initializeTopLevelWindow()

at mx.managers::SystemManager/initializeTopLevelWindow()

at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::kickOff()

at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::preloader_completeHandler()

at flash.events::EventDispatcher/dispatchEventFunction()

at flash.events::EventDispatcher/dispatchEvent()

at mx.preloaders::Preloader/timerHandler()

at flash.utils::Timer/_timerDispatch()

at flash.utils::Timer/tick()

I tried couple of examples, all ending with same error and flash component is not getting displayed at runtime.

Hope some one helps me. Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi SUASKU,

Where you able to resolve this?

Regards,

Mathan MP

ged_hurst
Participant
0 Kudos

Hello,

I'm having the same problem.

Could you please shed some light on it?

Thank you.

Regards

Former Member
0 Kudos

Hi,

Some of the funcitons in flex3 are not supported in Flash Builder. Please follow Tour de flex. It has good examples. I could able to resolve this.

Sunil.

ged_hurst
Participant
0 Kudos

I'm afraid I can't make you out.

I was trying to set up the first tutorial of Adobe Flash Islands Integration.

This compiles with FlashBuilder 3.5 and the library I've included is WDIslandLibrary30.swc (I've also tried WDIslandLibrary.swc).

However if I include WDIslandLibrary30.swc I get a runtime error Illegal override of FlexModuleFactory in mx.core.FlexModuleFactory.

What am I supposed to do?

I've also tried to compile with FlashBuilder 4.0, which is the latest version, but to no avail.

Thanks

Former Member
0 Kudos

Hi,

You are using right .swc file. I have not faced this kind of error. Are you using trail version or full version of flash/flex builder ?

Regards,

Sunil.

ged_hurst
Participant
0 Kudos

It's a trial version.

Former Member
0 Kudos

OK. It should work even if use the train version. Not sure why.

Former Member
0 Kudos

Hello,

See Note: https://service.sap.com/sap/support/notes/1312542

Flex SDK 3.4 and higher is not supported as documented.

You should use Flex SDK 3.3 to build Web dynpro FlashIslands.

Hope this helps!

Thanks,

Srilatha

Former Member
0 Kudos

Totally agree with Sriatha M about proper SDK version. Why don't you give us more detailed explanation of you problem, maybe wich tutorial are you implementing?

Greetings!