I want to run one process(window, popup) even when the main application closes. In other words if a child process is created, even after parent process die the child process keeps on running(we have this in linux and other OSs).
Is it possible in flex? Any experts suggestion on how to implement/any examples/documentation ? (Each reply is very important to me) Thanks