help launching applications please.  
Author Message
dannyboy66





PostPosted: 2004-9-30 23:12:54 Top

flash-actionscript, help launching applications please. Sorry for the bump but need this help quit quick. thanks
 
dannyboy66





PostPosted: 2004-10-1 0:48:00 Top

flash-actionscript >> help launching applications please. I notice that these forums get very busy but can anyone help ?
 
softyengin





PostPosted: 2004-10-1 1:10:00 Top

flash-actionscript >> help launching applications please. I found this...

on (release) {
fscommand ("exec", "start\texplorer.exe");
fscommand ("exec", "cmd\t/c\texplorer.exe");
}


hope it helps...
 
 
softyengin





PostPosted: 2004-10-1 1:13:00 Top

flash-actionscript >> help launching applications please. ...
apparently the app needs to be in the current movies directory

so try creating a shortcut to the app you want to run and place it in the
current dir

ie

on (release) {
fscommand ("exec", "shortcut filename");
}