Hi!
I have a complicated problem. I try to find a solution everywhere but I didn’t find anything.
I’m creating a project Air for iOS with Flash CS5 and Flash CS6. I need to find somebody that know how to upload a web page inside an app.
I try to explain better. There is yet a task for upload an html link, but it just work in a new browser window. In this way, every time I want to see a web page, the app will be close. Is it possible to import all the web page inside the Air for ios project, and not in an external window?
I'd like the result is like this:
Thanks a lot.
hi....
i used StageWebView class and i wrote this code:
var webView:StageWebView = new StageWebView();
webView.viewPort = new Rectangle( 0, 0, this.stage.stageWidth, this .stage.stageHeight);
webView.stage = this.stage;
webView.loadURL( "http://www.adobe.com" );
The web page opens correctly without using the browser but it opens into all project's frames.
Is it possible to open the web page only in the frame one (for example) ????
Thanks a lot!!!!!!!!!!!!!!!!!
North America
Europe, Middle East and Africa
Asia Pacific