1 |
Put any Applications, Documents or Applscripts into the Actions folder (aliases will work as well).
|
|
2 |
Launch the Say What application.
|
|
3 |
For Applications (including AppleScripts saved as applications) and documents, open a web browser and enter the URL of the server as follows:
http://ipaddress:port/action
ipaddress = the IP address of the machine running Say What
port = the default would be 1080
action = the name of the item inside the Actions folder to launch
|
|
4 |
For compiled AppleScripts with parameters, open a web browser and enter the URL of the server as follows:
http://ipaddress:port/action?label1=value1&label2=value2
ipaddress = the IP address of the machine running Say What
port = the default would be 1080
action = the name of the item inside the Actions folder to launch
label/value = name value pairs for the parameters you wish to pass
Note: At this time the label is ignored and the values are passed in the order they are received
|
|
5 |
To get a listing of available items to launch:
http://ipaddress:port/listing
Note: This will return a list in your web browser of everything available, so when you forget how you spelled something as we commonly do... there it is!
|
|
6 |
You will receive a response in the web browser showing with the result.
|
|