OK I am sorry I guess I am a little slow but this is where I am at on my flash header. I have it set to 110px as my height in the logowrapper.
my code for the flash file is here.
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="includes/templates/arch_shoppe/jscript/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {};
var params = {};
params.play = "true";
var attributes = {};
attributes.align = "middle";
swfobject.embedSWF("stxbanner.swf", "stxbanner", "100%", "100%", "9", "expressInstall.swf", flashvars, params, attributes);
</script>
</head>
<body>
<div id="stxbanner">
<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>
</body>
</html>
The width of the banner is the only problem from what i see across different resolutions. The height is set to 110px and that is working out great. But since it is set to that now i guess to keep porportions or something it set the width to something smaller. Can anyone figure this one out.
Bookmarks