doctorjellybean
Programmer
- May 5, 2003
- 145
When MediaPlayer has completed playing a media, I need something else to happen. I tried the following code in the MediaPlayer's OnNotify Event, but nothing happens:
Thank you.
Could someone please tell me what I am doing wrong.if (MediaPlayer1.NotifyValue = nvSuccessful) and (MediaPlayer1.Mode = mpStopped) then label1.caption:='Finished'.
Thank you.