I am also having this same problem in ie7, page loads fine but then on
reload it gets pushed up to the top left corner.
This is my js script linking to SWFObject v2.1
<script type="text/javascript" src="images/video/swfobject.js"></
script>
<script type="text/javascript">
var flashvars = {};
flashvars.settingsXML = "icons.xml";
var params = {};
params.scale = "noscale";
params.salign = "tl";
params.wmode = "";
var attributes = {};
swfobject.embedSWF("carousel3.swf", "CarouselDiv",
"525", "400",
"9.0.0", false, flashvars, params, attributes);
</script>
<div id="CarouselDiv">
<a href="http://www.adobe.com/go/getflashplayer">
<img
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
</div>
any help would be great.
Thanks,
Nik
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---