Hi,
for button there is a data property assign data to that data property
and get in your handler
btn.data = "sample"
in your handler u can get the linkurl = btn.data
or

u need to create a custom event and pass information over event;
hope this might help full
On Nov 16, 11:59 am, Arindam Mojumder <arindam.mojum...@gmail.com>
wrote:
> Hello Guys,
>
> Is it possible???
>
> var homeLink:URLRequest = new URLRequest("home.php");
> button_mc.AddEventListener(MouseEvent.CLICK, menuClick);
>
> // Need to pass linkURL parameter to this function from AddEventListner.
> function menuClick(event:MouseEvent, linkURL:URLRequest)
> {
>
>    navigateToURL(linkURL, "_self");
>
> }
>
> --
> *Arindam Mojumder*
> *
> *
>
> Visit My Flickr  <http://www.flickr.com/photos/arindam-mojumder/sets/>
> <http://www.flickr.com/photos/arindam-mojumder/sets/>Visit My Facebook
> <http://www.facebook.com/Arinda.Mojumder>
>  <http://twitter.com/arindam_arindam>Visit My Twitter
> Account<http://twitter.com/arindam_arindam>
>  <http://scripto-mania.blogspot.com/>Visit My
> Gblogger<http://scripto-mania.blogspot.com/>
>  <http://nilbristi.wordpress.com/>Visit My Wordpress
> Blog<http://nilbristi.wordpress.com>

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to flex_in...@googlegroups.com.
To unsubscribe from this group, send email to 
flex_india+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to