PDA

View Full Version : Radiobutton setStyle


24kelly
01-10-2009, 11:47 AM
I changed a radiobutton icon in flex with AS code:

[Embed(source="media/assets/r.gif")]
private var icon_richtig:Class;
radiobutton1.setStyle("icon", icon_richtig);

How can I change the icon back to default?

24kelly
01-10-2009, 11:53 AM
i found he solution myself:

its:

radiobutton1.clearStyle("icon");