the click event can be used if the URL is staric or from a defined array, when the links come from XML datasource thats dynamically generated it becomesd hard...
Rohan --- In [email protected], "Clint Tredway" <[EMAIL PROTECTED]> wrote: > > you dont need to use a linkbutton, the image container has a click event you > can use. > > On 5/30/07, Flexing... <[EMAIL PROTECTED]> wrote: > > > > 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 ? > > > > > > > > > > > -- > I am not a diabetic, I have diabetes > my blog - http://grumpee.instantspot.com/blog >

