user1120633
user1120633

Reputation: 117

Load HTML page inside flex popup window

I have created a popup window in a flex website and I wanted to load a HTML page inside that popup. I tried many ways to do it but that way unsuccessful. Can someone recommend me a approach to get this done?

Upvotes: 1

Views: 1984

Answers (2)

keyle
keyle

Reputation: 2837

if by loading an html page you mean load and show html content, then you will need Adobe AIR. Flash and Flex in the browser can't render html content.

You can load the html source and parse the text off it... to show it as a text box. But I guess that's not what you are after.

Upvotes: 1

Related Questions