Results 1 to 2 of 2

Thread: WMP 10 SDK audio CD [RESOLVED]

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    WMP 10 SDK audio CD [RESOLVED]

    Hi

    I can get an entire audio CD to play in my embedded WMP 10 Application (using C#)?

    I cannot seem to find a way but only to make it play the first track, or 2nd track but not the entire tracks on the CD.

    how can I make the application play the entire audio CD just as you would when you insert a CD in Windows?

    of course the following code has the first item to play and will only play that item. I cannot put it in a for loop, for obvious reasons - it will skip to the last track and play that...

    Code:
    this.theWMPObj.URL = this.theWMPObj.cdromCollection.Item(0).Playlist.get_Item(0).sourceURL;
    Last edited by Techno; Sep 18th, 2005 at 08:50 PM.

  2. #2

    Thread Starter
    PowerPoster
    Join Date
    Aug 2003
    Location
    Edinburgh, UK
    Posts
    2,773

    Re: WMP 10 SDK audio CD [RESOLVED]

    answer:

    this.theWMPObj.currentPlaylist = this.theWMPObj.cdromCollection.Item(0).Playlist;

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width