|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/1/2008 4:01:00 AM
Posts: 3,
Visits: 6
|
|
I am trying to get a prototype of the dynamically updating chart running. i am following the example from the documentation that came with FusinCharts.
It works with IE, but in FireFox, I get issues.
These come down to functions not being found. in particular
setVariable (I changed this to addVariable to get past it)
TGotoLabel.
I have read that there are issues with IE and flash integration.
Has anyone else had this issue? Is there a way around it? We need dynamic data to work, and we need to support firefox. if it doesn't work, we will have to track down other chart tools.
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 4/1/2008 4:01:00 AM
Posts: 3,
Visits: 6
|
|
Ok, I think I worked it out.
Basically it was a silly mistake. I had the pages under a jetty web server, but was opening them directly from the files, not through the web server.
When I realised, and connceted to localhost:8080 instead, it all works nice.
I think there was an old issue with firefox and flash (the comments I was reading from da internets were from 2005) but they seem to have fixed it now.
|
|
|
|