aravinda
aravinda

Reputation: 71

google search page inside of the flex application

How to include google search page inside of my flex web application without using iframe. Any alternative way for solve this issue.

Upvotes: 0

Views: 255

Answers (2)

Ben Cook
Ben Cook

Reputation: 40

Try this:

http://drumbeatinsight.com/htmlcomponent

Runs a html browser inside a Flex application.

Works really well!

Upvotes: 1

Gregor Kiddie
Gregor Kiddie

Reputation: 3119

You can't. There are obvious security concerns about displaying full HTML inside the Flash Player. Adobe stick to the "It's too big, it would bloat the player" line though.

Upvotes: 1

Related Questions