7/21/2010 8:58:31 AM
Title:
StartUp
I have an air application and i want to load it on the start up in windows.
How to do it.
Is there anything to write inside the program before installing.
if then How to do it.
please help.Thankyou....
7/21/2010 9:35:08 AM
set the property startAtLogin in your NativeApplication to true in your application
NativeApplication.nativeApplication.startAtLogin = true;
7/21/2010 9:38:19 AM
Hey..
use NativeApplication.nativeApplication.startAtLogin = true;
more information
http://help.adobe.com/en_US/AIR/1.5/devappsflex/WS5b3ccc516d4fbf351e63e3d118676a5d46-8000.html#WS5b3ccc516d4fbf351e63e3d118666ade46-7cd5
Regards,
Virat Patel