Can anyone tell me how i can have a webpage display a substitute image (JPG, GIF or PNG) in the place of animated Flash content if Flash Player is not installed? Kinda like MsgPlus.net & MsgPlusLive.net does.
<div id="flashsoon">
<a href="http://www.msgplus.net" title="Click to go to msgplus.net"><img src="soon_alt.png" alt="Messenger Plus! Live is coming soon"/></a>
</div>
<script type="text/javascript">
// <![CDATA[
var fo = new FlashObject("soon.swf", "soon", "100%", "100%", "8", "#ffffff");
fo.addParam("menu", "false");
fo.write("flashsoon");
// ]]>
</script>
View source works like a wonder
This post was edited on 02-19-2006 at 10:18 PM by matty.
Ok, yes your are right. I normally do just look in source code, but wasn't sure if it'd show proper code if it a PHP page. So i admit i didnt even try looking.