Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Apr 07, 2012 11:10 AM by Ruchira
Member
112 Points
66 Posts
Apr 06, 2012 12:14 PM|LINK
Hi,
How to add clip in flow player dynamically.
[clip(Video url)]
Help me to solve the problem
Apr 06, 2012 12:18 PM|LINK
This is the code for standard flow player :
<object id="flowplayer" width="300" height="200" data="http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf"
type="application/x-shockwave-flash">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"clip":"http://blip.tv/file/get/N8inpasadena-Flowers457.flv"}' />
</object>
How can i create this dynamically ????
All-Star
95275 Points
14072 Posts
Apr 07, 2012 10:04 AM|LINK
Check out this solved thread - http://forums.asp.net/t/1519863.aspx
you can follow the same way to have dynamic URL....
Thanks,
42885 Points
7019 Posts
MVP
Apr 07, 2012 11:10 AM|LINK
Hello,
Check the Clips in the official documentation.
http://flowplayer.org/documentation/configuration/clips.html
Please 'Mark as Answer' if this post helps you.
selvakumar88
Member
112 Points
66 Posts
How to add clip in flow player dynamically
Apr 06, 2012 12:14 PM|LINK
Hi,
How to add clip in flow player dynamically.
[clip(Video url)]
Help me to solve the problem
selvakumar88
Member
112 Points
66 Posts
Re: How to add clip in flow player dynamically
Apr 06, 2012 12:18 PM|LINK
This is the code for standard flow player :
<object id="flowplayer" width="300" height="200" data="http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf"
type="application/x-shockwave-flash">
<param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.9.swf" />
<param name="allowfullscreen" value="true" />
<param name="flashvars" value='config={"clip":"http://blip.tv/file/get/N8inpasadena-Flowers457.flv"}' />
</object>
How can i create this dynamically ????
ramiramilu
All-Star
95275 Points
14072 Posts
Re: How to add clip in flow player dynamically
Apr 07, 2012 10:04 AM|LINK
Check out this solved thread - http://forums.asp.net/t/1519863.aspx
you can follow the same way to have dynamic URL....
Thanks,
JumpStart
Ruchira
All-Star
42885 Points
7019 Posts
MVP
Re: How to add clip in flow player dynamically
Apr 07, 2012 11:10 AM|LINK
Hello,
Check the Clips in the official documentation.
http://flowplayer.org/documentation/configuration/clips.html
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.