Search found 1 match

by nbotero
Fri May 28, 2010 5:49 am
Forum: Multimedia
Topic: Load .MOD sound file
Replies: 2
Views: 3655

Load .MOD sound file

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:

Code: Select all

on mouseUp
   play "D:\somesound.mod"
   wait until the sound is done
end mouseUp
any help well be appreciated!
thx...