Jump to content

ATTN: HOW TO FIX AUDIO PLAYER ERROR


Recommended Posts

HOW TO FIX AUDIO PLAYER ERROR

Fixing audio when disabled and pressing "Begin Install"

Locate within the theme you are using open up WPI.HTM

Loacta with in WPI.HTM this line

<!-- The continue button. -->

Now down a few lines you will find:

<img
   src="./themes/Glossy/continue.gif"
   align="absbottom"
   class="mainbtn"
   border="0"
   name="continuebutton"
   onClick="document.MediaPlayer.stop(); stopInterval(); CreateFile(false);">
  </img><font class="side" onClick="document.MediaPlayer.stop(); StopAudio(); stopInterval(); CreateFile(false);">

Now change the:

document.MediaPlayer.stop()

in the 1st spot to this:

StopAudio()

and delete the other one. Should end up looking like this.

]<img
   src="./themes/Glossy/continue.gif"
   align="absbottom"
   class="mainbtn"
   border="0"
   name="continuebutton"
   onClick="StopAudio(); stopInterval(); CreateFile(false);">
 </img><font class="side" onClick="StopAudio(); stopInterval(); CreateFile(false);">

Walla done.

P.S. Let me know if you still have problems. It fixed it on all test ran here and on other field tests done (About 10 different computers)

Sorry for the problems!

Edited by almulder
Link to comment
Share on other sites


so it will end up looking like this?

<img
  src="./themes/Glossy/continue.gif"
  align="absbottom"
  class="mainbtn"
  border="0"
  name="continuebutton"
  onClick="StopAudio(); stopInterval(); CreateFile(false);">
 </img><font class="side" onClick="StopAudio(); stopInterval(); CreateFile(false);">

thanks BD B)

Edited by bonedaddy
Link to comment
Share on other sites

Sorry remove one of the "StopAudio(); " from here:

</img><font class="side" onClick="StopAudio(); StopAudio(); stopInterval(); CreateFile(false);">

Did not notice one was there already!

Edited by almulder
Link to comment
Share on other sites

THE FOLLOWING ERROR(S) WERE FOUND

The total filespace required to upload all the attached files is greater than your per post or global limit. Please reduce the number of attachments or the size of the attachments.

*bah. should i just attach wpi.htm file codes?

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...