Re: Control on remote machine
Re: Control on remote machine
- Subject: Re: Control on remote machine
- From: "Edward F. O'Rourke IV" <email@hidden>
- Date: Thu, 26 Jul 2001 12:34:57 -0400
I tried your suggestion below but still get the same message
"Audion isn't running or program linking isn't enabled"
Audion is running I'm listening to it...
Program linking must be on because I can send the finder commands and it
executes them such as beep or new folder.
So I am still at a loss as to why this won't work
Thanks again for any help anyone can offer
Cheers
>
try the format:
>
>
tell application "Web Sharing Extension" of machine "eppc://192.168.1.1"
>
start
>
end tell
>
>
>
"Edward F. O'Rourke IV" wrote:
>
>
> 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"