catwoman4apeman
03-24-2007, 05:08 PM
I have a flash mp3 player in a div but only part of is displaying. A small section is showing up on the left side & towards the bottom of the div. I've changed the div & object size with no solution.
Any ideas??
Here is the code:
.tunes {width:400px; height:170px;
margin-left:-200px; margin-top:950px; z-index=2}
<div class="tunes">
<object type="application/x-shockwave-flash" data="http://www.fileden.com/files/2007/2/18/789212/xspfblackash.swf?playlist_url=http://www.fileden.com/files/2007/2/18/789212/mad103mp3playlist.xspf&autoplay=true&randomstart=true&info_button_text=Lyrics" height="170" width="400" align="center">
<param name="movie" value="http://www.fileden.com/files/2007/2/18/789212/xspfblackash.swf?playlist_url=http://www.fileden.com/files/2007/2/18/789212/mad103mp3playlist.xspf&autoplay=true&randomstart=true&info_button_text=Lyrics" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="quality" value="high" />
</object>
</div>
Any ideas??
Here is the code:
.tunes {width:400px; height:170px;
margin-left:-200px; margin-top:950px; z-index=2}
<div class="tunes">
<object type="application/x-shockwave-flash" data="http://www.fileden.com/files/2007/2/18/789212/xspfblackash.swf?playlist_url=http://www.fileden.com/files/2007/2/18/789212/mad103mp3playlist.xspf&autoplay=true&randomstart=true&info_button_text=Lyrics" height="170" width="400" align="center">
<param name="movie" value="http://www.fileden.com/files/2007/2/18/789212/xspfblackash.swf?playlist_url=http://www.fileden.com/files/2007/2/18/789212/mad103mp3playlist.xspf&autoplay=true&randomstart=true&info_button_text=Lyrics" />
<param name="allowScriptAccess" value="never" />
<param name="allowNetworking" value="internal" />
<param name="quality" value="high" />
</object>
</div>