Advanced Forum Search Results
-
Hi,
this is my first silverlight application.
i am trying to play .asx playlist in silverlight 2.0 player. In my application there is one page with return .asx file which contains the media file path
here is my code passing Playlist path
Desing Source
Code Page Load Event
protected void Page_Load(object sender, EventArgs ...
-
Thanks for your reply.
my file not stored physically on disk.
Output like....
«asx version="3.0"»
«entry»
«title» Title :: Video 1«/title»
«ref href="http://www.mysitename.com/VideoFilesFolder/Filename.wmv" ...
-
Hi,
this is my first silverlight application.
i am trying to play .asx playlist in silverlight 2.0 player. In my application there is one page with return .asx file which contains the media file path
here is my code passing Playlist path
Desing Source
<asp:Silverlight ID="sl1" runat="server" Height="400px" ...