Viewing 5 replies - 526 through 530 (of 530 total)
  • I’d like links on the page to open up in a new window when the user is playing audio. Is there a way to detect if the player is playing vs paused via javascript?

    I’m using SermonBrowser which requires audio-player to play the soundtracks online.

    We have just come across a problem. Audio player looks for file and can’t find it. Download link however works. We switched to a new server a week or so ago, and I’m not sure what has caused this or when it occured. When I disable audio player the download icon that appears works correctly so am I right in thinking it is a problem with audio player? I’ve just deleted audio player and did a fresh install of it. No luck.

    I note in audio players installation instructions it mentions WordPress 2.5. Is it compatible with the latest version? Or is the problem Sermon Browser? Anyone got any ideas?

    For the meantime, I’ll deactivate audio player again.
    https://hpcc.hornby.org.nz/sermons

    I meant to also say that I uploaded a MP3 to a page outside of SermonBrowser, and ticked the box in audio player settings that says replace mp3 links with a player, and it worked fine. I am so confused as to the problem because sometimes it looks like sermonbrowswer and sometimes audio player.

    I have been through the scripting for SermonBrowser where the player appears and I don’t see any problems.

    Never mind. I have found the problem. Role Scoper which the admin staff asked me to install. Deactivated it and sermons now play.

    @bluesofa
    I was having the same issue but since I don’t use the player inside
    wordpress I didn’t post. I did find the solution to ‘my’ issue
    maybe it will help you.

    I wrote a script to stream a 30 second ‘demo’ from the original file.

    I found that once I set the content-length header IE works fine.

    Check your headers and make sure they look something like this:

    HTTP/1.1 200 OK
    Date: Tue, 26 May 2009 13:57:09 GMT
    Server: Apache/2.2.8 (EL)
    Last-Modified: Tue, 26 May 2009 13:57:08 GMT
    ETag: “35b0b4-3b000-46ad11a40b500”
    Accept-Ranges: bytes
    Content-Length: 241664
    Connection: close
    Content-Type: audio/mpeg

    I found that the only thing that caused the issue was the Content-Length. I even played around with the Content-Type, changing it
    to application/octet-stream and it worked.

    Does anyone know how to change the height of the wordpress version of the player?

    Thanks in advance!

Viewing 5 replies - 526 through 530 (of 530 total)
  • The topic ‘[Plugin: Audio Player] Version 2.0 beta released’ is closed to new replies.