Page view counter
get PARAM tags from ASX playlist?
Last post 09-01-2008 8:40 AM by janebush08. 5 replies.
Sort Posts:
05-08-2007 2:32 PM
get PARAM tags from ASX playlist?

I'm trying to use the MediaAttributes collection to get all of the params out of a playlist.

 <ASX version="3.0">
  <TITLE>My Playlist</TITLE>
  <AUTHOR>Me.</AUTHOR>
  <COPYRIGHT>Copyright (c)2007</COPYRIGHT>
  <ENTRY CLIENTSKIP="NO">
    <TITLE>Video 1</TITLE>
    <REF href="video1.wmv"/>
    <PARAM NAME="link1" VALUE="http://www.domain.com/link1"/>
    <PARAM NAME="CLICKTHRU1" VALUE="http://www.domain.com/click?link1"/>
   </ENTRY>
</ASX>

When I follow the example at http://msdn2.microsoft.com/en-us/library/bb412367.aspx , It only shows the first TITLE and AUTHOR tags, which are outside of the ENTRY. I'd like to be able to get the REF and PARAM values out of the playlist also (from within the ENTRY tag). Is this possible? The reference materials don't make any mention of how to do this. Thanks        
 

nerdabilly

Loading...
Joined on 05-01-2007
Posts 4
06-05-2007 10:54 AM
Re: get PARAM tags from ASX playlist?

bump. Can anyone help?  

nerdabilly

Loading...
Joined on 05-01-2007
Posts 4
06-06-2007 2:32 PM
Marked as Answer
Re: get PARAM tags from ASX playlist?

You might be out of luck on this one if I understand the question and Joe Stegman's post this morning...

Joe Stegman just posted some v1.0 breaking changes. I have them in my latest Silverlight Cream posting: http://geekswithblogs.net/WynApseTechnicalMusings/archive/2007/06/06/113042.aspx,

 but the one that causes your question some problems is the first item in this:http://blogs.msdn.com/jstegman/archive/2007/06/06/more-v-1-0-changes.aspx

-Dave

 

Stay in the 'Light
MVP: Visual Developer - Client Application Development
http://www.wynapse.com
Twitter SLNews | Join me @ SilverlightCream | SL Web Articles | My Articles | My Tutorials | My Tooltips | SilverlightCream

WynApse

Loading...
Joined on 05-13-2004
Posts 341
06-06-2007 2:45 PM
Re: Re: get PARAM tags from ASX playlist?

Thanks! Not the answer I was hoping for, but it does explain everything!

 I guess I'll just have to sit on this one for a while until those issues are fixed.

 

nerdabilly

Loading...
Joined on 05-01-2007
Posts 4
04-07-2008 10:36 AM
Re: Re: get PARAM tags from ASX playlist?

Good news - this is now fixed in Silverlight 1.0. Check this blog post out for further details.

http://blogs.msdn.com/tims/archive/2008/04/07/silverlight-1-0-new-maintenance-release-available.aspx

Best wishes,

Tim Sneath | Group Manager, Client Platform Evangelism | Microsoft Corp.

timsneath

Loading...
Joined on 04-07-2008
Posts 2
09-01-2008 8:40 AM
Re: get PARAM tags from ASX playlist?

that's great news timsneath.... thanks for sharing the post... 

asp net web development

janebush08

Loading...
Joined on 09-01-2008
Posts 4
Microsoft Communities