Hello, does anybody please have an advice on creating a repeatedly blinking Glow effect on a button.
Exactly like the example at the Adobe page http://livedocs.adobe.com/flex/3/langref/mx/effects/Glow.html but it should run repeatedly - to draw the user's attention to a particular button. I realize, that in ActionScript I probably can create a Timer and then call a play() repeatedly on a Glow object, whose target member is set to the button, but maybe there is an easier method in Flex? Regards Alex

