user57404
user57404

Reputation: 91

how to set background image to control using actionscript

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

Upvotes: 0

Views: 2233

Answers (1)

craig t mackenzie
craig t mackenzie

Reputation: 83

You could use

myControl.setStyle('backgroundImage', image);

Presuming your control inherits from UIComponent

Upvotes: 1

Related Questions