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?
[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?