Play / Pause Video by Event
$("ID/CLASS/TAG").EVENT(function() {
if (this.paused) { this.play(); }
else { this.pause(); }
});
$("ID/CLASS/TAG").EVENT(function() {
if (this.paused) { this.play(); }
else { this.pause(); }
});