Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • syn-rg 282 posts 425 karma points
    Jul 04, 2011 @ 05:07
    syn-rg
    0

    Turn off Autoplay?

    How can I turn off the Autoplay function?

    Cheers,
    JV

  • syn-rg 282 posts 425 karma points
    Jul 04, 2011 @ 06:42
    syn-rg
    0

    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>
  • Ulla Skaanning 67 posts 97 karma points
    Dec 18, 2011 @ 18:22
    Ulla Skaanning
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Dec 18, 2011 @ 22:07
    Jan Skovgaard
    0

    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

  • Ulla Skaanning 67 posts 97 karma points
    Dec 20, 2011 @ 18:43
    Ulla Skaanning
    0

    Hi Jan

    I had completely missed that "<xsl:" statement. Yes it goes in the XSLT, and it works just right. Thank you

Please Sign in or register to post replies

Write your reply to:

Draft