/*
 * Flash Click to View by Ted Mielczarek (luser_mozilla@perilith.com)
 * Original code by Jesse Ruderman (jruderman@hmc.edu)
 * taken from http://www.squarefree.com/userstyles/xbl.html
 *
 * Change XBL binding for <object> tags, click to view flash
 */

/*
 * Flash identifiers.
*/
object[classid*=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
object[codebase*="swflash.cab"],
object[data*=".swf"],
object[type="application/x-shockwave-flash"],
object[src*=".swf"],
embed[type="application/x-shockwave-flash"],
embed[src*=".swf"],
embed[allowscriptaccess],
embed[flashvars],
embed[wmode]
{ -moz-binding: url("chrome://flashblock/content/flashblock.xml#flash") !important; }

/*
 * Director identifiers.
*/
object[classid*=":166B1BCA-3F9C-11CF-8075-444553540000"],
object[codebase*="sw.cab"],
object[data*=".dcr"],
object[type="application/x-director"],
object[src*=".dcr"],
embed[type="application/x-director"],
embed[src*=".dcr"]
{ -moz-binding: url("chrome://flashblock/content/flashblock.xml#director") !important; }

/*
 * Authorware identifiers.
*/
object[classid*=":15B782AF-55D8-11D1-B477-006097098764"],
object[codebase*="awswaxf.cab"],
object[data*=".aam"],
object[type="application/x-authorware-map"],
object[src*=".aam"],
embed[type="application/x-authorware-map"],
embed[src*=".aam"]
{ -moz-binding: url("chrome://flashblock/content/flashblock.xml#authorware") !important; }

/*
* Silverlight identifiers.
*/
object[classid*="32C73088-76AE-40F7-AC40-81F62CB2C1DA"],
object[type="application/ag-plugin"],
object[type="application/x-silverlight"],
object[type="application/x-silverlight-2"],
object[source*=".xaml"],
object[sourceelement*="xaml"],
object[data*="application/x-silverlight"],
embed[type="application/ag-plugin"],
embed[source*=".xaml"]
{ -moz-binding: url("chrome://flashblock/content/flashblock.xml#silverlight") !important; }

/*
* Java identifiers.
*/
applet,
object[classid*=":8AD9C840-044E-11D1-B3E9-00805F499D93"],
object[classid^="clsid:CAFEEFAC-"],
object[classid^="java:"],
object[type="application/x-java-applet"],
embed[classid*=":8AD9C840-044E-11D1-B3E9-00805F499D93"],
embed[classid^="clsid:CAFEEFAC-"],
embed[classid^="java:"],
embed[type="application/x-java-applet"]
{
 -moz-binding: none !important;
}

/*
 * Don't bind to objects with an explicit type=""
 * e.g. type="application/x-sibelius-score".
*/
object[type]:not([type="application/x-shockwave-flash"]):not([type="application/x-director"]):not([type="application/x-authorware-map"]):not([data*=".swf"]):not([src*=".swf"]):not([type*="silverlight"])
{ -moz-binding: none !important; }

/*
 * Broken Objects.
*/
object
{ -moz-binding: url("chrome://flashblock/content/flashblock.xml#brokenobject") !important; }

/* sIFR styles */
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed,
.sIFR-replaced div[style*="chrome://flashblock"] {
  -moz-binding: url("chrome://flashblock/content/flashblock.xml#sifr-replaced") !important;
}

span.sIFR-alternate {
  -moz-binding: url("chrome://flashblock/content/flashblock.xml#sifr-alternate") !important;
  letter-spacing: normal !important;
}

video {
  -moz-binding: url("chrome://flashblock/content/videoblock.xml#html5video") !important;
}
