Discussion:
WebBrowser addin/control for Flash
(too old to reply)
rbsorensen
2008-07-11 04:39:33 UTC
Permalink
We are writing a Flash app that requires the use of a "webbrowser" add-in with
the same functionality as that offered by the MS webbrowser control.

Namely, we need a facility the will display a window in a fixed size and
location within the Flash content area, and which will properly render the html
from a web request and display the results in the window. All of the menus,
tools, and status bars would be eliminated, and what the user would see is a
web page rendered within the contents of the Flash window, along with scroll
bars to view all of the content. When a link is clicked, an instance of the
actual browser would be launched (IE, Firefox, or whatever).

Microsoft has had this type of functionality availabe for VB/C# for a number
of years. How can this be done in Flash? Is there a 3rd party control that
will do this?
Travis Newbury
2008-07-11 09:51:39 UTC
Permalink
 Microsoft has had this type of functionality availabe for VB/C# for a number
of years.  How can this be done in Flash?  Is there a 3rd party control that
will do this?
Is this going to e a web application or a desktop application? If
desktop, then use C/VB what ever, and use both the Flash ActiveX and
the Browser activeX.

If this is going to be a web application, then some fancy use of
Javascript, the DOM, and ExternalInterface can simulate what you want
to do.

Loading...