MP3 Player with Multiple Playlist

Seeja,

i have a big problem. i would like to create a multiple playlist to my player. the buttons for the playlist’s are in the same flash as the player. please help me. how can i connect this 5 buttons (see the picture) to my player? maybe some scripts? :sigh:

http://img235.imageshack.us/my.php?image=playerla8.jpg

HTML CODE:

<html>
 
<head>
<meta http-equiv="Content-Language" content="hu">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
<title>gangsta rap</title>
<style>
a:link {color: "#666666"; font-family:Arial; font-size:10px; font-weight:bold; text-decoration: none}
a:visited {color: "#333333"; font-family:Arial; font-size:10px; font-weight:bold; text-decoration: none}
a:hover { color: "#3333CC"; font-size:10px; font-family:Arial; font-weight:bold; text-decoration: none}
a:active {color: "#CCCCCC"; font-family:Arial; font-size:10px; font-weight:bold; text-decoration: none}
 
</style>
<base target="hlavní">
</head>
 
<body bgcolor="#1B1B1B" topmargin="2" leftmargin="0" rightmargin="1" bottommargin="2">
 
<table border="0" width="100%" id="table1" cellspacing="0" cellpadding="0">
<tr>
<td>
<p align="center">
<OBJECT
codeBase=http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0 
height=100 width=1000 classid=clsid:d27cdb6e-ae6d-11cf-96b8-444553540000 align="center" hspace="1"><PARAM NAME="movie" VALUE="mp3player.swf?playlist=rapfrance.xml">
<PARAM NAME="quality" VALUE="High"><PARAM NAME="wmode" VALUE="transparent">
 
<param name="salign" value="R">
 
<embed src="mp3player.swf?playlist=rapfrance.xml" quality="High" 
width="1000" height="100" wmode="transparent" 
type="application/x-shockwave-flash" 
pluginspage="http://www.macromedia.com/go/getflashplayer" salign="R" /></OBJECT>
</td>
</tr>
</table>
 
</body>
 
</html>

thank you for your help very much in anticipation!