I have designed a quiz application in Flex 4. At the end I want to reload my application (that is refresh the page in the browser). At the end I will show score in an alert. After that I want to reload the current application. How can I do this?
Share
To cause the refresh to not happen until after your alert is clicked:
You can remove the option of “NO” by removing it from the or as the 3rd parameter of Alert.show.