Is there a way to add mouseDown and mouseUp effects to a button that's being added dynamically via ActionScript?
For example, if the button were created via MXML, it would look like this,
<mx:Button label="Help"
mouseDownEffect="{glowImage}" mouseUpEffect="{unglowImage}"
click="showHelp()" />
- Alex

