Launching Application at Startup

To make your application launch when the user boots and logs onto the machine, use the mSystem.setStartAtLogin() command.

mSystem.setStartAtLogin(true); 

To check to see if your application is set to start when the user logs in use the mSystem.getStartAtLogin() command.

var runAtStartUp:Boolean = mSystem.getStartAtLogin(true); 

You download sample code that uses these commands, "Startup Application", from the mProjector Samples page -- /software/flash-projector/flas.html.