Thanks for the good work!
I stumbled into a bug today: The option autoPlay:false is ignored, because your initialize Method fires this.play() without considering this option, please wrap an if-statement around it:
// let's get things going!
if (this.autoPlay) {
this.play();
}
Thanks again,
Oliver