Вот скрипт которым пользуюсь я маленько отличается от того ято приведен выше, за этот скрипт огомное спасибо
Cybermama. Как все отображается смотрим на картинках

так же файл player.swf который поддерживает и mp3 и flv
Код:
<vb:if condition="$attachment[attachmentextension] == 'mp3'">
<vb:if condition="$show['member']">
<tr>
<td>
<object type="application/x-shockwave-flash" data="player.swf?type=mp3&volume=100&showstop=true&autostart=false&file=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="320" height="20">
<param name="movie" value="player.swf?type=mp3&volume=100&showstop=true&autostart=false&file=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" />
<param name="quality" value="high" />
<a href="http://adobe.com/go/EN_US-H-GET-FLASH"><img src="http://adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt="" style="border:0" /></a>
</object>
</td>
</tr>
</vb:if>
</vb:if>
<vb:if condition="$attachment[attachmentextension] == 'flv'">
<vb:if condition="$show['member']">
<tr>
<td>
<object type="application/x-shockwave-flash" data="player.swf?type=flv&volume=100&showstop=true&autostart=false&file=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="320" height="260">
<param name="movie" value="player.swf?type=flv&volume=100&showstop=true&autostart=false&file=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" />
<param name="quality" value="high" />
<a href="http://adobe.com/go/EN_US-H-GET-FLASH"><img src="http://adobe.com/images/shared/download_buttons/get_adobe_flash_player.png" alt="" style="border:0" /></a>
</object>
</td>
</tr>
<tr><td><a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a>
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)</td></tr>
</vb:if>
</vb:if>
<vb:if condition="$attachment[attachmentextension] !== 'flv'">
<tr>
<li>
<img class="inlineimg" src="{vb:stylevar imgdir_attach}/{vb:raw attachment.attachmentextension}.gif" alt="{vb:rawphrase file_type_x, {vb:raw attachment.attachmentextension}}" />
<a href="attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}"<vb:if condition="$show['newwindow']"> target="_blank"</vb:if>>{vb:raw attachment.filename}</a>
({vb:raw attachment.filesize}<vb:if condition="$show['views']">, {vb:rawphrase x_views, {vb:raw attachment.counter}}</vb:if>)
</li>
</tr>
</vb:if>