Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Displaying HTML content in Flex Mobile Application

$
0
0
Hi everyone,

How can i display HTML content in WebStageWeb in my flex mobile application

I have used this code to display simple HTML content, but now i want to
display some files via same method.

var htmlString:String = "<!DOCTYPE HTML>" + "<html><body>" + "<p>King Philip
could order five good steaks.</p>" + "</body></html>";

stageWebView = new StageWebView();
stageWebView.stage = this.stage;
stageWebView.viewPort = new Rectangle(305, 87, 715, 606);
stageWebView.loadString(htmlString);

How can i display

Viewing all articles
Browse latest Browse all 5648

Trending Articles