RE: [flexcoders] Reload (reinitialize) application

2007-04-21 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Reload (reinitialize) application What is best way to reload / reinitialize the whole flex application from code? I want to be able to reset state of my application on timeout event, it seems that the easiest way is to somehow recreate the whole app or at least main

[flexcoders] Reload (reinitialize) application

2007-04-20 Thread roman_dolgov
What is best way to reload / reinitialize the whole flex application from code? I want to be able to reset state of my application on timeout event, it seems that the easiest way is to somehow recreate the whole app or at least main view. Something like: Application.application = new