So you guys did great with helping me embed flash on top of a myspace site, but now my client wants TWO banners! ( I know totally demanding right?)
So here's my code...-->
CODE
<style>
body{ background-position:top center;margin-top: 628 ;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -477px;
width: auto;
height: 628px;
position: absolute;
}
</style>
<div class="topbanner"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="625" width="962">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/YGtooBig.swf" />
<param name="wmode" value="transparent" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/YGtooBig.swf" height="625" width="962" wmode="transparent" />
</object></div><br />
body{ background-position:top center;margin-top: 628 ;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -477px;
width: auto;
height: 628px;
position: absolute;
}
</style>
<div class="topbanner"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="625" width="962">
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="all" />
<param name="movie" value="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/YGtooBig.swf" />
<param name="wmode" value="transparent" />
<embed type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" src="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/YGtooBig.swf" height="625" width="962" wmode="transparent" />
</object></div><br />
that's for the FIRST top banner.
this is the second, this is the one I need the right measurements for.
CODE
<style>
body{ background-position:top center;margin-top: 628 ;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -437px;
width: auto;
height: 628px;
position: absolute;
}
</style>
<div class="topbanner"><embed src="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/TootNBoot.swf" width="600" height="361" /></div><br />
body{ background-position:top center;margin-top: 628 ;}
div.topbanner {
top: 0;
left: 49%;
margin-left: -437px;
width: auto;
height: 628px;
position: absolute;
}
</style>
<div class="topbanner"><embed src="http://i950.photobucket.com/albums/ad341/bigmattlives/YG/TootNBoot.swf" width="600" height="361" /></div><br />
Please help me =|