Re: possible to pass direct object param from cocoa to applescript?
Re: possible to pass direct object param from cocoa to applescript?
- Subject: Re: possible to pass direct object param from cocoa to applescript?
- From: "Gary (Lists)" <email@hidden>
- Date: Wed, 19 Jul 2006 12:26:37 -0400
"Philip Lukidis" wrote:
> on OnPlayTrack(pid, tid, sid)
> tell application "iTunes"
> tell library playlist id 51 of source id sid
> set ct to (get track id 63)
> play ct
> end tell
> end tell
> end OnPlayTrack
> OnPlayTrack(51, 63, 37)
You do note here that you never use your 'pid' and 'tid' variables, right?
--
Gary
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden