Wednesday, April 6, 2011

how to set background image to control using actionscript

Hi all, Is it possible to do with application or anyother control except image control

From stackoverflow
  • You could use

    myControl.setStyle('backgroundImage', image);

    Presuming your control inherits from UIComponent

0 comments:

Post a Comment