Question
fscommand
I know it is old and all over the forum but I'm not
understanding how to get flash to simply recognize what type of
file it is and execute the .exe file to open it. I was thinking I
could get it to open up the start.exe so that the computer would
recognize the file but that doesn't work either. My code looks like
this:
my_mc.onPress = function(){
fscommand ("exec", "start.exe");
getURL(filepath + filename);
}
when I just use getURL it opens up the browser and I don't want that to happen. Plus, if the browser isn't already opened it doesn't do anything...
Anyone got suggestions?
Thank you.
P.S. If you are from FlashJester Support Team don't bother. I don't want to pay for your stupid program.
my_mc.onPress = function(){
fscommand ("exec", "start.exe");
getURL(filepath + filename);
}
when I just use getURL it opens up the browser and I don't want that to happen. Plus, if the browser isn't already opened it doesn't do anything...
Anyone got suggestions?
Thank you.
P.S. If you are from FlashJester Support Team don't bother. I don't want to pay for your stupid program.
