Re: Ask Skype to complete their AS interface
Re: Ask Skype to complete their AS interface
- Subject: Re: Ask Skype to complete their AS interface
- From: Takaaki Naganoya <email@hidden>
- Date: Thu, 14 Dec 2006 10:53:47 +0900
Any Status ??? What do you mean ??? Is this a illusion ?
<AppleScript>
tell application "Skype"
send command "GET CONNSTATUS" script name "PiyomaruScript"
end tell
--> "CONNSTATUS ONLINE"
tell application "Skype"
send command "GET PRIVILEGE SKYPEOUT" script name "PiyomaruScript"
end tell
--> "PRIVILEGE SKYPEOUT FALSE"
tell application "Skype"
send command "GET AUDIO_IN" script name "PiyomaruScript"
end tell
--> "AUDIO_IN AppleHDAEngineInput:1"
tell application "Skype"
send command "GET SKYPEVERSION" script name "PiyomaruScript"
end tell
--> "SKYPEVERSION 2.5.0.38"
</AppleScript>
Which information do you want to get ?
--
Takaaki Naganoya
Piyomaru Software
http://piyo.piyocast.com
email@hidden
On 2006/12/14, at 7:06, Rob Lewis wrote:
The Skype free internet phone/chat/file transfer application has a
pretty powerful API and loads of potential uses. But their
AppleScript implementation is only half done.
Briefly, you can script sending a command to the app. But you can't
get any status back!
You can visit <https://developer.skype.com/jira/secure/
BrowseProject.jspa> and remind them they should finish the
job._______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (applescript-
email@hidden)
Help/Unsubscribe/Update your Subscription:
mark.nu
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/mailman//archives/applescript-users
This email sent to email@hidden