Jump to content

How to fix the Audio Player


Recommended Posts

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 problems

P.S. Let me know if it dose not work.

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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