[thelist] Flash not working in IE6

Nik Schramm n at industriality.com
Tue Sep 3 19:12:01 CDT 2002


On 04.Sep.02 02:02 Michael Mell wrote

> Only problem is, it doesn't work in IE6/Win at all.

You have two different paths to your swf file in the <object> (for ie)
and <embed> (for everything else) tags within your html page:

<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=820 HEIGHT=460>
  <param NAME=movie VALUE="mandala07.swf">
  <param NAME=quality VALUE=high>
  <param NAME=bgcolor VALUE=#333399w>
  <embed src="images/mandala07.swf" quality=high bgcolor=#FFFFFF
WIDTH=820 HEIGHT=460 TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
</object>

If you change the <param NAME=movie VALUE="mandala07.swf"> in the
<object> tag to <param NAME=movie VALUE="images/mandala07.swf">, your
swf will appear in IE.

HTH
--
/nik




More information about the thelist mailing list