VPAIDAdLinear.prototype.resumeAd = function() {
    this._videoSlot.play();
    $trigger.call(this, 'AdPlaying');
};