gavin26er
11-24-2005, 07:36 AM
hi
i have a flash banner made for my site and i want a .jpg to display as default if the person doen't have flash? i'm not sure how to do this but i know its possible becuase i seen it around b 4. below is my code. in html. where would it go to? somewhere in this code below or in a totally different place?
<tr>
<td width="1" bgcolor="#000000" rowspan="4" valign="top"><img src="spacer.gif" width="1" height="100" valign="top"></td>
<td height="120" colspan="4"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="120">
<param name="movie" value="../menus_logos/logo.swf">
<param name="quality" value="high">
<embed src="../menus_logos/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="120"></embed></object></td>
<td width="1" bgcolor="#000000" rowspan="4" valign="top"><img src="spacer.gif" width="1" height="100" valign="top"></td>
</tr>
i have a flash banner made for my site and i want a .jpg to display as default if the person doen't have flash? i'm not sure how to do this but i know its possible becuase i seen it around b 4. below is my code. in html. where would it go to? somewhere in this code below or in a totally different place?
<tr>
<td width="1" bgcolor="#000000" rowspan="4" valign="top"><img src="spacer.gif" width="1" height="100" valign="top"></td>
<td height="120" colspan="4"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8444553540000"codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="120">
<param name="movie" value="../menus_logos/logo.swf">
<param name="quality" value="high">
<embed src="../menus_logos/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="120"></embed></object></td>
<td width="1" bgcolor="#000000" rowspan="4" valign="top"><img src="spacer.gif" width="1" height="100" valign="top"></td>
</tr>