Francesco Posted August 6, 2012 Posted August 6, 2012 FixFrom 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 replacedocument.getElementById("MediaPlayer").url=InstallAudioPath;withdocument.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;
Recommended Posts