Lines Matching refs:html

2768 			html: true,
2897 …this.html = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], whe…
2898 this.html.audio = {};
2899 this.html.video = {};
3053 this.html.audio.available = false;
3057 …this.html.audio.available = !!this.htmlElement.audio.canPlayType && this._testCanPlayType(this.htm…
3059 this.html.video.available = false;
3063 …this.html.video.available = !!this.htmlElement.video.canPlayType && this._testCanPlayType(this.htm…
3068 this.html.canPlay = {};
3072 …self.html.canPlay[format] = self.html[self.format[format].media].available && "" !== self.htmlElem…
3076 this.html.desired = false;
3098 this.html.support = {};
3102 self.html.support[format] = self.html.canPlay[format] && self.html.desired;
3107 this.html.used = false;
3127 if(!(this.html.used || this.aurora.used || this.flash.used)) {
3193 if(this.html.used && !this.flash.used) { // If only HTML
3203 if(this.html.used) {
3206 if(this.html.audio.available) {
3207 this._addHtmlEventListeners(this.htmlElement.audio, this.html.audio);
3213 if(this.html.video.available) {
3214 this._addHtmlEventListeners(this.htmlElement.video, this.html.video);
3238 …if((this.html.used || this.aurora.used) && !this.flash.used) { // If only HTML, then emulate flash…
3366 if(this.html.video.available && this.html.used) {
3699 event.jPlayer.html = $.extend(true, {}, this.html); // Deep copy
3953 this.html.audio.gate = false;
3954 this.html.video.gate = false;
3959 this.html.active = false;
4023 self.html.video.gate = true;
4025 self.html.active = true;
4037 self.html.audio.gate = true;
4039 self.html.active = true;
4070 if(!(this.status.nativeVideoControls && this.html.video.gate)) {
4084 this.css.jq.title.html(media.title);
4117 if(this.html.active) {
4128 if(this.html.active) {
4141 if(this.html.active) {
4165 if(this.html.active) {
4183 if(this.html.active) {
4224 if(this.html.active) {
4238 if(this.html.active) {
4260 if(this.html.used) {
4271 if(!this.html.video.gate && !this.html.audio.gate) {
4325 if(this.html.used) {
4336 if(!this.html.video.gate && !this.html.audio.gate) {
4644 if(this.html.used) {
4651 if(this.html.used) {
4808 …if(!this.status.waitForPlay && this.html.active && this.status.video || this.html.video.available …
4971 if(self.html.support[format] && media[format]) {
5135 if(this.html.audio.available) {
5138 if(this.html.video.available) {