August 1, 200521 yr Here is how to fix the little box that is being displayed when disabling the audio player.1) OPEN WPI.HTM IN NOTEPAD (File can be found in the themes folders)2) Go all the way to the bottom and work you way up until you find this section <!-- The exit button. --> <a href; onMouseDown="document.exitbutton.src='./themes/Glossy/exitdown.gif';" onMouseOver="document.exitbutton.src='./themes/Glossy/exitover.gif';stm(getText(ttExit),Style[0]);" onMouseOut="document.exitbutton.src='./themes/Glossy/exit.gif'; htm()"> <img src="./themes/Glossy/exit.gif" align="absbottom" class="mainbtn" border="0" name="exitbutton" onClick="onExit()"> </img> <font class="side" onClick="onExit()"><b> <script>document.write(getText(lblExit));</script></b></font></a></td> <td width="33%" align="right"> <div align="center"> <embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 ></embed> </div> <div id="mediaplayer"> </div></td> <td width="33%" align="right"> <!-- The user manual. -->These are the lines we want to change: <div align="center"> <embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 ></embed> </div> <div id="mediaplayer"> </div></td>Delete these lines and replace them with these: <!-- Audio Player --> <div id="mediaplayer"> <div align="center"> <embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 ></embed> </div></td>This should fix the problem.Thank you and sorry for the problemsP.S. Let me know if it dose not work.
August 1, 200521 yr I have tried to replace it but i won't resolve the problem of the error in line 88 on my other post, but for now, I will wait for the next release.Thanx for the support anyway.
Create an account or sign in to comment