On 5/1/02 8:19 pm, paolo mazza <[EMAIL PROTECTED]> wrote: > I am working with Rev on the following system: > Hardware: imac 406 - PowerPC G3 - 233 MH > System: MAC OS T1 - 8.6 RAM 96 - MB > > I tryed to record a sound from the built on microfone of my iMac with the > "record sound with dialog" command. > I tryed all the possible compressions. I checked my microfone and it works. > However, when I sent command "play audioclip" I got a terrible noise. > I had 3 buttons with the following scripts: > > on MouseUp > record sound file "vend1" with dialog > end MouseUp > > on MouseUp > stop recording > end MouseUp > > on MouseUp > play audioclip "vend1" > end MouseUp > > Best Regards, Paolo Mazza (Italy)
The command to play back should be play videoClip rather than play audioClip, as the sounds are recorded using QuickTime an thus need the video clip player to play. Kind regards, Kevin Kevin Miller <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limited - Power to the Developer! Tel: +44 (0) 870 747 1165. Fax: +44 (0)1639 830 707. _______________________________________________ improve-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/improve-revolution
