The flexcoders mailing list is for software developers, developing rich Internet applications using AdobeFlex. The list will discuss methods and practices for Flex RIA development, including MXML and ActionScript 3, as well as best-practices including testing, design patterns, J2EE and .NET integration, etc.
Note: job postings are not allowed on this list. Please use the flexjobs list instead.
Oops, please ignore the Singleton line; it's old code in my testing file. Also, here's slightly revised to correctly remove listener instead of using boolean
... [snip] ... Whoops. Scrap that. As Amy said, it should be using addEventListener.. Getting languages mixed up... :-/ ... And probably currentTarget rather
I don't know if this will be of interest to anyone, but I learned something trying to respond to this post. I thought that it would be cool to do this entire
I've only tested this with the actual sample below, so it may need some refinement, but this should get you started: var myText:String = '<p class="myClass">my
... need ... Setting the id like that won't let you reference it later by ID. Also, you're trying to use the MXML way of assigning event listeners in AS. Try