Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How do I loop my file? I tried this
<script type="text/javascript"><![CDATA[ var videoid = "]]><xsl:value-of select="$videoid" /><![CDATA["; flowplayer(videoid,"/scripts/flowplayer-3.1.4.swf", { clip: { loop: true } });]]></script>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Turn on loop on my .flv file
How do I loop my file? I tried this
<script type="text/javascript">
<![CDATA[
var videoid = "]]><xsl:value-of select="$videoid" /><![CDATA[";
flowplayer(videoid,"/scripts/flowplayer-3.1.4.swf", {
clip: {
loop: true
}
});
]]>
</script>
is working on a reply...