Hm. I have seen in fact some code (which I am not able to fully understand) regarding frames, and also this comment which seems interesting (but I dont understand what's happening): http://mxr.mozilla.org/firefox/source/layout/generic/nsObjectFrame.cpp#4317 . And anyway I could not access the frame (external linkage)... I think I will go for the BAD WAY, keeping a reference to the plugin instance and shutting it down myself when I change page.
thx! On Feb 27, 3:40 pm, Boris Zbarsky <[email protected]> wrote: > Babele Dunnit wrote: > > But this new plugin instance never dies. If I change page or reload, I > > keep hearing the movie audio track. > > Presumably because the frame has a pointer to the old plugin instance or > something? You'd have to trace through the teardown code to see where > it goes awry.... > > -Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
