flex css 撤销皮肤效果

flex css 取消皮肤效果mx:StyleHSlider {thumbSkin: ClassReference(null)showTrackHighlight: true}

flex css 取消皮肤效果

    <mx:Style>         HSlider {             thumbSkin: ClassReference(null);             showTrackHighlight: true;         }     </mx:Style> 


thumbSkin: ClassReference(null);
这一句是关键