What is the problem with calling setStyle()

Submitted by: Administrator
Calling the setStyle() method can result in decreased performance. Use it only when necessary.
You should try to apply style sheets rather than use the setStyle() method because it is computationally expensive. This method should only be used when you are changing an object's styles during run time.
You cannot get or set style properties directly on a component as you can with other properties. Instead, you set style properties at run time by using the getStyle() and setStyle() ActionScript methods.
Submitted by: Administrator

Read Online Adobe Flex Actionscript Job Interview Questions And Answers