-
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.
-
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........