I’d like to open an EXE-file by clicking on a flash-button.
I tried to do so with the actionscript “getURL” to open the file.
…which worked so far that I had to specify wether I wanted to OPEN or SAVE the file (a “Download file”-window pops up).
But unfortunately this is exactly what I don’t want since either way (open or save) windows copies the file into a (TEMP-) directory and launches it from there - which doesn’t work since the file reads data from another .INI-file which needs to be in the same director.
So plain and simple: I want flash to open the executable where it is originally (a CD-ROM) and not ask me where I want to download it.
Hope this describes my problem well enough so anyone can help me!
@electrongeek: could you be a little more specific on that? I’m still quite new to actionscript :-/
the exec. I want flash to open doesn’t have anything to do with the flash movie itself and needs to be together in the same directory as the INI file I mentioned.
so could I just create a folder named e.g. “flash” put the projector & a folder named “fscommand” in it and the exec & the ini file in the fscommand folder and it would work?
okay stupid question but which flash-directory do you mean?
the one where the projector file is stored or the one where Flash MX is installed (on the harddrive)?