From: Djawax on
Hello,

I woud like to know, how I can open an Applescript from Flash. I have an
Applescript to open a external document (pdf, jpeg....) and it works when I
open it. But I do a CDRom and I would like to execute this script from Flash. I
have put this in flash :

on (release) {
fscommand("exec", "apfichier.app");
}

but nothing happen. Thanks for your help, I'm desperate....