August 11, 200521 yr HOW TO FIX AUDIO PLAYER ERRORFixing audio when disabled and pressing "Begin Install"Locate within the theme you are using open up WPI.HTMLoacta 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 August 11, 200521 yr by almulder
August 11, 200521 yr 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 August 11, 200521 yr by bonedaddy
August 11, 200521 yr Author 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 August 11, 200521 yr by almulder
August 11, 200521 yr very nice, always best to show what it was and what it will be ................have a nice one..BD B)
August 19, 200521 yr THE FOLLOWING ERROR(S) WERE FOUNDThe 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?
August 19, 200521 yr Author Ok got the file, I need to find out when and where you are getting the error. And what are the setting when you get it.
August 19, 200521 yr when i click 'install' i get the errori'm pretty sure that because my IME setting is in korean, i get that error
August 19, 200521 yr Author windows or WPI language (Works in every WPI language with or without audio player)??? Not sure! can you post a pic of the error?
Create an account or sign in to comment