mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
112 lines
13 KiB
JavaScript
112 lines
13 KiB
JavaScript
|
/*
|
||
|
SWFUpload.SWFObject Plugin
|
||
|
|
||
|
Summary:
|
||
|
This plugin uses SWFObject to embed SWFUpload dynamically in the page. SWFObject provides accurate Flash Player detection and DOM Ready loading.
|
||
|
This plugin replaces the Graceful Degradation plugin.
|
||
|
|
||
|
Features:
|
||
|
* swfupload_load_failed_hander event
|
||
|
* swfupload_pre_load_handler event
|
||
|
* minimum_flash_version setting (default: "9.0.28")
|
||
|
* SWFUpload.onload event for early loading
|
||
|
|
||
|
Usage:
|
||
|
Provide handlers and settings as needed. When using the SWFUpload.SWFObject plugin you should initialize SWFUploading
|
||
|
in SWFUpload.onload rather than in window.onload. When initialized this way SWFUpload can load earlier preventing the UI flicker
|
||
|
that was seen using the Graceful Degradation plugin.
|
||
|
|
||
|
<script type="text/javascript">
|
||
|
var swfu;
|
||
|
SWFUpload.onload = function () {
|
||
|
swfu = new SWFUpload({
|
||
|
minimum_flash_version: "9.0.28",
|
||
|
swfupload_pre_load_handler: swfuploadPreLoad,
|
||
|
swfupload_load_failed_handler: swfuploadLoadFailed
|
||
|
});
|
||
|
};
|
||
|
</script>
|
||
|
|
||
|
Notes:
|
||
|
You must provide set minimum_flash_version setting to "8" if you are using SWFUpload for Flash Player 8.
|
||
|
The swfuploadLoadFailed event is only fired if the minimum version of Flash Player is not met. Other issues such as missing SWF files, browser bugs
|
||
|
or corrupt Flash Player installations will not trigger this event.
|
||
|
The swfuploadPreLoad event is fired as soon as the minimum version of Flash Player is found. It does not wait for SWFUpload to load and can
|
||
|
be used to prepare the SWFUploadUI and hide alternate content.
|
||
|
swfobject's onDomReady event is cross-browser safe but will default to the window.onload event when DOMReady is not supported by the browser.
|
||
|
Early DOM Loading is supported in major modern browsers but cannot be guaranteed for every browser ever made.
|
||
|
*/
|
||
|
|
||
|
|
||
|
/* SWFObject v2.1 <http://code.google.com/p/swfobject/>
|
||
|
Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
|
||
|
This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
|
||
|
*/
|
||
|
var swfobject=function(){var b="undefined",Q="object",n="Shockwave Flash",p="ShockwaveFlash.ShockwaveFlash",P="application/x-shockwave-flash",m="SWFObjectExprInst",j=window,K=document,T=navigator,o=[],N=[],i=[],d=[],J,Z=null,M=null,l=null,e=false,A=false;var h=function(){var v=typeof K.getElementById!=b&&typeof K.getElementsByTagName!=b&&typeof K.createElement!=b,AC=[0,0,0],x=null;if(typeof T.plugins!=b&&typeof T.plugins[n]==Q){x=T.plugins[n].description;if(x&&!(typeof T.mimeTypes!=b&&T.mimeTypes[P]&&!T.mimeTypes[P].enabledPlugin)){x=x.replace(/^.*\s+(\S+\s+\S+$)/,"$1");AC[0]=parseInt(x.replace(/^(.*)\..*$/,"$1"),10);AC[1]=parseInt(x.replace(/^.*\.(.*)\s.*$/,"$1"),10);AC[2]=/r/.test(x)?parseInt(x.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof j.ActiveXObject!=b){var y=null,AB=false;try{y=new ActiveXObject(p+".7")}catch(t){try{y=new ActiveXObject(p+".6");AC=[6,0,21];y.AllowScriptAccess="always"}catch(t){if(AC[0]==6){AB=true}}if(!AB){try{y=new ActiveXObject(p)}catch(t){}}}if(!AB&&y){try{x=y.GetVariable("$version");if(x){x=x.split(" ")[1].split(",");AC=[parseInt(x[0],10),parseInt(x[1],10),parseInt(x[2],10)]}}catch(t){}}}}var AD=T.userAgent.toLowerCase(),r=T.platform.toLowerCase(),AA=/webkit/.test(AD)?parseFloat(AD.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,q=false,z=r?/win/.test(r):/win/.test(AD),w=r?/mac/.test(r):/mac/.test(AD);/*@cc_on q=true;@if(@_win32)z=true;@elif(@_mac)w=true;@end@*/return{w3cdom:v,pv:AC,webkit:AA,ie:q,win:z,mac:w}}();var L=function(){if(!h.w3cdom){return }f(H);if(h.ie&&h.win){try{K.write("<script id=__ie_ondomload defer=true src=//:><\/script>");J=C("__ie_ondomload");if(J){I(J,"onreadystatechange",S)}}catch(q){}}if(h.webkit&&typeof K.readyState!=b){Z=setInterval(function(){if(/loaded|complete/.test(K.readyState)){E()}},10)}if(typeof K.addEventListener!=b){K.addEventListener("DOMContentLoaded",E,null)}R(E)}();function S(){if(J.readyState=="complete"){J.parentNode.removeChild(J);E()}}function E(){if(e){return }if(h.ie&&h.win){var v=a("span");try{var u=K.getElementsByTagName("body")[0].appendChild(v);u.parentNode.removeChild(u)}catch(w){return }}e=true;if(Z){clearInterval(Z);Z=null}var q=o.length;for(var r=0;r<q;r++){o[r]()}}function f(q){if(e){q()}else{o[o.length]=q}}function R(r){if(typeof j.addEventListener!=b){j.addEventListener("load",r,false)}else{if(typeof K.addEventListener!=b){K.addEventListener("load",r,false)}else{if(typeof j.attachEvent!=b){I(j,"onload",r)}else{if(typeof j.onload=="function"){var q=j.onload;j.onload=function(){q();r()}}else{j.onload=r}}}}}function H(){var t=N.length;for(var q=0;q<t;q++){var u=N[q].id;if(h.pv[0]>0){var r=C(u);if(r){N[q].width=r.getAttribute("width")?r.getAttribute("width"):"0";N[q].height=r.getAttribute("height")?r.getAttribute("height"):"0";if(c(N[q].swfVersion)){if(h.webkit&&h.webkit<312){Y(r)}W(u,true)}else{if(N[q].expressInstall&&!A&&c("6.0.65")&&(h.win||h.mac)){k(N[q])}else{O(r)}}}}else{W(u,true)}}}function Y(t){var q=t.getElementsByTagName(Q)[0];if(q){var w=a("embed"),y=q.attributes;if(y){var v=y.length;for(var u=0;u<v;u++){if(y[u].nodeName=="DATA"){w.setAttribute("src",y[u].nodeValue)}else{w.setAttribute(y[u].nodeName,y[u].nodeValue)}}}var x=q.childNodes;if(x){var z=x.length;for(var r=0;r<z;r++){if(x[r].nodeType==1&&x[r].nodeName=="PARAM"){w.setAttribute(x[r].getAttribute("name"),x[r].getAttribute("value"))}}}t.parentNode.replaceChild(w,t)}}function k(w){A=true;var u=C(w.id);if(u){if(w.altContentId){var y=C(w.altContentId);if(y){M=y;l=w.altContentId}}else{M=G(u)}if(!(/%$/.test(w.width))&&parseInt(w.width,10)<310){w.width="310"}if(!(/%$/.test(w.height))&&parseInt(w.height,10)<137){w.height="137"}K.title=K.title.slice(0,47)+" - Flash Player Installation";var z=h.ie&&h.win?"ActiveX":"PlugIn",q=K.title,r="MMredirectURL="+j.location+"&MMplayerType="+z+"&MMdoctitle="+q,x=w.id;if(h.ie&&h.win&&u.readyState!=4){var t=a("div");x+="SWFObjectNew";t.setAttribute("id",x);u.parentNode.insertBefore(t,u);u.style.display="none";var v=function(){u.parentNode.removeChild(u)};I(j,"onload",v)}U({data:w.expressInstall,id:m,width:w.width,height:w.height},{flashvars:
|
||
|
|
||
|
|
||
|
|
||
|
var SWFUpload;
|
||
|
if (typeof(SWFUpload) === "function") {
|
||
|
SWFUpload.onload = function () {};
|
||
|
|
||
|
swfobject.addDomLoadEvent(function () {
|
||
|
if (typeof(SWFUpload.onload) === "function") {
|
||
|
SWFUpload.onload.call(window);
|
||
|
}
|
||
|
});
|
||
|
|
||
|
SWFUpload.prototype.initSettings = (function (oldInitSettings) {
|
||
|
return function (userSettings) {
|
||
|
if (typeof(oldInitSettings) === "function") {
|
||
|
oldInitSettings.call(this, userSettings);
|
||
|
}
|
||
|
|
||
|
this.ensureDefault = function (settingName, defaultValue) {
|
||
|
this.settings[settingName] = (userSettings[settingName] == undefined) ? defaultValue : userSettings[settingName];
|
||
|
};
|
||
|
|
||
|
this.ensureDefault("minimum_flash_version", "9.0.28");
|
||
|
this.ensureDefault("swfupload_pre_load_handler", null);
|
||
|
this.ensureDefault("swfupload_load_failed_handler", null);
|
||
|
|
||
|
delete this.ensureDefault;
|
||
|
|
||
|
};
|
||
|
})(SWFUpload.prototype.initSettings);
|
||
|
|
||
|
|
||
|
SWFUpload.prototype.loadFlash = function (oldLoadFlash) {
|
||
|
return function () {
|
||
|
var hasFlash = swfobject.hasFlashPlayerVersion(this.settings.minimum_flash_version);
|
||
|
|
||
|
if (hasFlash) {
|
||
|
this.queueEvent("swfupload_pre_load_handler");
|
||
|
if (typeof(oldLoadFlash) === "function") {
|
||
|
oldLoadFlash.call(this);
|
||
|
}
|
||
|
} else {
|
||
|
this.queueEvent("swfupload_load_failed_handler");
|
||
|
}
|
||
|
};
|
||
|
|
||
|
}(SWFUpload.prototype.loadFlash);
|
||
|
|
||
|
SWFUpload.prototype.displayDebugInfo = function (oldDisplayDebugInfo) {
|
||
|
return function () {
|
||
|
if (typeof(oldDisplayDebugInfo) === "function") {
|
||
|
oldDisplayDebugInfo.call(this);
|
||
|
}
|
||
|
|
||
|
this.debug(
|
||
|
[
|
||
|
"SWFUpload.SWFObject Plugin settings:", "\n",
|
||
|
"\t", "minimum_flash_version: ", this.settings.minimum_flash_version, "\n",
|
||
|
"\t", "swfupload_pre_load_handler assigned: ", (typeof(this.settings.swfupload_pre_load_handler) === "function").toString(), "\n",
|
||
|
"\t", "swfupload_load_failed_handler assigned: ", (typeof(this.settings.swfupload_load_failed_handler) === "function").toString(), "\n",
|
||
|
].join("")
|
||
|
);
|
||
|
};
|
||
|
}(SWFUpload.prototype.displayDebugInfo);
|
||
|
}
|