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
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.
I don't think flowplayer supports wmv http://flowplayer.org/documentation/technical-facts.html#format
Dan
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!
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>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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.
I don't think flowplayer supports wmv http://flowplayer.org/documentation/technical-facts.html#format
Dan
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!
The embed code for wmv videos (ie only without extra osx decoder, afaik) is below, you could wrap this in a macro
Dan
is working on a reply...