Copied to clipboard

Flag this post as spam?

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


  • dandrayne 1138 posts 2262 karma points
    Jul 01, 2010 @ 11:03
    dandrayne
    0

    Updated for version 4.5

    Just a quick note to point out that "insert video" 1.1 supports Umbraco 4.5.  For 4.0.x, continue to use 1.0.

    In this version I also removed the need to create an ID for the video, so it's simply a case of selecting a video and choosing height & width.

    Dan

  • Rik Helsen 670 posts 873 karma points
    Nov 05, 2010 @ 10:37
    Rik Helsen
    0

    I'm just testing your package, but it doesn't start playing the media file (the player appears fine), are there other things i should be aware of?

    also is it possible to brand the player? right now it's a bit cluttered, i'd like a cleaner more recent look&feel

  • Rik Helsen 670 posts 873 karma points
    Nov 05, 2010 @ 10:50
    Rik Helsen
    0

    The outputted html seems to be missing any reference to the media file itself ?

    <div id="contentright">
    <script src="/scripts/flowplayer-3.1.4.min.js" type="text/javascript">
    </script>
    <a id="ID0EBA" style="display: block; height: 232px; width: 350px;" href="">
    <object height="100%" width="100%" type="application/x-shockwave-flash" data="/scripts/flowplayer-3.1.4.swf" id="ID0EBA_api">
    <param value="true" name="allowfullscreen">
    <param value="always" name="allowscriptaccess">
    <param value="high" name="quality">
    <param value="false" name="cachebusting">
    <param value="#000000" name="bgcolor">
    <param value="config={&quot;playerId&quot;:&quot;ID0EBA&quot;,&quot;clip&quot;:{},&quot;playlist&quot;:[{}]}" name="flashvars"></object>
    </a>
    <script type="text/javascript">
    var videoid = "ID0EBA";
    flowplayer(videoid, "/scripts/flowplayer-3.1.4.swf");
    </script>

    </div>
  • Rik Helsen 670 posts 873 karma points
    Nov 05, 2010 @ 11:42
    Rik Helsen
    0

    Nevermind, it was an issue with a custom media type i was using...

  • dandrayne 1138 posts 2262 karma points
    Nov 09, 2010 @ 12:45
    dandrayne
    0

    Perfect Rik, glad you got it sorted.

  • 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.

Please Sign in or register to post replies