craigm
01-08-2007, 05:24 PM
Hi all,
This morning when I arrived at work, I was prompted to update my Flash Player. I have the flash 8 player installed currently and generally publish my .swf's in 6/7.
After I installed, I was unable to see any flash content generated with swfobject in IE 6.
Here is my code:
<div id="flash"></div>
<script type="text/javascript">
var so = new SWFObject("file.swf", "mymovie", "758", "448", "7", "");
so.write("flash");
</script>
</div>
Any help in solving this problem would be appreciated. Also if anyone has a clue as to how many people might have my configuration: latest update to flash player 8 + IE 6, that would be awesome too.
Thanks in advance.
This morning when I arrived at work, I was prompted to update my Flash Player. I have the flash 8 player installed currently and generally publish my .swf's in 6/7.
After I installed, I was unable to see any flash content generated with swfobject in IE 6.
Here is my code:
<div id="flash"></div>
<script type="text/javascript">
var so = new SWFObject("file.swf", "mymovie", "758", "448", "7", "");
so.write("flash");
</script>
</div>
Any help in solving this problem would be appreciated. Also if anyone has a clue as to how many people might have my configuration: latest update to flash player 8 + IE 6, that would be awesome too.
Thanks in advance.