Lines Matching refs:flash

2535 			flash: "unknown"
2770 flash: true
2903 …this.flash = {}; // In _init()'s this.desired code and setmedia(): Accessed via this[solution], wh…
2984 this.internal.flash = $.extend({}, {
3066 this.flash.available = this._checkForFlash(10.1);
3070 this.flash.canPlay = {};
3074 self.flash.canPlay[format] = self.format[format].flashCanPlay && self.flash.available;
3078 this.flash.desired = false;
3100 this.flash.support = {};
3104 self.flash.support[format] = self.flash.canPlay[format] && self.flash.desired;
3109 this.flash.used = false;
3127 if(!(this.html.used || this.aurora.used || this.flash.used)) {
3144 if(this.flash.used) {
3152 …var objStr = '<object id="' + this.internal.flash.id + '" classid="clsid:d27cdb6e-ae6d-11cf-96b8-4…
3155 '<param name="movie" value="' + this.internal.flash.swf + '" />',
3175 htmlObj.setAttribute("id", this.internal.flash.id);
3176 htmlObj.setAttribute("name", this.internal.flash.id);
3177 htmlObj.setAttribute("data", this.internal.flash.swf);
3189 this.internal.flash.jq = $(htmlObj);
3193 if(this.html.used && !this.flash.used) { // If only HTML
3238 …if((this.html.used || this.aurora.used) && !this.flash.used) { // If only HTML, then emulate flash…
3241 self.version.flash = "n/a";
3701 event.jPlayer.flash = $.extend(true, {}, this.flash); // Deep copy
3714 …this.internal.flash.jq.css({'width':'0px', 'height':'0px'}); // Once Flash generates the ready eve…
3716 this.version.flash = status.version;
3717 if(this.version.needFlash !== this.version.flash) {
3720 context: this.version.flash,
3721 message: $.jPlayer.errorMsg.VERSION + this.version.flash,
3732 if(this.flash.gate) {
3755 if(this.flash.gate) {
3787 this.internal.flash.jq.css({'width':'0px', 'height':'0px'});
3956 this.flash.gate = false;
3961 this.flash.active = false;
4027 self.flash.gate = true;
4029 self.flash.active = true;
4050 self.flash.gate = true;
4052 self.flash.active = true;
4121 } else if(this.flash.active) {
4132 } else if(this.flash.active) {
4145 } else if(this.flash.active) {
4169 } else if(this.flash.active) {
4187 } else if(this.flash.active) {
4228 } else if(this.flash.active) {
4242 } else if(this.flash.active) {
4266 if(this.flash.used) {
4331 if(this.flash.used) {
4811 else if(!this.status.waitForPlay && this.flash.active && this.status.video) {
4812 this.internal.flash.jq.css({'width': this.status.width, 'height': this.status.height});
5240 if(self.flash.support[format] && media[format]) {
5271 if(self.flash.support[format] && media[format]) {
5295 …this.internal.flash.jq.css({'width':'0px', 'height':'0px'}); // Must do via CSS as setting attr() …
5341 this.internal.flash.jq.css({'width': this.status.width, 'height': this.status.height});
5356 return document[this.internal.flash.id];
5365 flash;
5368 flash = new ActiveXObject("ShockwaveFlash.ShockwaveFlash");
5369 if (flash) { // flash will return null when ActiveX is disabled
5370 var v = flash.GetVariable("$version");
5379 flash = navigator.plugins["Shockwave Flash"];
5380 if(flash) {
5416 context: this.internal.flash.swf,
5422 this.internal.flash.jq.css({'width':'1px', 'height':'1px'});