Jump to content

Audio autoplay not working?


Recommended Posts


I can't seem to get my audio tracks to start playing when WPI starts. Any idea? I'm guessing your not supposed to have to click the play button. WPI 4.3.8.

hmm that should work as is

are you testing your setup in a virtual enviornment ?

if so ive found the sound not working properly with in them but works fine on regular pcs

and also has the wpi.htm file been modified any within the audio player section?

Edited by Lost Soul
Link to comment
Share on other sites

are all sound devices working properly on your pc,, ? and it probably has nothing to do with any of this but are your auto runs enabled on your pc ? meaning when you put in a disk does it autoplay.. or just open to the files.. ive just redownloaded the latest wpi version and im trying to replicate this issue and everything is working fine on my side,,

perhaps kel may have some ideals when he reads this thread

Link to comment
Share on other sites

I would say you messed up the code for the player in the wpi.htm theme page. Check this <embed> line

<embed width=300 height=44 align="middle" name="MediaPlayer" showstatusbar=0 volume=68 ></embed>

and the <script> code below that

<script>
document.all.MediaPlayer.src='./Audio/WPI.m3u'
document.all.MediaPlayer.loop="true"
if (showmpWPIBtn == 0) {
document.all.MediaPlayer.src='';
}
</script>

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