|
Hello,
I don't want to open a new topic to my uos_EndProc problem on Windows, but there is some issue with this procedure yet. Actually, I use your package under the Typhon IDE (FPC 3.1.1) to play .mp3 files from a playlist. Everything Works fine, exept the uos_EndProc which doesn't fire at the end of the .mp3 files.
I tried your SimplePlayer example. I inserted a MessageDlg in to the ClosePlayer1 procedure, to show when the uos_EndProc fireing. First time with the default test.mp3 file it works fine, at the end of the music the dialog pops up. But if I choose a new file using the OpenDialog, even the same test.mp3, the MessageDlg no longer pops up.
Back to my own program the BeginProc, LoopBeginProc, LoopEndProc works fine, but the EndProc doesn't. I use the latest source from the github.
Please give me some advice.
Thank you.
|