PDA

View Full Version : How can I run an exe file as an intro movie


ishopper
03-12-2006, 01:45 PM
hello,

is it possible to run an exe file as a startup file in an APMS6 project.
It is a standalone flash file in exe format which when finished the projects starts.

i.e. like a flash or video startup file but in exe.

Corey
03-12-2006, 01:55 PM
Check out File.Open in the help file.

yosik
03-12-2006, 03:48 PM
You definitively can launch the external file at onStartUp event but it would be difficult to close it and continue with your project at the end of the flash if you do not have access to the file (i.e. fla) itself.

Yossi