Zer0XeS
10-19-2001, 01:36 AM
I’m trying to use the FSCommand to open an .exe on my computer. I’ve never had a problem with this, until now. Flash doesn’t seem to like the SPACES in the path. Here’s what I have:
on (release) {
fscommand ("exec", "C:/Program Files/Golden Hawk/Cdrwin 4.0/Cdrwin.exe");
}
I have tried multiple combinations to try and make this work, including substituting the spaces with underscores, and the escape character “%20”. Neither will work.
Should I be using something else, and can you help me?
Thanks in advance!
on (release) {
fscommand ("exec", "C:/Program Files/Golden Hawk/Cdrwin 4.0/Cdrwin.exe");
}
I have tried multiple combinations to try and make this work, including substituting the spaces with underscores, and the escape character “%20”. Neither will work.
Should I be using something else, and can you help me?
Thanks in advance!