Quote:
Originally Posted by leylandfor
i have tried to implement this but the mp3 player doesnt appear in the post, i no its there tho becuase IE says press spacebar to use enable when you hover it, my replace code is
Code:
<script language="JavaScript" src="http://www.leylandforum.co.uk/audio/audio-player.js"></script>
<object type="application/x-shockwave-flash" data="http://www.leylandforum.co.uk/audio/player.swf" id="audioplayer4" height="24" width="290">
<param name="movie" value="http://www.leylandforum.co.uk/audio/player.swf">
<param name="FlashVars" value="playerID=4&soundFile={param}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>
and the path to the player is www.leylandforum.co.uk/audio
the path to the mp3 song is www.leylandforum.co.uk/rocketman.mp3 and i have insert the tags as follows
Code:
[mp3]http://www.leylandforum.co.uk/rocketman.mp3[/mp3]
|
Make sure your code matches where you uploaded the files. Did you upload to your forum? Because your code is trying to pull from the root.
Also, when I downloaded the files, I had to rename "audio-player" to "audio" because the code didn't match the folder name downloaded.