Don't autostart media files

This commit is contained in:
David Bartley 2007-12-17 11:05:21 -05:00
parent 44e49d2006
commit adb60fbe4d
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
var s1 = new SWFObject("../flash/flvplayer.swf","single","400","300","7");
s1.addParam("allowfullscreen","true");
s1.addVariable("file","<xsl:value-of select="$mirror" /><xsl:value-of select="@file" />");
s1.addVariable("autostart","true");
<xsl:if test="@preview">
s1.addVariable("image","http://csclub.uwaterloo.ca/files/<xsl:value-of select="@preview" />");
</xsl:if>