Hi,

Please take a look at the following page.

http://www.subzerostudio.com/clickgr...ginal-p-2.html

and click on any of the listen buttons.

You'll notice that there's a syntax error in the bottom of the page.

Anyone know why I'm getting this. The code that calls the mp3 player is as follows:

Code:
<img src="player-images/logo.gif" width="301" height="46"/><br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="98" title="mp3Player">
  <param name="movie" value="mp3player.swf?file=playlist.php?id=<?php echo $_GET['id']; ?>">
  <param name="quality" value="high">
  <embed src="mp3player.swf?file=playlist.php?id=<?php echo $_GET['id']; ?>" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="98"></embed>
</object>
where playlist.php?id=<?php echo $_GET['id'] generates an XML playlist

Any help would be great

Mike