wav files

Visuals, audio, animation. Blended, not stirred. If LiveCode is part of your rich media production toolbox, this is the forum for you.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
nikoldama
Posts: 4
Joined: Wed Feb 03, 2010 12:36 pm

wav files

Post by nikoldama » Wed Feb 03, 2010 12:54 pm

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

Klaus
Posts: 14191
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: wav files

Post by Klaus » Wed Feb 03, 2010 2:59 pm

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

Post Reply