@dayletter: why do you change the template-file to submit the whole path to the rawr-previewbox.js as variable +content+ instead of only the filename as before? what is the effort?
so in rawr-previewbox you also changed this to get it working:
data=\"http://"+infoHost+infoFolder+escape(content)+"\" to data=\""+content+"\" and
value=\"http://"+infoHost+infoFolder+escape(content)+"\" to value=\""+content+"\" and
src=\"http://"+infoHost+infoFolder+escape(content)+"\" to src=\""+content+"\" in line 57 and 68. one effort is a little bit more code in the template, but 3times less code in js-file, but that couldnt be all?
As you know, in the unmodified template,
the [file.mp3] section had already used the "whole path" form, while the other 3 sections had not.
Therefore, this is to make things a little clearer.
Besides, since infoFolder == %folder%, which can be "unencoded" (eg. having some chinese characters in it),
may cause the player to be not working.