I'm developing a small app which is to be used to choose which facility to run. The user (effectively) clicks a button on the app and is taken to what has been chosen. This could be a web page on the intranet, a flash movie or an executable program.
It's in running the executable program that I'm having problems since it detects that I am downloading an executable file and asks if I want to save or open it. Clearly I always want to open it.
What do I need to do in order for this to happen without asking?
The app is a raw flash movie but could equally be embedded in an HTML document. The web server runs on the same machine and is Apache Win32 and heavy use is made elsewhere of PHP4. The browser is Internet Explorer 6.
It's in running the executable program that I'm having problems since it detects that I am downloading an executable file and asks if I want to save or open it. Clearly I always want to open it.
What do I need to do in order for this to happen without asking?
The app is a raw flash movie but could equally be embedded in an HTML document. The web server runs on the same machine and is Apache Win32 and heavy use is made elsewhere of PHP4. The browser is Internet Explorer 6.