On Nov 27, 2006, at 21:50 UTC, Peter Rodwell wrote: > I'm writing a small, simple audio player. All it has to do is > work through a list of files and play them, one by one, but > I'd like to be able to stop it completely, pause (and resume) > and stop the current track and skip to the next. I'm using > mciSendString to send the commands to waveaudio.
Consider using a MoviePlayer instead. That has all the methods and events you need to do this job, I believe. HTH, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
