kamalshah20 Report post Posted February 3, 2009 I have the following for the link attribute in the element 'set' in the xml in my data for a Column3D chart: link="javascript:window.alert('hello');" But when I click on the bar corresponding to the set element in which this link is, nothing happens. I put this to test the JS function integration. I actually had some other code like: link="javascript:window.WidgetController.drillDownWidgetWithNameAndValue1AndValue2("ElectricityConsumptionQDay001","03/01/2009 00:00:00", "04/01/2009 00:00:00" )" But this does not work. That is why I put the sanity check with the window alert. Is there something I'm doing wrong here? Thanks! Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 3, 2009 Hi, If you are running it locally then you would need to set your Flash Player's Global Security Settings from Adobe website. Please follow this link: http://www.fusioncharts.com/forum/FindPost8077.aspx Share this post Link to post Share on other sites
kamalshah20 Report post Posted February 3, 2009 I'm not using IE. I am actually using a Safari browser embedded in my Macintosh desktop application. Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 3, 2009 (edited) Hi, Still you need to set it, this setting is not A BROWSER SPECIFIC, if you are running it LOCALLY, then you MUST have to set it. Please try it once. Edited February 3, 2009 by Guest Share this post Link to post Share on other sites
kamalshah20 Report post Posted February 3, 2009 Yes, it works! Thanks a lot! Share this post Link to post Share on other sites
kamalshah20 Report post Posted February 3, 2009 It works on my machine. But I cannot ask every user to do this. My app is going to run on a desktop machine. How can I avoid having every user go and change these settings? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted February 3, 2009 Hi, This issue is completely related with Flash Player and Adobe, I am sorry, this is unavoidable till now. Share this post Link to post Share on other sites