I found this free audio player. Is it possible to track how many times an mp3 is being listened too? http://www.macloo.com/examples/audio_player/ Thanks in advance.
Doesn't look like theirs any direct hook, but you could "decompile" the .swf, and rebuild it with a JS hook. Essentially, onRelease of the play button, you would want to getURL with a javascript function which is ajax and increments the server-side counter record on the db.