playing an mp3 file and knowing when it has stopped

B

Ben Long

Hi,

Can anyone point me in the right direction of a sample or a control
that can play an mp3 file from a .net compact framework app on WM2003
and know when it has stopped?

Thanks in advance, Ben.
 
B

Brian H

There's no "10-second" way to do. I use FMOD to play MP3s; detecting when
it has stopped can be a bit tricky. FMOD does have a callback option that
fires when the sound is done playing, implementing it into a CF app can be
tricky. You may want to check out the FMOD forums for more infomation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top