Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
body {
/* no need to set overflow */
}
body.flashed {
overflow: hidden;
}
var so = new SWFObject(usual code here);
if(so.write("flashcontent"){
body.className = "flashed";
}
var so = new SWFObject(usual code here);
if(so.write("flashcontent"){
body.style.overflow = hidden;
}
var so = new SWFObject(usual code here);
if(so.write("flashcontent"){
body.style.overflow = "hidden";
}
1 to 4 of 4