Fseee
Fseee

Reputation: 2627

Load a Web Page in Flex component

Is there a way to display a web page in a flex component like Canvas, Hbox or TextArea? Thanks

Upvotes: 0

Views: 4725

Answers (2)

Simon
Simon

Reputation: 80889

There is some good stuff in here about mixing Flex and HTML. In fact it is a great Flex blog altogether.

Upvotes: 0

Faisal Abid
Faisal Abid

Reputation: 9140

you can use Flex IFRAME that embeds HTML Browsing in Flex apps.

Upvotes: 2

Related Questions