|
-
Jun 1st, 2000, 11:22 PM
#1
Thread Starter
Hyperactive Member
I've loaded a wav file into a res file and I want to play it from my code.
It's loaded into a res file as "WAV" type, and read from a a .wav file.
This is what I've done:
eepSound = LoadResData(101, "WAV")
sndPlaySound eepSound, SND_NODEFAULT Or SND_ASYNC
However, I don't get any sound played.
Anybody want to clue me in as to how to load a wav file into a res file and then play it?
Thanks!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|