Hi,
I am trying to skin the tfu uploader.. however some of the buttons are proving problematic.
mx.controls.Button.prototype.falseUpSkin = "BlueButtonUpSkin";
mx.controls.Button.prototype.falseDownSkin = "BlueButtonDownSkin";
mx.controls.Button.prototype.falseOverSkin = "BlueButtonOverSkin";
mx.controls.Button.prototype.falseDisabledSkin = "BlueButtonDisabledSkin";
is the code I am using, but it is only affecting some of the buttons, the options remove and upload buttons remain unchanged, as can be seen here
#removed_broken_link
these buttons seem to be instances of the button component so I cant work out why they arent accepting the new skin. (I tried using the non code method of skinning and the same thing happened).
Also I am unsure how the labels are being applied to the button.. changing the labels in the component inspector doesnt work (presumably they are being changed somewhere in the code?)
Any help would be appreciated.
Bob