PDA

View Full Version : FSCommand Help


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!

45degrees
10-19-2001, 08:22 AM
try using a relative path?

or try:

file:///C|/Program%20Files/Golden%20Hawk/Cdrwin%204.0/Cdrwin.exe