sarb
10-19-2008, 09:12 PM
Hi,
I have embeded a .swf video into my website (it appears in the first column on the left). For some reason it works on Firefox, but not on IE. On IE I can hear the sound, but I can't see the video. Could someone take a look and tell me if I am missing some important element?
http://www.naturalwavesprogram.com/welcome.htm
Thanks,
sarb
<div id="media">
<!-- saved from url=(0013)about:internet -->
<center>
<script src="player_1.js"></script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="NaN" height="NaN" id="player" ALIGN="">
<PARAM NAME="movie" VALUE="player_1.swf" />
<PARAM NAME="FlashVars" VALUE="xmlSrc=player_1.xml" />
<PARAM NAME="quality" VALUE="high" />
<PARAM NAME="bgcolor" VALUE="#0" />
<PARAM NAME="wMode" VALUE="transparent" />
<EMBED src="player_1.swf" FlashVars="xmlSrc=player_1.xml" quality=high bgcolor="#0" wMode="transparent" WIDTH="NaN" HEIGHT="NaN" NAME="player" ALIGN="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</OBJECT>
</NOSCRIPT>
</center>
</div>
I have embeded a .swf video into my website (it appears in the first column on the left). For some reason it works on Firefox, but not on IE. On IE I can hear the sound, but I can't see the video. Could someone take a look and tell me if I am missing some important element?
http://www.naturalwavesprogram.com/welcome.htm
Thanks,
sarb
<div id="media">
<!-- saved from url=(0013)about:internet -->
<center>
<script src="player_1.js"></script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="NaN" height="NaN" id="player" ALIGN="">
<PARAM NAME="movie" VALUE="player_1.swf" />
<PARAM NAME="FlashVars" VALUE="xmlSrc=player_1.xml" />
<PARAM NAME="quality" VALUE="high" />
<PARAM NAME="bgcolor" VALUE="#0" />
<PARAM NAME="wMode" VALUE="transparent" />
<EMBED src="player_1.swf" FlashVars="xmlSrc=player_1.xml" quality=high bgcolor="#0" wMode="transparent" WIDTH="NaN" HEIGHT="NaN" NAME="player" ALIGN="" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</OBJECT>
</NOSCRIPT>
</center>
</div>