I have a flex popup menu that uses an icon which is imported thusly:
<mx:Object label="THing" icon="@Embed(source='/resources/items.swf', symbol='Icon_Suitcase')" />
The item is a SWF, and therefore a vector. When the menu pops up, the icon is gigantic; I'd really like to force it to be 16x16 (it's used in several places, so just resizing it seems to be silly given it's a vector!).
Is there some CSS value I can set to adjust this? How about for mx:PopupMenu items?