Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ATTN: HOW TO FIX AUDIO PLAYER ERROR

Featured Replies

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

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

  • 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 by almulder

very nice, always best to show what it was and what it will be ................

have a nice one..

BD B)

  • Author

bad zip file. (errors) please re zip whole wpi folder and send.

Thank yOu

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?

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

when i click 'install' i get the error

i'm pretty sure that because my IME setting is in korean, i get that error

  • 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

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.