• Let’s say I want to embed only one instance of the audio player in my site’s header and load 3 mp3s into it like this:
    <script type="text/javascript"> AudioPlayer.embed("audioplayer_1", {soundFile: "song1.mp3,song2.mp3,song3.mp3"}); </script>

    Is there some kind of script that I can use to remotely select any song from the playlist directly, using a hyperlink located on the same page? It would be very convenient to have one hyperlink for each song accessing the same player instead of embedding a new instance of the player for each new mp3 I want to play. Thanks in advance.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Standalone Audio Player – Is it possible to control playlist with hyperlinks?’ is closed to new replies.