I use this one for videos:
https://vborg.vbsupport.ru/showthread.php?t=133263
Plus, I added an extra profile field and this code in the Member Info template for MP3's:
Code:
<if condition="$userinfo[field27]">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr class="tcat">
<td class="text" wrap="" style="" align="left" height="10" valign="center" colspan="2">
<span class=""><strong>$userinfo[username]'s Favorite Song </span> </td> </font></strong>
</tr>
<tr class="alt2">
<td align="left" valign="top"> <div align="center"><EMBED SRC="$userinfo[field27]"></div></td>
</tr>
</table>
</if>