Paul Robertson's words, punctuated

Thoughts on development, user-centered design, code, etc. by Paul Robertson

Accessing underlying ("low-level") component events

Have you noticed that the only event in the Button component is “click”? Have you found yourself wanting to listen to the onMouseOver (or some other event) that you know is lurking under the surface somewhere? Never fear, Keith Peters shows us how to access underlying events for components. Nice comment about how to use Macromedia’s mx.events.LowLevelEvents class, too.