Stage Video on Android
Hi,
I'm developing for Air for Android and testing on a Samsung Galaxy 7, but after hours of researching and coding, I continue to get the same results... no video.
This is my code:
var path:String = "http://www.marmamedia.com/LearnSQL/video/Day1_1.mp4";
webView = new StageWebView();
webView.stage = this.stage;
webView.viewPort = new Rectangle((0,0, stage.stageWidth, stage.stageHeight));
webView.loadURL(path);
Has anyone had success in implementing video in Air for Android? Could you share your code?
