I have three 16x16 png images that I would like to use as the close
button of a titlewindow instead of the one provided by Flex (yes, I'm
that particular).

I set the following properties on the titlewindow but the image seems
to be scaled bigger that 16x16.

        closeButtonDownSkin="@Embed(source='close_down.gif')" 
        closeButtonOverSkin="@Embed(source='close_over.gif')" 
        closeButtonUpSkin="@Embed(source='close_up.gif')"

I've tried every combination of scale-9 tags per the documentation
(http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000976.html)
to no avail.

Thank you.

Reply via email to