Android StageWebview won't play youtube videos
hey guys,
i built app ios displays html in stagewebview , in html, youtube vidoes when click on play in native player ios.
i trying andriod, , not working.
any ideas? showing blank video should go? using air 3.2 cs6.
thanks
here more info.
it shows black box on samsung tab 10.1, , if tapp on fast can go fullscreen mode place youtube video. 1 have ideas on how work in non full screen.
webview = new stagewebview();
webview.stage = this.stage;
webview.viewport = new rectangle( 0, 100, screenwidth, 779 );
htmlstring = '<iframe class="youtube-player" type="text/html" width="640" height="385" src="http://www.youtube.com/embed/yosrvalbkcy" frameborder="0"></iframe>';
webview.loadstring( htmlstring );
please help!
More discussions in AIR Development
adobe
Comments
Post a Comment