View Single Post
Old 03-15-2009, 03:57 PM   PM User | #4
CaptainB
Regular Coder

 
Join Date: Jun 2007
Posts: 805
Thanks: 123
Thanked 23 Times in 23 Posts
CaptainB is an unknown quantity at this point
Aero,
It does not work. Even if I add an 'attributes':
Code:
<script type="text/javascript">
			var params = {};
			params.wmode = "transparent";
var attributes = {};
attributes.style = 'display:block;margin:auto;';
			swfobject.embedSWF("flash/headermov.swf", "header", "900", "200", "9.0.0", "flash/expressinstall.swf", params, attributes);
		</script>
Abdura,
It's still on localhost, but here's a screen so you can see what I mean. The banner is slightly pushed to the left instead of being centered:
Attached Thumbnails
Click image for larger version

Name:	Untitled-1.jpg
Views:	104
Size:	34.1 KB
ID:	7232  
CaptainB is offline   Reply With Quote