Skip to main content
Inspiring
November 5, 2015
Question

load html page in flash movie as3

  • November 5, 2015
  • 1 reply
  • 871 views

this peace of code does not load inside flash movie . it navigates my desktop browser and load the webpage . i need it should load inside my flash stage or movie .


var url:String = "http://www.google.com";

var req:URLRequest = new URLRequest(url);

navigateToURL(req);

This topic has been closed for replies.

1 reply

Ned Murphy
Legend
November 5, 2015

Unless something has changed that I am not aware of, there is no option to load html content in a web-based Flash swf.  There is an AIR class called htmlLoader that serves this purpose but it only applies to AIR applications.  HTMLLoader - Adobe ActionScript® 3 (AS3 ) API Reference