Below are some regular links, with no mention of JavaScripting at all. The code for the first link, for example, is <a href="betty.mp3">betty</a>.
Click on a bunch of them to see what happens.
betty creeeeak creeeeak again creeeeak yet again(I repeated the same file several times because of bandwith, but you can link as many files as you want)
What this script does is convert regular links to mp3 files into something you can click to queue a song up and right click and choose "save as" to download.
Follow the steps below:
<script type="text/javascript" language="javascript" src="niftyplayer.js"></script> <script type="text/javascript" language="javascript" src="flashmp3alizerconf.js"></script> <script type="text/javascript" language="javascript" src="flashmp3alizer.js"></script>
This script is licensed under the MIT License, which, to put it in non-legal terms, allows you to share, use and modify it. Even for commercial purposes. Check out the Wikipedia article on this license for more.
I fixed a major bug, so i bumped it to version 0.4. The bug was in the way i was loading the script, which would sometimes happen BEFORE the page was completely loaded, causing things to royally screw.
Whoever was using this script with the useOnLoad set to "true", should now try with "false" and tell me if it works. The useOnLoad method is a sure-thing way of doing things, but it's much slower for image-heavy pages than the way i have now.
If you can't be bothered with this jibbajabba, just plug the scripts right before the </body> tag (and set useOnLoad:false). This is the ugly way of fixing any bugs I may eventually find in my new loading script.
Now with "News" section!