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&videoFile=media&bufferLength=5&autoPlay=true" />
-->
</object>
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&videoFile=media&bufferLength=5&autoPlay=true" />
-->
</object>