Jump to content

[BUG+FIX] WMP files are locked with player disabled


Recommended Posts

Fix

From installer.hta remove


<object id="MediaPlayer" name="MediaPlayer" width="215" height="45" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">
</object>

and replace


document.getElementById("MediaPlayer").url=InstallAudioPath;

with


document.getElementById("MediaPlayerDIV").innerHTML = '<object id="MediaPlayer" name="MediaPlayer" width="215" height="45" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject"></object>';
document.getElementById("MediaPlayer").url=InstallAudioPath;

Link to comment
Share on other sites


Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...