bananagranola

Getting Fusioncharts Events From Java Swing

Recommended Posts

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

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

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

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 by bananagranola

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now