D
deargds
Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm1.MP1Notify(Sender: TObject);
if (mp1.Mode=mpStopped) or (mp1.Position=mp1.Length) then
begin
Mp1.Close;
i:=i+1;
MP1.FileName:=listbox1.item;
MP1.Notify:=true;
Mp1.play;
end;
end;
if (mp1.Mode=mpStopped) or (mp1.Position=mp1.Length) then
begin
Mp1.Close;
i:=i+1;
MP1.FileName:=listbox1.item;
MP1.Notify:=true;
Mp1.play;
end;
end;