--- In [email protected], Jeffry Houser <j...@...> wrote: > > > I thought [but haven't tried] that if you load web pages using the HTML > browser portion of AIR, it would support embedded SWFs, in which case I > would expect that the Flash Player JavaScript calls to access the HTML > wrapper would work.
No, I think that they wouldn't use ExternalInterface--that is strictly from the inside looking out, not the outside looking in. Instead, you'd manipulate the dom of the embedded HTML document.

