Search code examples
flashactionscript-3apache-flexflex4flex4.5

Using network in flex sdk 4.5 gives blank swf


I developed a flash app and i need the functionality when I click on a sprite I want to open a web page in browser for example http://www.google.com. I use flex sdk 4.5 and I changed the use-network tag from false to true in flex-config.xml. But when i compile my project and load the swf in browser I get everything blank. I tried also to use html page with swf embeded but same result

Any idea why it is doing this?


Solution

  • May you need to add the location where the SWF is stored as a trusted location HERE.