Originally Posted by junaid
I have many attachment types like zip, tar etc
Is it possible to set player view only MP3 attachment type?
to have the player only visible for mp3.
Code:
<!-- Embed Player -->
<vb:if condition="$attachment[attachmentextension] == mp3">
<embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=attachment.php?{vb:raw session.sessionurl}attachmentid={vb:raw attachment.attachmentid}&d={vb:raw attachment.dateline}" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" />
</vb:if>
<!-- /Embed Player -->