Has anyone figured out a Mac solution to the fscommand problem?
I have read every single thread, tutorial, etc. on several boards about this issue, and I have not found a Mac answer. If anybody can help with Mac, here is my problem:
I have created a simple FlashMX projector for use on a CD-ROM. This projector has a button (it will have more than one if I can get this to work) which is supposed to launch an external QuickTime movie. I have created a simple AppleScript (named "DemoStarter", and it works fine) which launches the movie. I cannot get the fscommand "exec" to launch this AppleScript. Below is my FlashMX code:

on (release) {
fscommand ("exec", "DemoStarter")
}

I have tried this with the AppleScript in the required fscommand folder, I have even tried using a Flash5 projector. No joy. Is there an extension for the Script that I am missing? Is there another answer?
Please help before my boss kills me. Thank you.