playing an mp3 file and knowing when it has stopped

  • Thread starter Thread starter Ben Long
  • Start date Start date
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.
 
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.
 
Back
Top