I've never developed for ActionScript or flash, and maybe this is a simple question.
I created a menu in flash (Projector in a CD-ROM Autorun), where users can choose what program they will install.
In the last frame, I'm trying to show a message like: "Thanks, your installation will start in few seconds. Wait while the program is loading.".
The installation program loads, and then flash menu closes. That's ok.
I inserted this code in Actions of the frame :
fscommand("exec", "MyInstallationProgram.Exe");
fscommand("quit");
It works, but the frame doens't render, I'd like to show the frame while the program is loading. How can I do it?
I am using ActionScript 2.0