Click to See Complete Forum and Search --> : swf works great in firefox, but shows nothing in IE 6 and IE 7


mparker1113
12-29-2006, 11:39 PM
http://www.iptaichi.org/New/showvideo.htm

I have a simple swf: that shows right up in Firefox, but hangs and never gets to showing in IE. Anyone know a reason for that?


<object type="application/x-shockwave-flash" data="FlowPlayer.swf" width="700" height="700" id="FlowPlayer">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="FlowPlayerLP.swf" />
<param name="quality" value="high" />
<param name="scale" value="noScale" />
<param name="wmode" value="transparent" />

<!-- You can specify an external config file as follows: -->

<param name="flashvars" value="config={ videoFile: 'DVD_VIDEO_RECORDER-01.flv' }" />

<!-- Instead of specifying a configFileName as above, you can specify one clip as below: -->
<!--
<param name="flashvars" value="streamingServerURL=rtmp://media.com&amp;videoFile=media&amp;bufferLength=5&amp;autoPlay=true" />
-->
</object>

_Aerospace_Eng_
12-30-2006, 08:42 PM
Look carefully at the param movie. Look at the value. It doesn't seem correct. It should match the data value in the object tag.

mparker1113
12-31-2006, 12:13 PM
Thanks very much. That was the issue. This was my first shockwave file. Thanks for saving me the hour(s) I would have had to put in to walk through other tutorials...

:D)