View Full Version : Flash MP3 Player Placement?


nfgkid
03-09-2006, 09:03 PM
Hi everyone. I seem to be having trouble placing an MP3 player on my home page. I'm looking to place it on either the right or left side of my page, but everytime I try, the alignment gets messed up. The code for the player is as follows:

<object type="application/x-shockwave-flash" data="mp3player.swf"
width="175" height="175" wmode="transparent">
<param name="movie" value="mp3player.swf" />
<param name="wmode" value="transparent" />
</object>

This is a link to the page I want to use for the player. The code was too long to be inserted into the forum. Thank You!

http://sincerelymenfg.com/test.htm

allie
03-10-2006, 01:02 PM
Wrap it in a div and absolute position it:

<div style="position: absolute; top:20; left:20; width: 100px; height: 100px; border: 1px solid black;">Code here</div>