navigateToURL inside HTMLLoader
Hello guys,
I need help on this.
An HTMLLoader is loading a SWF.
Inside that SWF at some point the user can press a button to invoke a navigateToURL.
That navigateToURL is opening an URL to a report.
If the loaded SWF is used directly inside a browser it works (opens a new window in the browser), but when loaded in the HTMLLoader it doesn't work.
How can I call with success a navigateToURL inside HTMLLoader?
The loaded SWF could be not compiled in AIR (because it is also used in browser).
