Multimedia Delphi

attila_t2000@yahoo.co.uk
uses
MMSystem;
procedure TForm1.Button1.Click;
begin
PlaySound('c:\örnek.wav', 0, SND_FILENAME + SND_ASYNC);
end;