any suggestions? thanks

--- In flexcoders@yahoogroups.com, "flexawesome" <[EMAIL PROTECTED]> wrote:
>
> Hey there,
> 
> I am working on pie chart( loads data from xml file), is there a way
> to click a piece of Pie chart to open a new window?
> 
> I can show the following data in pie chart by using flex charting
> components. but I would like to allow user to click any piece to load
> the site in a new window.
> 
> Does anybody know how to detect which piece of pie be clicked? if so I
> can use urlrequest to open the site.
> 
> Thanks
> 
> =========== xml file =========
> 
> <sites>
> 
> <site>
> <name>yahoo.com</name>
> <data>120</description>
> <url>www.yahoo.com</url>
> </site>
> 
> 
> <site>
> <name>google.com</name>
> <data>90</description>
> <url>www.google.com</url>
> </site>
> 
> <site>
> <name>msn.com</name>
> <data>150</description>
> <url>www.msn.com</url>
> </site>
> 
> </sites>
> 
> 
> ==============================
>


Reply via email to