Web Hosting Talk







View Full Version : Ahhh! Flash not displaying!


summcat
11-16-2002, 03:29 PM
Hi all-
On my site their is a flash menu bar running across the top. It is displaying in Netscape, but not in IE.

Heres the link: http://www.younghistorians.com

Joshua44
11-16-2002, 03:39 PM
Works fine for me, and I'm using IE!
It didn't display right away, but it's there now. :)

summcat
11-16-2002, 03:41 PM
could you take a screenshot for me?

Joshua44
11-16-2002, 04:23 PM
Well, not it's not working? :confused: s
sorry..

tomchuk
11-16-2002, 05:01 PM
Here's what you've got:
<object classid=clsid27CDB6E-AE6D-11cf-96B8-444553540000
codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0
width="760" height="90">
<param name="movie" value="top.swf">
<param name="quality" value="high">
<embed src="top.swf" quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"
type="application/x-shockwave-flash" width="760" height="90" vspace="0"
hspace="0"></embed></object>

which doesn't work for me either. This does:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="760" height="90">
<param name="movie" value="http://www.younghistorians.com/top.swf">
<param name="quality" value="high">
<embed src="http://www.younghistorians.com/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="760" height="90" vspace="0"
hspace="0"></embed></object>

Rich2k
11-16-2002, 06:34 PM
Has it got anything to do with the surrounding table code... I'm seeing a text area at the top for some reason.