cancel
Showing results for 
Search instead for 
Did you mean: 

Problem loading SWF file in FlashIsland

Former Member
0 Kudos
215

Hey,

I am trying to use FlashIsland for ABAP WebDynpro.

Unfortunately the SWF File is not loading. When I type the URL to the SWF File directly to the browser, the SWF file loads correctly.

In the header I have posted the statement: initialize="initApp()". My initApp I have implemented, too (see below).

import sap.FlashIsland;

public function initApp():void

{

FlashIsland.register(this);

}

What can be the problem there?

First I thougt it might be a problem of my Internet Explorer configuration or the customizing of the SAP System. But when I execute the WDR_TEST_FLASH_ISLAND application everything works fine there.

Thanks in advance for your help.

Kind Regards,

Thomas Weber

View Entire Topic
Former Member
0 Kudos

SWF gets loaded in Development system properly. But when moved to Quality, swf is not displayed. SWF file is transported successfully to QE.Checked by doublicking it in SE80 editor on WD component.

simon_xu2
Associate
Associate
0 Kudos

vijaya lakshmi ,

Is it fixed? I had same problem. Anyone knows the answer?

Many thanks!