Hey there,
Im porting an CS6-AIR-App from IOS to Desktop, in the IOS-App, i use rendermode GPU, everything works fine.
In the Desktop-App im using renderMode "direct" (no GPU mode selectable in CS6).
Some strange behavior came up.
If rendermode is "auto" (or cpu), StageWebView loads local and remote html, but the App is slow, not an option.
If rendermode is "direct", StageWebView loads local, but not remote html, though the App is fast now.
My Fallback is to use HTMLLoader and it works with both rendermodes for both local/remote urls.
Question: is there any drawback using HTMLLoader instead of StageWebView (e.g missing hardware accelaration)?
Anyway, It would be nice to know whats going on and why StageWebView doesnt work.
Using: captive/included runtime Air 3.5+3.6, Flash CS6, OSX 10.7.5.
thanks,
V.