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 can I turn off the Autoplay function?
Cheers,JV
This is how:
<script type="text/javascript"><![CDATA[ var videoid = "]]><xsl:value-of select="$videoid" /><![CDATA["; flowplayer(videoid,"/scripts/flowplayer-3.2.7.swf", { clip: { // stop at the first frame and start buffering autoPlay: false, autoBuffering: true } });]]></script>
Hi
This may be a stupid question, but where do it put this?
I tried putting it in the head section of the Master page, but it doesn't seem to work? Any ideas?
Cheers Ulla
Hi Ulla
I suppose this is done in the XSLT file, since the above script is inside a <![CDATA[]]> section and there is a <xsl:value-of select="" />.
So I guess that the above script is placed in the XSLT that renders the video output.
Hope this helps.
/Jan
Hi Jan
I had completely missed that "<xsl:" statement. Yes it goes in the XSLT, and it works just right. Thank you
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Turn off Autoplay?
How can I turn off the Autoplay function?
Cheers,
JV
This is how:
Hi
This may be a stupid question, but where do it put this?
I tried putting it in the head section of the Master page, but it doesn't seem to work? Any ideas?
Cheers Ulla
Hi Ulla
I suppose this is done in the XSLT file, since the above script is inside a <![CDATA[]]> section and there is a <xsl:value-of select="" />.
So I guess that the above script is placed in the XSLT that renders the video output.
Hope this helps.
/Jan
Hi Jan
I had completely missed that "<xsl:" statement. Yes it goes in the XSLT, and it works just right. Thank you
is working on a reply...