vote up 2 vote down star

Anyone know of any documentation that would help me with trying to embed a web browser component into adobe flex.

I've seen in Adobe Air that there is a Item; however, in Adobe Flex 3 for a .swf file that would be somewhere - I do not see it.

Any ideas?

flag

Ok, you're deploying your flex app into a browser environment, why can't you just utilize that? Rather than trying to embed a browser in an app in a browser. – jason Aug 2 at 13:51
1  
Well, I know I could just embed the SWF into the browser...but I'm curious to see if it's something that can be done. It's a small project I'm messing with at home just to learn more about Flex and what not - kind of re-inventing the wheel to learn about the wheel – PSU_Kardi Aug 2 at 17:53

2 Answers

vote up 3 vote down check

Only Air has that capability built in.

However there is a very good-looking component that you can find here: http://drumbeatinsight.com/

It is paid-for though.

Open source solutions are here
http://sourceforge.net/projects/as3htmlparser/
and here:
http://code.google.com/p/htmlwrapper/

link|flag
vote up 1 vote down

The Webkit engine is embedded in the AIR runtime. It is not embedded in the Flash plug-in, however, so you cannot embed a browser within a .swf (Flash application) running inside a Web browser (or even using a standalone, desktop .swf runtime) as the Flash plug-in doesn't support that. AIR is your only option for actually embedding a browser within a Flash application.

There are a number of examples on the Web of using s to position a browser component/window over a Flash application to make it look like you've embedded a browser inside of the Flash app. Before AIR came along, this was what a lot of Flash/Flex developers did.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.