I'm using mozilla 1.7.12 on FC4 and embedding it in my app.

I have added Java support and allowed this to be turned on
and off by add a onelan.js in /usr/lib/mozilla-1.7.12/defaults/pref

onelan.js contains:

pref("network.proxy.type", 0);

# Block popups popups
pref("dom.disable_open_during_load", true);
pref("privacy.popups.showBrowserMessage", false);
pref("browser.cache.check_doc_frequency", 1);

pref("security.enable_java",                false);

With these prefs the Flash plugin stops working.
Changing the last line to

pref("security.enable_java",                true);

turns Flash back on.

Why is this happening? Is it because its no a user_pref
in a profile?

I cannot reproduce this behaviour in firefox on my FC4 desktop.

Barry
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to