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 >
Wrap
Cascading Style Sheet File
|
2004-11-13
|
1KB
|
47 lines
/*
* 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"],
embed[type="application/x-shockwave-flash"],
embed[src*=".swf"],
object[type="application/x-shockwave-flash"],
object[src*=".swf"]
{ -moz-binding: url("chrome://flashblock/content/flash.xml#flashblock") !important; }
/*
* Director identifiers.
*/
object[classid$=":166B1BCA-3F9C-11CF-8075-444553540000"],
object[codebase*="sw.cab"],
embed[type="application/x-director"],
embed[src*=".dcr"],
object[type="application/x-director"],
object[src*=".dcr"]
{ -moz-binding: url("chrome://flashblock/content/director.xml#flashblock") !important; }
/*
* Authorware identifiers.
*/
object[classid$=":15B782AF-55D8-11D1-B477-006097098764"],
object[codebase*="awswaxf.cab"],
embed[type="application/x-authorware-map"],
embed[src*=".aam"],
object[type="application/x-authorware-map"],
object[src*=".aam"]
{ -moz-binding: url("chrome://flashblock/content/authorware.xml#flashblock") !important; }
/*
* Load flash files that are called directly by the browser without interference from flashblock.
*/
embed[name="plugin"]
{ -moz-binding: none !important; }