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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.