Feb 24, 2005 #1 jovan40 Programmer Dec 11, 2001 46 US I have a button, that I want to have call a exe. zip file. But the file is not opening when the button is released. Any Ideas?
I have a button, that I want to have call a exe. zip file. But the file is not opening when the button is released. Any Ideas?
Feb 24, 2005 #2 MJB3K Programmer Jul 16, 2004 524 GB you tried? Code: my_btn.onPress = function(){ getURL("file://path/to/file.ext"); } then give the button an instance name of my_btn or whatever you want to call it. Regards, Martin Gaming Help And Info: http://gaming.webrevolt.biz Upvote 0 Downvote
you tried? Code: my_btn.onPress = function(){ getURL("file://path/to/file.ext"); } then give the button an instance name of my_btn or whatever you want to call it. Regards, Martin Gaming Help And Info: http://gaming.webrevolt.biz