I trying to use the procedure PlaySound for something I'm working on.
This is one that works-
But I need to make it play a song rather than a noise.SCAR Code:PlaySound('C:\WINDOWS\Media\tada.wav');
I tried just putting it in like this-
But I think it has to be a .wav instead of .mp3.SCAR Code:'C:\Documents and Settings\Desktop\song.mp3'
So I converted it to-
And still doesn't work.SCAR Code:'C:\Documents and Settings\Desktop\song.wav'
When I right click on the file and look at its properties it is recognized as a .wav.
But maybe it has to be a real .wav? And not an mp3 turned into one?



Reply With Quote



