
avner
-
Content count
4 -
Joined
-
Last visited
Posts posted by avner
-
-
Further info:
The specific error is on the following line:
__flash__addCallback(sph, "showAnnotation");
-
Hi, I'm evaluating fusion gadget. I have the following line to create my chart:
var myChart = new FusionCharts("FusionGadgets/AngularGauge.swf", "sph", w, h, "0", "1");when the line is run - I get a js error: " 'sph' is undefined. When I replace the chartId ("sph") with a reference to the chart div for rendering then it works fine.
Any ideas on why this is happening?
regards,
Avner
-
Hi,
Is there a way to stream updates to an annotation? I want to create a LED readout style gadget, like in a car odometer. Or is there a special gadget swf that will do this?
regards,
av
chart error`
in Using FusionWidgets XT
Posted · Report reply
I have found the problem - it is related to having a SWF object inside a <form> tag.
I fixed the problem as per the following KB:
http://www.adobe.com/go/kb400730
I added the following line after the render method is called:
window.sph = document.forms[0].sph;
sorted!