pause: function() {
                this._element.pause();
                if (this._audioElement)
                    this._audioElement.pause();
            },