Actionscript question
Actionscript question
- Started
- Last post
- 2 Responses
- theplanet
anyone know what script I would use on a btn to make it execute an .exe file on the on the root?
It is for a cd-rom and I have 5 .exe files and I want a splash page with five buttons. when they click on the first one, I would need the first one to execute. I think I have explained myself. Anyone know?
tutorial?Gracias.
- TResudek0
on (release) {
fscommand("exec", "file.exe");
}Make sure to put the files into a folder called "fscommand" but don't use that in AS address.
TR
- Fariska0
tried with getURL?