actionscript 3 - What is different between below method on flex in action script3? -


Native application NativeApplication.exit (); - This method is used to get out of the application of Flex / Air. Application.close (); - This method is also used to get out of the application of Flex / Air - so what is different?

That is referring to the resident application. Ext () vs. WindowAd Applications Close ().

The application given in the window. Closed ()
Close the original window of the application (application form by opening the initial original window). This action is cancellable.

Calling () on the application window will close the application effectively, but it is the proper way to terminate it using the exit method () on the resident application. See the following links for more information:


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -