With this plugin you will be able to add mp3 file to your page without any player. Just with custom button.
Just Make your link ( A Tag ) and target it to your mp3 file . Dont forget to set the proper ID for your link.


[ Katy Perry ]
[ Beyonce ]





1. Include these script tags...

<script type="text/javascript" src="lib/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="lib/jquery.bssound.js"></script>

2. Write your A Tag and set your custom ID's ...

<a href="music/katy_perry.mp3" id="kp">[ Katy Perry ]</a> <a href="music/beyonce.mp3" id="be">[ Beyonce ]</a>



By Behnam Soltanrezaey [ Soltanrezaey.com ]