Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
trying to load web page in main window using stagewebview, web page runs ok if there is no video link but when i include web link having video streamin link , it show every thing except that online streaming video
any solution will be deeply appreciated.
regards.

What I have tried:

Java
import flash.media.StageWebView;
import flash.geom.Rectangle;

var _webview:StageWebView=new StageWebView();
_webview.stage=this.stage;
_webview.viewPort=new Rectangle(0,0,1000,1000);
_webview.loadURL("http://video.dunyanews.tv/index.php/en/headline");
Posted
Updated 4-Oct-16 22:40pm

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900