SWF added using swfobject 2.0 not loading on IE6 but loading fine on firefox and IE7?
Posted
by metal-gear-solid
on Stack Overflow
See other posts from Stack Overflow
or by metal-gear-solid
Published on 2010-04-27T17:03:33Z
Indexed on
2010/04/27
17:13 UTC
Read the original article
Hit count: 259
SWF added using swfobject 2.0 and it loading fine on firefox and IE7 but not loading on IE6?
<script type="text/javascript">
var flashvars = {};
var params = {};
var attributes = {};
swfobject.embedSWF("loader.swf", "flash-banner", "920", "320", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
</script>
© Stack Overflow or respective owner