I'm being plain lazy because I have a basic actionscript AIR application and I'd like to reset it on a button press. By any chance is it possible to somehow tell AIR to reset/reinitialize/reload the application swf ?
I imagine it might possible to initialize a swf again via Loader's loaderBytes method and probably pass bytes from the loadInfo object or simply write a method that loops through the classes and resets them. I was just wondering if the hacky idea mentioned above is achievable, and if so how.
Thanks!