PDA

View Full Version : Web Server Commands on Custom Page



jabadger
28-01-2009, 01:00 AM
I made a custom html page that previously triggered cues in SAMSC with this command (executing cue 102 in this example);



http://localhost:7000/samsc(cuelist,searchandplay,102)?whatever=cue102

What would I use as the equivalent in Catalyst Lite?

emilianomorgia
28-01-2009, 10:32 AM
no

Use for example :


http://2.0.0.1:8080/commands/?FindPlayShowCue=Movie

Download and read this :

http://homepage.mac.com/goatee/.cv/goatee/Sites/.Public/Whatsnew%20v4_1%20190307.pdf-zip.zip

I think there is an entire page dedicated to that in the pdf file .

I hope this help

jabadger
29-01-2009, 12:32 AM
Yep that is what I was looking for. Thanks.