Copied to clipboard

Flag this post as spam?

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


  • shruti 21 posts 42 karma points
    Feb 04, 2010 @ 22:10
    shruti
    0

    Flowplayer 200 stream not found error

    I am using flowplayer to embedd videos in Umbraco , and trying to embed .wmv video, but on the page it is giving me error: 200 stram not found.

    Please advice?

    Note: video is fine and its there in media folder of umbraco , and i am pointing to right  URL.

     

     

  • dandrayne 1138 posts 2262 karma points
    Feb 04, 2010 @ 22:50
    dandrayne
    1

    I don't think flowplayer supports wmv http://flowplayer.org/documentation/technical-facts.html#format

    Dan

  • shruti 21 posts 42 karma points
    Feb 05, 2010 @ 04:14
    shruti
    0

    Got you! then i think i will use youtube for my videos.. But is there is any other player in Umbraco which supports WMV?

    Thanks!

  • dandrayne 1138 posts 2262 karma points
    Feb 05, 2010 @ 10:54
    dandrayne
    0

    The embed code for wmv videos (ie only without extra osx decoder, afaik) is below, you could wrap this in a macro

    <OBJECT id="VIDEO" width="320" height="240" 
    style="position:absolute; left:0;top:0;"
    CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6"
    type="application/x-oleobject">

    <PARAM NAME="URL" VALUE="your file or url">
    <PARAM NAME="SendPlayStateChangeEvents" VALUE="True">
    <PARAM NAME="AutoStart" VALUE="True">
    <PARAM name="uiMode" value="none">
    <PARAM name="PlayCount" value="9999">
    </OBJECT>

    Dan

  • 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