Zitat:
FileName specifies the media file to be opened by the Open method
---->
Delphi-Quellcode:
If Mediaplayer1.Mode = mpOpen then Mediaplayer1.close;
Mediaplayer1.FileName := PlayList1.Items.Strings[PlayList1.ItemIndex];
Mediaplayer1.Open;
Mediaplayer1.Play
Ich dachte das wäre klar.