
November 7th, 1999, 08:46 PM
|
|
Guest
|
|
Posts: n/a
Time spent in forums:
Reputation Power:
|
|
|
I have a Flash Object embed in my page, and I want that if the browser have not the flash's plugin, appear a gif image instead of a broken image reference. How can I do this?
Example of my code sourse ( I try with a background image, but it doesn't work )
<embed src="Writing.swf" quality="high" WIDTH="540" HEIGHT="236" TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
style="background-image: url('logo_netone_2.jpg')"> <noembed>text</noembed>
</EMBED>
|