|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 7/3/2009 7:07:18 AM
Posts: 1,
Visits: 1
|
|
Hi All,
I have a JSP Application integrated with fusion charts. But i my task is to build desktop Application on similar lines of using Java swing..
In order for reduce the time of development, i wanted to use the same fusion xmls and .swf's for faster development.
In C#.Net platform, they do have "HTML control" that can be embedded in "form". So they can use the same xmls and .swfs for development. But as far as i know, Java can be embedded in HTML(using Applets) but not vice verse.
How can i integrate fusion charts in Desktop applications developed on java swings.
Please suggest and help me in this regard.
HI ALL
|
|
|
|
|
Supreme Being
      
Group: Moderators
Last Login: 9/2/2010 4:54:43 AM
Posts: 841,
Visits: 1,219
|
|
| Hi Welcome to FusionCharts Forum! As far as I can see, the limitation of swing to embed Object tag and hence, Flash files in its editor like JEditorPane, is the main issue. You would need to use some third party tool or some other mechanism to embed flash in swing. Once you successfully embed a swf file in Java swing application, you could proceed with FusionCharts easily, I think. Srividya
|
|
|
|