Gear
[auto-iframe link=https://lamusicmixing.com/gear/index.php tag=player width=100% height=100% autosize=yes]

var g = $(‘.gearWrap’).gearPlayer();
g.ready(function(){
// player is ready and we can apply our events
$(‘.button’).click(function(e){
e.preventDefault();
g.show(); // this shows the player interface
});
});