StageWebView not displaying external embedded SWF on Android
Using AIR 3.7 I can load a remote web page with an embedded SWF (same domain). It works in the test mode of the authoring tool and as a desktop AIR application.
However, on Android the SWF content is not being displayed. It is requested from the server, but the area where it should show up stays white.
The strange part is that this site uses another invisible SWF to get some client system data. This swf is executed properly (it logs its execution through a javascript inteface). It has nothing on the stage and is loaded with swfobject and a size of 1x1 pixel.
So external SWFs do seem to work, but the one actually meant to display something doesn't load. It also uses an external javascript call when it finished loading, but that one never triggers either. No visible stage, no code execution happening. Why does one SWF work and the other doesn't?
Any idea what could cause this? Is there a way to debug external SWFs inside a mobile AIR app to maybe see what went wrong?
There's nothing out of the ordinary in the phones log, except a "Should not happen: No rect based test nodes found" message by webcoreglue. Not sure if it's related.
