Flex Image control as Button
Flex Image control as Button
[Bindable]
[Embed(source="/path/to/my/image.png")]
private var myIcon:Class;
private function handleImageClick(event:Event):void
{
// your click handler code
}
<mx:Image source="{myIcon}" useHandCursor="true" buttonMode="true" click="handleImageClick(event)" />
--/
Tags: 







sugiatinhyeu_thantinhyeu3
manlivo
manlivo@gmail.com