Hi,
I am wondering how one would go about populating a listbox with the title of the video. Or perhaps someone could recommend an alternative to using an ASX playlist as a source?
I am currently working with a dynamically generated asx playlist, which is created by reading a directory on my server (which is dreamhost) using php.
The asx file (while it has a .php extenstion) output contains:
<ASX version ="3.0">
<TITLE>ASX TEST</TITLE>
<ENTRY>
<TITLE>Holy Diver</TITLE>
<AUTHOR>Computerpro23</AUTHOR>
<REF HREF="http://computerpro23.dreamhosters.com/silverlight/videoplayer/uploads/Holy Diver.wmv"/>
</ENTRY><ENTRY>
<TITLE>My Curse</TITLE>
<AUTHOR>Computerpro23</AUTHOR>
<REF HREF="http://computerpro23.dreamhosters.com/silverlight/videoplayer/uploads/My Curse.wmv"/>
</ENTRY></ASX>
Even thought it still retains a php extension, it will play in an expression encoder template (you can view it here http://computerpro23.dreamhosters.com/silverlight/videoplayer/)
as an example say I would like to do is populate the list box of this mediaplayer (or a mediaplayer i create) with the TITLE information from each ENTRY in the asx file, how would i do that? Can someone give me some examples?
I am reletively new to SL, and .NET programming, I code all my applications in C#.
Another quick question, what are the supported playlist types for Silverlight 2? if the above cannot be done can someone recommend a way to do this?
--William Johnson