bananagranola Report post Posted August 10, 2011 Hello, I am using Java Swing and FusionCharts to make a network topology, using the DragNode chart from PowerCharts. I am trying to make Java aware when a node is clicked on in the Flash chart. I noticed that LinkedChart fires a JavaScript event LinkedItemOpened, but I don't know how to access that from Java; does anyone know how to do that? If that is not possible, is there any other way to notify Java when a node is clicked on in a Flash chart? Thanks in advance! Share this post Link to post Share on other sites
Guest Angshu Report post Posted August 10, 2011 Hi, Welcome to FusionCharts Forum! I am afraid, this is not possible with java, at this time. Hope this helps. Share this post Link to post Share on other sites
bananagranola Report post Posted August 10, 2011 (edited) So there's no way to notify Java of a JavaScript event at all? Or any way for Java to simply know that a node is clicked?I noticed in a FusionCharts forum that ExternalInterface.call could be used from within Flash to call a Java function. Is that not applicable? Edited August 10, 2011 by bananagranola Share this post Link to post Share on other sites