I'm new here, hello.

I've made some games using Adobe Director and I would like to open them in a separate projector window.

I tried attaching this code to my button

Code:
on (release) {
fscommand("exec", "filename.exe")
}
I placed my .exe file in a folder named 'fscommand', that folder is in the same folder as my .fla and .swf files.

It doesn't work, unfortunately. :\ When I click, nothing happens.

(I'm sorry if this has been resolved or something, I tried looking for other threads, some don't work and some, I can't find the replies.)

Thanks very much.