squberam Report post Posted March 19, 2013 Hi, I am using power chart in my project. using link to navigate different data/page. I used the following code. But not working in the browser. Let me know how to solve this? -------------------------------------------------------------------------------------------------------------------- link="j-myfunction-p1,p2" and also i tried with the following one link="JavaScript:myfunction('p1, p2'); -------------------------------------------------------------------------------------------------------------------- Thanks, Squberam Share this post Link to post Share on other sites
Guest Sumedh Report post Posted March 19, 2013 Hi, Welcome to FusionCharts Forum! Are you trying to run your chart from the system? Please try to run your charts using local server (e.g. XAMPP server). Also, check for the Flash Player Global Security settings: http://docs.fusioncharts.com/charts/Tools/FlashPlayerSecuritySetup/HowToSetup.html Hope this helps! Share this post Link to post Share on other sites
squberam Report post Posted April 8, 2013 Hi Sumedh, Yes i am using from the system. is that possible ? Share this post Link to post Share on other sites
Guest Sumedh Report post Posted April 8, 2013 Hi, Yes, you you would need to run the sample project through a local server. Hope this helps! Share this post Link to post Share on other sites
squberam Report post Posted April 10, 2013 Sumedh, Thanks for your reply. I got we need to run from server. But i am using without server, kind of standalone (for demo purpose). So without server JS will not work ? Share this post Link to post Share on other sites
Swarnam Report post Posted April 15, 2013 Hey, Apologies for the delayed response. Yes, it is possible to execute from a local machine. To enable communication between charts and JavaScript (like updating data, retrieving data, printing, exporting, event handling etc.) in your local machine, you need to Setup Flash Player Global Security settings. Please refer more about "How to setup Flash Player Global Security Settings?" at: http://docs.fusioncharts.com/charts/Tools/FlashPlayerSecuritySetup/HowToSetup.html Hope this helps. Share this post Link to post Share on other sites