home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 March / PCWorld_2005-03_cd.bin / komunikace / kmeleon / kmeleon09.exe / flashblock.jar / content / flashblock / flashblock.css < prev    next >
Cascading Style Sheet File  |  2004-11-13  |  1KB  |  47 lines

  1. /*
  2.  * Flash Click to View by Ted Mielczarek (luser_mozilla@perilith.com)
  3.  * Original code by Jesse Ruderman (jruderman@hmc.edu)
  4.  * taken from http://www.squarefree.com/userstyles/xbl.html
  5.  *
  6.  * Change XBL binding for <object> tags, click to view flash
  7.  */
  8.  
  9. /*
  10.  * Flash identifiers.
  11. */
  12. object[classid$=":D27CDB6E-AE6D-11cf-96B8-444553540000"],
  13. object[codebase*="swflash.cab"],
  14. embed[type="application/x-shockwave-flash"],
  15. embed[src*=".swf"],
  16. object[type="application/x-shockwave-flash"],
  17. object[src*=".swf"]
  18. { -moz-binding: url("chrome://flashblock/content/flash.xml#flashblock") !important; }
  19.  
  20. /*
  21.  * Director identifiers.
  22. */
  23. object[classid$=":166B1BCA-3F9C-11CF-8075-444553540000"],
  24. object[codebase*="sw.cab"],
  25. embed[type="application/x-director"],
  26. embed[src*=".dcr"],
  27. object[type="application/x-director"],
  28. object[src*=".dcr"]
  29. { -moz-binding: url("chrome://flashblock/content/director.xml#flashblock") !important; }
  30.  
  31. /*
  32.  * Authorware identifiers.
  33. */
  34. object[classid$=":15B782AF-55D8-11D1-B477-006097098764"],
  35. object[codebase*="awswaxf.cab"],
  36. embed[type="application/x-authorware-map"],
  37. embed[src*=".aam"],
  38. object[type="application/x-authorware-map"],
  39. object[src*=".aam"]
  40. { -moz-binding: url("chrome://flashblock/content/authorware.xml#flashblock") !important; }
  41.  
  42. /*
  43.  * Load flash files that are called directly by the browser without interference from flashblock.
  44. */
  45. embed[name="plugin"]
  46. { -moz-binding: none !important; }
  47.