I have a fscommand folder name , inside i have file.vbs, in my root folder i have a projector file, where in first frame have this code fscommand("exec", "file.vbs");
there is no "file.vbs" in that folder. if you want to execute one of those 4 files, you must use its file name.extension as the 2nd parameter in fscommand(). eg,
when I clickdirectlyin the file runScript.vbs executesthe code thatI programmed.
the file runScript.vbs autostart a a server when in flash enter first frame, the file stopScript , stop the server when enter the last frame of my project.