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 ?

