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.

How to fix the Audio Player

Featured Replies

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.

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

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.