Viewing 3 replies - 1 through 3 (of 3 total)
  • i’m trying this too…

    a couple of things to consider: line 13 is the text version, head down to line ~60ish for the graphical version, in case you’re using that.

    the code I’m trying looks like this:

    $(this).jPlayer({
    	ready: function () {
    		this.element.jPlayer("setFile", audioFile);
    	},
    	// loop
    	ended: function() {
    		this.element.jPlayer("play");
    	},
    
    	customCssIds: true,
    	swfPath: jplayerswf,
    	errorAlerts:true,
    	nativeSuport:false
    })
    // autoplay
    .jPlayer("play")

    .. but, its not working for me, either!

    I’ve adapted this from examples at: http://jplayer.org/latest/developer-guide/#jPlayer-options

    (sorry, i don’t have an online version, yet)

    okay, the snippets I’ve scavenged are from jplayer v2.1, so I’m seeing how I go munging the update in…

    using http://kolber.github.com/audiojs/
    was easier for me in the end!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Haiku minimalist audio player] Loop function’ is closed to new replies.