Fscommand

in a projector.exe for example, i got most of the fscommands down, but if you wanted to have an e-mail link in the porojector? or launch a web page from the projector? how would you go about doing that?
any help would be much appreciated.
jayemsee

I think the email link has to be inside a html file. Launching a webpage can be done by putting the following code on a button somewhere inside the projector:


on (release) {
getURL("http://www.homepage.com");
}

so would
getURL("mailto:blahblah@blahblah.com");
}

work?

Unfortunately the email link doesn’t work outside a html file. The file here is for anyone to see what I am trying to say: