Flash-Player für MP3s

git-svn-id: svn://svn.c3d2.de/c3d2-web/trunk@1079 31f61c52-7bfb-0310-b897-fc00f8a278f0
This commit is contained in:
astro 2008-02-04 14:15:22 +00:00
parent 88cd3a755d
commit 05edc36e77
2 changed files with 12 additions and 0 deletions

Binary file not shown.

View File

@ -459,6 +459,18 @@ div#akct a#akpeel:hover {
</xsl:call-template>, <xsl:call-template name="format-filesize">
<xsl:with-param name="value" select="@size"/>
</xsl:call-template>)
<xsl:if test="@type='audio/mpeg'">
<br/>
<object type="application/x-shockwave-flash"
data="{$baseurl}script/dewplayer-mini.swf?mp3={$href}&amp;showtime=1"
width="150" height="20">
<param name="wmode" value="transparent"/>
<param name="allowScriptAccess" value="always"/>
<param name="movie"
value="{$baseurl}script/dewplayer-mini.swf?mp3={$href}&amp;showtime=1"/>
</object>
</xsl:if>
</li>
</xsl:template>