Hi
I have created 3 buttons and assigned them 3 different actionscripts which are ...
1.
on (release) {
fscommand ("Exec", "ar505enu.exe"
;
}
To start the Acrobat Installation program
2.
on (release) {
fscommand ("name.pdf", "acrobat.exe"
;
}
To open up name.pdf with acrobat
3.
on (release) {
fscommand ("Exec", "exec_txt.bat"
;
}
Together with the exec_txt.bat that looks like this..
@echo off
start readme.txt
After I have created my swf file I create a projector exe file, but when I try to click the buttons nothing happend. The mouse-pointer do change to a hand when I move over the buttons. But nothing more.
What do I do wrong here?
Regards
M
I have created 3 buttons and assigned them 3 different actionscripts which are ...
1.
on (release) {
fscommand ("Exec", "ar505enu.exe"
}
To start the Acrobat Installation program
2.
on (release) {
fscommand ("name.pdf", "acrobat.exe"
}
To open up name.pdf with acrobat
3.
on (release) {
fscommand ("Exec", "exec_txt.bat"
}
Together with the exec_txt.bat that looks like this..
@echo off
start readme.txt
After I have created my swf file I create a projector exe file, but when I try to click the buttons nothing happend. The mouse-pointer do change to a hand when I move over the buttons. But nothing more.
What do I do wrong here?
Regards
M