How to pass variables from one page to another page in ActionScript ?
I got some solution that this can be done using CustomEvents in ActionScript, but i couldn’t found understandable and easy solution. Can anyone explain how to pass variables with a small example ? Please Help ?
How to pass variables from one page to another page in ActionScript ? I
Share
Best practice is to use events so as to ensure that your Classes are not too tightly coupled. Here’s one way to do it but there are of course many different approaches available….