Hi all!
I'm trying to develop statistics and reports. I'm using fusioncharts
to display charts, but I've got a problem: it works in eclipse, but
not online!
Here's my method to load swf:
<method name="loadChart">
var mc = this.getDisplayObject();
mc._lockroot = true;
var p = new LzParam();
p.addValue("dataXML",
this.chartDataset.childNodes[0].serialize(), true);
p.addValue("chartWidth", this.width);
p.addValue("chartHeight", this.height);
mc.loadMovie(this.chartSwf + "?" + p.toString());
</method>
What's wrong?
Thank you
--
You received this message because you are subscribed to the Google Groups
"OpenMeetings User" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/openmeetings-user?hl=en.