I have got a program that crates simple flash animations, and it generates the HTML to cut and paste into the HTML code. This is an example:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-4...
codebase="http://active.macromedia.com/f...
ID=1tss WIDTH=500 HEIGHT=350>
<PARAM NAME=movie VALUE="1tss.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=loop VALUE=true>
<EMBED src="1tss.swf" loop=true quality=high
WIDTH=500 HEIGHT=350 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/s...
</EMBED>
</OBJECT>
Now, instead of trying to download flash if it doesn't exist, is it possible to specify a plain ordinary JPEG to display in its place?
If so, how do I do it?
Tags: