Hi, i have the following script, but my laptop doesn't play the sound files any more. It played them 2 days ago. What might be wrong?
It works on my desktop, though.
on openCard
set the screenMouseLoc to the left of this stack +625, bottom of this stack -60
play "NDExp3/2009Long/cdemo.wav"
wait until the sound is done
get flushEvents(all)
put line 1 of fld "current" of last cd into y
go cd y
delete line 1 of fld "current" of last cd
wav files
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: wav files
Hi nikoldama,
does it work if you supply the complete path (e.g. C:/folder/another folder/your sound.wav) to the "Play" command?
Best
Klaus
does it work if you supply the complete path (e.g. C:/folder/another folder/your sound.wav) to the "Play" command?
Best
Klaus