Hey,
I have one flash EXE. If there is no activity to a fixed time, it starts a flash screensaver (swf studio screensaver). Now i want to know in the main exe when the screensaver is closed. One method is to add a 1 second timer in main exe, which will watch running processes. If it not find the screensaver in running processes then it will reset its variables. But i dont want to run the 1 sec timer. Is there any other way to get that the screensaver or some other exe is closed now?