functionSample(url){this.url=url;this.start;this.stop;this.duration;this.key;this.player;//the associated player obj w the iframe
this.init();this.id;}Sample.prototype.init(){//create the iframe
//create the player
}Sample.prototype.play=function(){}//getting and setting from UI
Sample.prototype.update=function(){}