ait here I go:
1. Upload attached file to
clientscript folder of your vb installation.
2. Edit
headInclude Template and
add
Code:
<script language="JavaScript" type="text/javascript" src="clientscript/soundpop.js"></script>
3. Goto Style Manager >> Edit your style >> Downloads Templates >> Downloadsfile>>
Find :
Code:
<a href="downloads.php?do=file&id={$file['id']}&act=down" {$target}>
Replace it with:
Code:
<a href="downloads.php?do=file&id={$file['id']}&act=down" {$target} onClick="javascript:PlayerOpen('{$vbphrase['ecdownloads_download']} {$file['name']}',this.href); return false">
Thats it.
You can edit soundpop.js to match your style, make sure you don't add too much it is right now just 1kb, just change colors to match your theme.
I take no credit for this
js file as it is not coded by me. I just found a way to implement this, maybe
CyberRanger can Implement this better then me.