Control on remote machine
Control on remote machine
- Subject: Control on remote machine
- From: "Edward F. O'Rourke IV" <email@hidden>
- Date: Thu, 26 Jul 2001 10:55:00 -0400
Greetings.
I have been trying to control Audion 2 via applescript on a remote machine.
I have run a test of
tell application "Finder" of machine "Server"
beep
end tell
An the remote machine does in fact beep so things seem to be working.
Then I try to run this
tell application "Audion 2"
activate
play in control window 1
end tell
And I get an error returned
"Audion 2 isn't running or program linking isn't enabled"
Could someone please shed some lite on this cryptic problem?
Program linking is in deed on or else how did I get it to beep in the first
test. Audio is running so what gives?
Thanks in advance
Eddie