i'm developing application that plays videos youtube. on android works have problem ios. know ios not support flash etc. there other alternatives how play youtube videos in adobe air application runs on ios ?
tnx
try using stage web view:
webview = new stagewebview(); | |
webview.loadurl("https://m.youtube.com/watch?v="+videoid+"&html5=1"); | |
webview.stage=stage; | |
webview.viewport = new rectangle( 0, 0, stage.stagewidth, stage.stageheight); |
as far tested in ipod, videos played quick time player automatically.
More discussions in ActionScript 3
adobe
Comments
Post a Comment