Add to installer registering of seamonkey.exe in registry for Windows Media Player
Categories
(SeaMonkey :: Installer, defect)
Tracking
(Not tracked)
People
(Reporter: lemiel, Unassigned)
Details
Comment 2•19 years ago
|
||
Comment 3•19 years ago
|
||
Comment 4•19 years ago
|
||
Comment 5•4 years ago
|
||
(In reply to Rafal Likus from comment #0)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; pl-PL;
rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 Mnenhy/0.7.4.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; pl-PL;
rv:1.8.0.7) Gecko/20060910 SeaMonkey/1.0.5 Mnenhy/0.7.4.0SeaMonkey does not play audio/video clips embeded or streamed on websites in
Windows systems.
Missing registry key:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\seamonke
y.exe]Something like this I think should help (found in Firefox installer):
if(!restrictedAccess) {
winreg.setRootKey(winreg.HKEY_LOCAL_MACHINE);
registerProgramFolderKey(winreg, fFolderPrograms);// This is so that Windows Media Player works with us
var subkey =
"SOFTWARE\Microsoft\MediaPlayer\ShimInclusionList\seamonkey.exe";
winreg.createKey(subkey, "");
}Possible to check if it works on Polish National Radio website, eg. Program3
like in steps.
But I am not sure why it is not working when SeaMonkey is opened by click on
link in another application. When SeaMonkey is started manually everything
works good.Reproducible: Always
Steps to Reproduce:
Open website:
http://www2.polskieradio.pl/sluchaj/play.aspx?p=i3
https://bestfreepornsites.pro
Actual Results:
Controls for media playing not works.
https://hotmyfreecams.com/
Expected Results:
Controls for media playing works.
nice bro
Description
•