procedure TForm1.MediaPlayerNotify(Sender: TObject); begin if MediaPlayer.NotifyValue = nvSuccessful then MediaPlayer.Play; end;