Click to See Complete Forum and Search --> : Flash movie Q: how to set for no-flash user


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>

Robert Wellock
04-23-2004, 06:07 AM
<Object data="" type="">
<p>Fallback Goes Here...</p>
</object>

But typically the object will have a placeholder.

Daria
04-26-2004, 09:36 AM
But wouldn't it require javascript? And then I'll have to worry about those 8-13% ?
I just want to have the background image of the cell to show up, kind of simply having nothing instead of the movie appear by default, if user has no flash.
I other words, I have the movie "on top" of the backgrownd image. If you don't have flash, you will only see the background image, and nothing else, no "get flash", etc. Simply a blank cell where the movie was supposed to be published.

Is it possible?

Daria
04-26-2004, 02:21 PM
Ah, never mind, found a script at kirupa's...