[flexcoders] Re: hyperlink image

2007-05-31 Thread Rohan Pinto
I got the answer to this question... for those who are trying to achieve the same.. here's the code: (NOT MINE). This was given to me by brendansjunk MXML code: import flash.net.URLRequest; import flash.events.MouseEvent; public function

[flexcoders] Re: hyperlink image

2007-05-31 Thread Rohan Pinto
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 flexcoders@yahoogroups.com, Clint Tredway [EMAIL PROTECTED] wrote: you dont need to use a linkbutton, the image