Load .MOD sound file
Posted: Fri May 28, 2010 5:49 am
Hi everyone,
I am trying to load a sound file with .MOD extension and I dont know how to get it working. so far the code looks like this:
any help well be appreciated!
thx...
I am trying to load a sound file with .MOD extension and I dont know how to get it working. so far the code looks like this:
Code: Select all
on mouseUp
play "D:\somesound.mod"
wait until the sound is done
end mouseUp
thx...