Hi all I have an application which passes the mp3 data file to a mp3 library which in turn decodes the mp3 data and uses the streaming API of Sound Manager to play it simultaneausly. This mp3 library is a native code library and the mp3 application is a 68K application. I am working on Palm OS 5. The problem which I am facing is - I have a stop button in the application which when pressed should stop the playing of sound.Basically when the stop button is pressed, I am calling an API of mp3 library which stops the playing of sound through SndStreamStop().But once the mp3 song starts playing, the stop button doesn't respond.On pressing it doesn't gets pressed. It seems in my application the event of stop button being pressed is not even received by the application. Looks like the application doesn't accept any other event while the song is being played. Please advise on how I can solve this problem.
Thanks in advance __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
