Lines Matching refs:flash

490 			flash: "unknown"
725 flash: true
858 …this.flash = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], wh…
939 this.internal.flash = $.extend({}, {
1021 this.flash.available = this._checkForFlash(10.1);
1025 this.flash.canPlay = {};
1029 self.flash.canPlay[format] = self.format[format].flashCanPlay && self.flash.available;
1033 this.flash.desired = false;
1055 this.flash.support = {};
1059 self.flash.support[format] = self.flash.canPlay[format] && self.flash.desired;
1064 this.flash.used = false;
1082 if(!(this.html.used || this.aurora.used || this.flash.used)) {
1099 if(this.flash.used) {
1107 …var objStr = '<object id="' + this.internal.flash.id + '" classid="clsid:d27cdb6e-ae6d-11cf-96b8-4…
1110 '<param name="movie" value="' + this.internal.flash.swf + '" />',
1130 htmlObj.setAttribute("id", this.internal.flash.id);
1131 htmlObj.setAttribute("name", this.internal.flash.id);
1132 htmlObj.setAttribute("data", this.internal.flash.swf);
1144 this.internal.flash.jq = $(htmlObj);
1148 if(this.html.used && !this.flash.used) { // If only HTML
1193 …if((this.html.used || this.aurora.used) && !this.flash.used) { // If only HTML, then emulate flash…
1196 self.version.flash = "n/a";
1656 event.jPlayer.flash = $.extend(true, {}, this.flash); // Deep copy
1669 …this.internal.flash.jq.css({'width':'0px', 'height':'0px'}); // Once Flash generates the ready eve…
1671 this.version.flash = status.version;
1672 if(this.version.needFlash !== this.version.flash) {
1675 context: this.version.flash,
1676 message: $.jPlayer.errorMsg.VERSION + this.version.flash,
1687 if(this.flash.gate) {
1710 if(this.flash.gate) {
1742 this.internal.flash.jq.css({'width':'0px', 'height':'0px'});
1911 this.flash.gate = false;
1916 this.flash.active = false;
1982 self.flash.gate = true;
1984 self.flash.active = true;
2005 self.flash.gate = true;
2007 self.flash.active = true;
2076 } else if(this.flash.active) {
2087 } else if(this.flash.active) {
2100 } else if(this.flash.active) {
2124 } else if(this.flash.active) {
2142 } else if(this.flash.active) {
2183 } else if(this.flash.active) {
2197 } else if(this.flash.active) {
2221 if(this.flash.used) {
2286 if(this.flash.used) {
2766 else if(!this.status.waitForPlay && this.flash.active && this.status.video) {
2767 this.internal.flash.jq.css({'width': this.status.width, 'height': this.status.height});
3195 if(self.flash.support[format] && media[format]) {
3226 if(self.flash.support[format] && media[format]) {
3250 …this.internal.flash.jq.css({'width':'0px', 'height':'0px'}); // Must do via CSS as setting attr() …
3296 this.internal.flash.jq.css({'width': this.status.width, 'height': this.status.height});
3311 return document[this.internal.flash.id];
3320 flash;
3323 flash = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
3324 if (flash) { // flash will return null when ActiveX is disabled
3325 var v = flash.GetVariable("$version");
3334 flash = navigator.plugins["Shockwave Flash"];
3335 if(flash) {
3371 context: this.internal.flash.swf,
3377 this.internal.flash.jq.css({'width':'1px', 'height':'1px'});