Newbie Needs Help




This line works for me to play an mp3 file achy breaky.

ShellExecute(Handle, 'open',
'c:\program files\winamp\achy breaky.mp3',nil, nil, SW_SHOWNORMAL);

But how do you change the mp3 file to a variable?
I tried
var
song: file;

But it doesn't work.

Thanks in advance for the help.
.