Sunday, December 22, 2019

yeah. i'm done testing.

i made a minor update to the autoplay to reset when it's done:

Player.onended = function(){
    if(++elm < nextsrc.length){  
         Player.src = nextsrc[elm]; Player.play();
         txtOutput.value = titles[elm];   
         }
         else if(elm == nextsrc.length){
             Player.src=nextsrc[0];
             txtOutput.value=titles[0];
             elm=0;
         }
}

and, that's that.

you may use my html5 player freely, as much as you'd like. just mention my bandcamp page somewhere (jasonparent.bandcamp.com), if you feel like it.

the player is of course intended for use with bandcamp downloads, so the next post will be....it won't be a final update for inri000, but it will be the last one for quite a while.