I have been try to mess with getting IE to play a flash file on my website. http://www.bktarr.com/flash.html
here is the Code im working with.
<object type="text/html" width="300" height="300" data="http://url/file.html">
<param name="movie"
value="http://video.google.com/googleplayer.swf?
docId=8755581808731033658" />
<param name="allowScriptAcess" value="sameDomain" />
<param name="quality" value="best" />
<param name="bgcolor" value="#600000" />
<param name="scale" value="noScale" />
<param name="salign" value="TL" />
<param name="FlashVars" value="playerMode=embedded" />
</object>
Would love to know what i am doing wrong or need to do for IE