html audio player
Design and Skin Customization
If that's the code that calls your player it looks like its got code in there to increment the play count.
It will be calling
yoursite.com/playername/record_play/jrAudio/10/10What might be a problem is if that jrAudio/10/10 is hard-coded. That looks like its the id for the audio file that's trying to be counted.
I would expect that those would be variables. /{$item_id}/{$profile_id}. something like that so that the counter knows what to count.