PDA

View Full Version : Flash and SAMSC



timgrivas
08-02-2006, 09:27 PM
To control SAMSC via FLASH...
Make a file that has buttons in it with the following action script...

on (release) {getURL("http://10.0.2.62/samsc(cuelist,searchandplay,Ver)");}

Note:VER is the cue label in SAMSC.
This script will send a request to SAMSC to play the cue labeled VER. You will want to use other labels and this is where you would change Ver to you own label.
Do not use numbers. They do not work.

Export your flash file as a movie/flash file.
load it into a SAMSC quicktime device player. And your off.
The best way is to make your document the same size as your video/monitor resolution and then take the file into full screen mode and now you have an interface for an installation application.

Caps Do Matter in your names

see ya,
Tim Grivas

thomasrotten
07-03-2009, 03:47 PM
could the same be done regarding controlling catalyst??

SourceChild
09-03-2009, 03:39 AM
Yes.

Look at the documentation for Catalyst regarding the http commands. This is already possible in Catalyst. You can use Flash or even write some basic html to remotely trigger cues.

thomasrotten
10-03-2009, 07:32 AM
thanks...

I though i hade looked everywere in the manual but now i found the little extra manual( whats new in catalyst ) and i´m happy again. (i hope) Thanks

thomasrotten
10-03-2009, 10:34 AM
YES!!!! its working. I can trigger a cuelist to start, I can stop them again one at the time but i can not get the command

http://myip:8080/commands/?StopAllCueLists

to work??

very very strange...

So what i have done so far is making a script to trigger preset 1 at catalyst startup. This preset starts a background movie up on layer 1 in loopmode.
Then by a simple fullscreen flash file i have 10 buttons each triggering a cuelist saying play movie on layer 2, fade in in 1 sec. then a fade out on the time when the movie is finish.

btw
is it just me or is there a little error in the diagram on page 38 in the manual.

I use
http://myio:8080/commands/?StartPlayCueListNumber=0.0 to start cuelist 0.0

and
http://myio:8080/commands/?StopPlayCueListNumber=0.0 to stop cuelist 0.0