0

I try to load an swf in my flex 4 project using the following line of code:

<mx:SWFLoader id="game_swf"  source="demo.swf" complete="init()" />

the demo.swf file is another project i created using flex 4. the problem is that when i run the application i see only the loading bar of the demo.swf flash file and nothing else.

if i try to load a different swf file (for a example a game i downloaded), it loads just fine.

what am i missing?

ketan
  • 19,129
  • 42
  • 60
  • 98
ufk
  • 30,912
  • 70
  • 235
  • 386

1 Answers1

1

this happens only when i use the debug version of the swf, when i created a release build and used it instead it worked.

ufk
  • 30,912
  • 70
  • 235
  • 386