I want to use a player to play various wav files.
I have tried the following code, but does not seem to work.
start playing player AudioPlayer1 filename "C:\Backups\cheering.wav"
Could someone give an example code?
Thanks,
David
Using Player? - Solved
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Using Player? - Solved
Last edited by DR White on Fri Nov 01, 2013 3:18 pm, edited 1 time in total.
Re: Using Player?
Why not use the examples shown in the dictionary for "player"? They do in fact work
...
## Object names in QUOTES!
## And LC uses the UNIX SLASH / as a pathdelimiter internally!
set the filename of player "AudioPlayer1" to "C:/Backups/cheering.wav"
start player "AudioPlayer1"
...

...
## Object names in QUOTES!
## And LC uses the UNIX SLASH / as a pathdelimiter internally!
set the filename of player "AudioPlayer1" to "C:/Backups/cheering.wav"
start player "AudioPlayer1"
...
Re: Using Player?
Klaus,
That works Great!
Thanks so much,
David
That works Great!

Thanks so much,
David