tags:

views:

248

answers:

3

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
A: 

Can u provide more details then its useful to do.plz

A: 

Very simply the following:

<mx:HTML location="(url of the HTML)"/>

For all other properties and events check the page Brd6644 linked.

Daisy