Results 1 to 2 of 2

Thread: Media Player

  1. #1

    Thread Starter
    Hyperactive Member richy's Avatar
    Join Date
    Jan 1999
    Location
    Liverpool, England
    Posts
    353
    I have written a program which plays a playlist of MP3 files using Windows MediaPlayer. The thing I'd like to do, is to load the next track so that as soon as the current track finishs, this new track starts straight away. The way to do this I believe is to open the next file in background when the current file is playing, but have no idea as to how to do this, or even whether it is possible. Any help would be appreciated.

  2. #2
    New Member
    Join Date
    Jun 2000
    Location
    South Florida
    Posts
    11

    Cool

    using MediaPlayer the next list item should start as soon as the end stream has finished.....Now if your talking about
    making a mixer which fades in the new song as the old song is ending you are using the wrong control. You need to use
    the ActiveMovie instead of MediaPlayer. and set up a time
    function for the end stream like if there's 5 secs left in the song on ActiveMovie1 then start ActiveMovie2 which is waiting in the background......

    pretty easy stuff peep........
    There's only two things universal in this world and thats Hydrogen and Stupidity.

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