bananagranola

Members
  • Content count

    2
  • Joined

  • Last visited

Everything posted by bananagranola

  1. 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!
  2. Getting Fusioncharts Events From Java Swing

    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?