Hello, due the fact, that i'm not able to set the skinning of a checkBox Component via CSS, i like to create a custom checkBox.
<?xml version="1.0" encoding="utf-8"?> <mx:CheckBox xmlns:mx="http://www.adobe.com/2006/mxml" disabledIcon="../assets/passiv.gif" downIcon="../assets/passiv.gif" overIcon="../assets/passiv.gif" upIcon="../assets/passiv.gif" selectedDisabledIcon="../assets/aktiv.gif" selectedDownIcon="../assets/aktiv.gif" selectedOverIcon="../assets/aktiv.gif" selectedUpIcon="../assets/aktiv.gif"> </mx:CheckBox> The problem is, that the compiler doesn't accept the path data and the name of the files. How could it be done? Thanks, Frank

