Kingzsection
Cadet 1st Year
- Registriert
- Juli 2009
- Beiträge
- 14
Ich hab ein Player gefunden, der mir gefällt, und ich wollte den noch umstylen, aber ich weis ja garnicht, wo man die mp3 file setzen muss.
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>FINESTBLACKBEATZ // FOR REAL MUSIC LOVERS</title>
<style>
body{
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#CCCCCC;
background-color:#FFFFFF;
background-image:url(img/bg.png);
background-repeat:repeat-x;}
</style>
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function NewWindow(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";win=window.open(mypage,myname,settings);
win.focus();}
// -->
</script>
</head><body>
<table style="margin-top:0px;" border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr>
<td width="50%" height="20" align="right" valign="top" style="background-image:url(img/leftbg.png); background-repeat:no-repeat; background-position:left; height:20px; padding-top:0px;"><a href="http://finestblackbeatz.us/index.php" target="_top"><img style=" margin-right:15px;" src="img/cl.png" border="0"></a></td>
<td width="268" align="center" valign="top">
<embed src="player.swf" width="300" height="20" bgcolor="#000000" type="application/x-shockwave-flash">
<!-- <div id="container"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</div>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
var s1 = new SWFObject("player.swf","ply","400","20","9","#FFFFFF");
s1.addParam("allowfullscreen","false");
s1.addParam("allowscriptaccess","false");
s1.addParam('flashvars','&duration=33&showfullscreen=false&showstop=true&file=list.xml&backcolor=CC0000&frontcolor=FFCCCC&lightcolor=F44B4F&usefullscreen=false&screencolor=EEEEEE&autostart=true&repeat=list&showdownload=true');
s1.write("container");
</script> --></td>
<td width="50%" align="left" valign="top" style="background-image:url(img/rightbg.png); background-repeat:no-repeat; background-position:right; height:20px; padding-top:0px;"><a href="javascript:NewWindow('http://finestblackbeatz.us/player/history.php','history1','400','400','custom','front');"><img style="margin-left:15px;" src="img/fl.png" border="0"></a></td>
</tr>
</tbody></table>
</body></html>