Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.
<div id="flash">
<img src="myplaceholderimage.png" alt="you should always use alt tags!" />
</div>
#flash {
width: (width of SWF);
height: (height of SWF);
background: url("myplaceholderimage.png") no-repeat left;
}
var so = new SWFObject(... your code ...);
if(so.write("flash")){
document.getElementById("flash").style.backgroundImage = "none";
}
1 to 3 of 3