I created a custom skin for three buttons that have the same background for up, 
over and down states.
I'm setting those with png's like so..


<s:BitmapImage source="@Embed('assets/PanelBtn_Up.png')"

  source.over="@Embed('assets/PanelBtn_Over.png')"

  source.down="@Embed('assets/PanelBtn_Down.png')"

  left="0" right="0" top="0" bottom="0" />



This works great and allows me to set the label for each but I'm having a 
problem setting & positioning the icon for each
Button that uses this skin. I want to display a different icon for each of the 
buttons using this skin.

Can this be done? I think there might be a conflict with the skin I created and 
setting an icon. The icon for each button
Doesn't even show up.

Anyone run into this? I've looked online but nothing related to my situation.

Thanks,

-Gerry

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to