hi
iv been trying to launch an exe file with the following code:
[size=2][color=#0000ff]on (release) {
fscommand (“exec”, “file.exe”);
}[/color][/size]
[color=#0000ff]this should work but… it doesnt[/color]
[color=#0000ff][/color]
[color=#0000ff]the .exe that im wanting to run it from is a flash mx .exe however the button is on scene 3 and inside several movie clips is this maybee affecting it?[/color]
[color=#0000ff]also does the exe have to be in the same directory?[/color]
[color=#0000ff]thanks :))[/color]