I think this works the same as stopping and restarting the plugin:

(0) On document load, enumerate all objects node.
(1) Do a CloneNode() on each object .
(2) Modify its "wmode" attribute.
(3) Call parentNode.ReplaceChild().

Steve


Babele Dunnit wrote:
Hi all,

I am in need to stop a plugin instance, change some of its parameters
and restart it. I was able to do this with Gecko 1.9 but the code
seems to be broken now, the plugin does not reatart.

Is anybody willing to tell me at least where to dig into MXR?

Note: I need this to change the "wmode" parameter of Flash plugins to
"opaque", so that I can grab Flash videos.
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding


_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to