[Plugin: Haiku minimalist audio player] Loop function
-
Hi there,
I have these piece of code, where I am trying to set up a loop:
$(this).jPlayer({ ready: function () { this.element.jPlayer("setFile", audioFile).jPlayer("play"); }, customCssIds: true, swfPath: jplayerswf, loop: true, nativeSuport:false })
It is line 13 at haiku-player.js.
Question: what am I doing wrong that loop doesn’t work for me?
https://www.ads-software.com/extend/plugins/haiku-minimalist-audio-player/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Plugin: Haiku minimalist audio player] Loop function’ is closed to new replies.