Air 3.0 StageWebView Youtube videos blank/white screen - iOS
Flash CS 5.5, Air 3.0 publishing an IPA for testing on my iPhone 3Gs.
I'm using StageWebView to watch a few YouTube videos.
Everything works great using Test Movie. The native Youtube video shows up with the controls and everything... but when I put the IPA on my device, I just get a blank/white screen where the video should be.
It seems very simple yet I'm not finding anything on the web to help me out...
webView = new StageWebView();
webView.stage = this.stage;
webView.viewPort = new Rectangle(0,0,480,300);
webView.loadURL(path);
Any help would be greatly appreciated. Thanks!
