Forum Moderators: open
[webmasterworld.com...]
The problem is that the information that Pixelkat said to add is already present in my code. Is it in the wrong place? The flash text on the bottom of my page shows up in IE but not Mozilla. Can anyone give me a tip as to what's wrong?
[edited by: rogerd at 6:24 pm (utc) on Oct. 29, 2004]
[edit reason] No URLs, please... [/edit]
The first question to ask is, does Flash work anywhere else when using Mozilla? You may simply have the Flash plugin installed incorrectly or not at all.
Try going to macromedia.com and get the latest version of the plugin for Mozilla, and see if that fixes your problem.
<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="42" height="16">
<param name="BGCOLOR" value="#000000">
<param name="movie" value="Buttons/Home.swf">
<param name="quality" value="high">
<param name="scale" value="exactfit">
<embed src="Home.swf" width="42" height="16" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" scale="exactfit" bgcolor="#000000" ></embed>
</object>