Hi all how to load website (google, yahoo, any site) to canvas
+2
A:
You need to use Adobe AIR and its HTML control to do this. Flex cannot easily render large, complicated HTML documents.
http://livedocs.adobe.com/flex/3/langref/mx/controls/HTML.html
cliff.meyers
2009-02-17 16:13:59
A:
Very simply the following:
<mx:HTML location="(url of the HTML)"/>
For all other properties and events check the page Brd6644 linked.
Daisy
2009-02-23 12:31:59