<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> <script src="~/FlowPlayer/flowplayer-3.2.12.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.12.swf" } }, clip: { provider: 'pseudo', autoPlay: false } }); </script> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server"> <hr /> <asp:DataList ID="DataList1" Visible="true" runat="server" AutoGenerateColumns="false" RepeatColumns="2" CellSpacing="2" Height="225px" Width="590px" CellPadding="1"> <ItemTemplate> <u> <%# Eval("Name") %></u> <hr /> <a class="player" style="height: 200px; width: 300px; display: block" href='<%# Eval("id", "FileCS.ashx?Id={0}") %>'> </a> </ItemTemplate> </asp:DataList> </asp:Content>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)