If you load a page with an input box on it, are you able to enter characters into that? I also had flash problems, and I could not enter text into a textbox. I solved that by calling:
nsCOMPtr<nsIWebBrowserFocus> theFocus = do_QueryInterface(iWebBrowser, &rv); if(NS_SUCCEEDED(rv)) theFocus->Activate(); _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
