PDA

View Full Version : Launch Applications on Mac


L_RZA
11-21-2005, 06:10 AM
Hey there Guys,
Just wondering if anyone has a simple way to launch quicktime from a projector? I have seen some way of doing this with 'applescript' but I have no idea how that all works .. We have a PC version also but I have that working fine [launching windows media player]

At the mo' I have been trying to do it with fscommand, but something is going wrong, actually I got it to open in a browser but thats gonna be no good ..

Any help would be appreciated

Cheers,
L

L_RZA
11-21-2005, 06:13 AM
Hey there Guys,
Just wondering if anyone has a simple way to launch quicktime from a projector or swf? I have seen some way of doing this with 'applescript' but I have no idea how that all works .. I have a PC version also, but I have that working fine [launching windows media player]

At the mo' I have been trying to do it with fscommand, but something is going wrong, actually I got it to open in a browser but thats gonna be no good ..

What I am really after is a simple:

on(release) {
openSeseme("myMovie.mov");
}


Any help would be appreciated

Cheers,
L