luxtable
08-21-2009, 01:37 AM
I have a cd that i want to create that i have a flash splash page that has 2 links one to an online version and another linke to a local cd version that goes to an exe. When making these buttons then using actionscript for them i have the URL working but i cannot get the exe to open correctly. I have this for the as...
on (release) {
fscommand("exec","Offline.exe");
}
I have the files that need to be in the fscommand folder.. All i get now when the exe link is clicked is a white flash window the exact size of the flash exe i want to open...
Any thoughts
on (release) {
fscommand("exec","Offline.exe");
}
I have the files that need to be in the fscommand folder.. All i get now when the exe link is clicked is a white flash window the exact size of the flash exe i want to open...
Any thoughts