Copied to clipboard

Flag this post as spam?

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


  • hickoryFornander 32 posts 52 karma points
    Jan 13, 2010 @ 06:28
    hickoryFornander
    0

    Problems with the "insert video" package

    Hi!

    I am using the "insert video" package and just got .flv videos to show, (had a problem with the windows server 2003 first). But now I have two problems. First there is no sound in FireFox and Maxthon, got sound in IE6, IE7 and Safari. Anyone knows why?

    Second, the videos start playing directly as the page loads (in all browsers). How do one change this?

    (Use Umbraco v4)

    Thank you!

     

  • hickoryFornander 32 posts 52 karma points
    Jan 14, 2010 @ 06:19
    hickoryFornander
    0

    Hi!

    Never mind I solved it. There was script inside the xsl. Which is a little unfortunate, because it is hard to find it then. Anyway, I just added this in the xsl (read it in a post in a forum made of the author i think).

    <script type="text/javascript">
    <![CDATA[
        var videoid = "]]><xsl:value-of select="$videoid" /><![CDATA[";
        flowplayer(videoid, "/scripts/flowplayer-3.1.4.swf", {clip: {autoPlay:false,autoBuffering:true}});
    ]]>
    </script>

    The sound problem seems to be when I am logged in to the server as a remote desktop. Because when I just surf into the web page I can hear sound. Weird.

    Thank you anyway :D


    (ps. anyone who knows why a swf file is blank?... no, stil have not solved that one :S )

     

     

Please Sign in or register to post replies

Write your reply to:

Draft