Daria
04-22-2004, 02:48 PM
Noob question:
how to set the code for no-flash users? I don't think I want "get flash" message. I have my movie in the table cell, and I have a background image that reflects exactly what the last frame of the movie shows (company logo, slogan, etc.). Right now it shows just a blank white space. Since it's my first-and-a-half attempt with a flash, I know I'm not coding something right. So, the question is: what should I include/drop from the code to make the td background image show. Here is what I have now
<td background="images/image002.png" height="80">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="780" height="80">
<param name=movie value="flash/cr_try_780_long3.swf">
<param name=quality value=high>
<param name="scaleE" value="exactfit">
<param name="loop" value="false">
<embed src="flash/cr_try_780_long3.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="80" loop="false" scale="exactfit">
</embed>
</object>
how to set the code for no-flash users? I don't think I want "get flash" message. I have my movie in the table cell, and I have a background image that reflects exactly what the last frame of the movie shows (company logo, slogan, etc.). Right now it shows just a blank white space. Since it's my first-and-a-half attempt with a flash, I know I'm not coding something right. So, the question is: what should I include/drop from the code to make the td background image show. Here is what I have now
<td background="images/image002.png" height="80">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="780" height="80">
<param name=movie value="flash/cr_try_780_long3.swf">
<param name=quality value=high>
<param name="scaleE" value="exactfit">
<param name="loop" value="false">
<embed src="flash/cr_try_780_long3.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="780" height="80" loop="false" scale="exactfit">
</embed>
</object>