I have a similar question to one below…but I am creating a portfolio in Flash 5 and I would like to include some of my other work in the project. I am trying to put a code on a button so that when a user clicks on it, a file opens. I am trying to do this to open separate swf files, exe files, word files, and pdf files.
The code I have been trying to use is:
on (release) {
fscommand (“exec”, “filename.exe”);
}
I think that is right and I can’t figure out why it won’t work, can you help me out?