Click here to Skip to main content
15,892,059 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am using this code:
XML
<script src="~/Scripts/flowplayer.min.js" type="text/javascript"></script>
 <script type="text/javascript">
flowplayer("a.player", "FlowPlayer/flowplayer-3.2.16.swf", {
 plugins: {
     pseudo: { url: "FlowPlayer/flowplayer.pseudostreaming-3.2.13.swf" }
 },
 clip: { provider: 'pseudo', autoPlay: false},
 });
 </script>

but i dont know how to link flow player....source path.....
Posted
Updated 26-Mar-15 7:37am
v2
Comments
ZurdoDev 26-Mar-15 13:28pm    
What do you mean source path? Wouldn't that be the url?
Torakami 30-Aug-15 13:07pm    
Just wanted a quick question , is this a free plugin for asp.net . ??

1 solution

This could help you - Embed:FlowPlayer[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900