Instead use LinkButton and specify your image as ICON of the LinkButton
On May 31, 2007, at 12:51 AM, Rohan Pinto wrote:
how to i hyperlink an image in flex ?
my code has the following:
<mx:Image width="120" height="90" id="ThumbNail"
source="{rp2.currentItem.thumb}" completeEffect="{fadeIn}"/>
I'd like to "invoke" a URL when a user clicks on it... how could i
achieve that ?

