A nice simple one to start the day!
I can’t use dispatchEvent in my static class, I was wondering if anyone knew how I can achieve similar functionality or if it’s possible at all to call dispatchEvent from my static class?
I basically want to inform my action script code in my flash file when functionality in my static class is complete.
Thanks,
After reading the answers and gaining an understanding of what I can achieve, I have implemented the following (thought it would help users in the future if they could see some example code).