If anyone is able to get this working, I would be very interested in this.
I am trying to pull together a dashboard for a WebServices implementation
using a Laszlo programming paradigm, but I want to take advantage of
packaged functionality like that provided with FusionCharts.
Alternatively, I would use native Laszlo functionality or any other
alternative. The basic issue that I have right now is that I need to
incorporate realtime and semi-static graphs that take XML feeds, but I
don't want to code these myself from scratch..
Does anyone have any follow up on this particular package (ie.
FusionCharts) or any other for that matter that could provide this sort of
ready-made functionality ?
"Adeola Awoyemi"
<[EMAIL PROTECTED]
dea.com> To
Sent by: [EMAIL PROTECTED]
laszlo-user-bounc cc
[EMAIL PROTECTED] laszlo-user
<[email protected]>
Subject
24/11/2006 08:27 Re: [Laszlo-user] How can I
AM integrate FusionCharts in Laszlo
Hi, I have looked around and have not found a way to get to the resource
swf of the view but I did find that I could load it into the main canvas.
See code below:
<canvas width="565" height="420">
<handler name="oninit">
_root._level0.loadMovie('FC2Column.swf?IsLocal=1&dataURL=data.xml');
</handler>
</canvas>
I'l sure someone on the list might have a way to assign this to an LzView
element in the canvas instead. Someone... anyone...
Regards,
Adeola.
On 23/11/06, [EMAIL PROTECTED] <
[EMAIL PROTECTED]> wrote:
Hi,
I found FusionCharts is very good, you can download it from
www.infosoftglobal.com. It's also swf file.
I want to integrate it in laszlo application.
When embed it in html, the html code is like
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/
pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="565" HEIGHT="420" id="FC2Column" ALIGN="">
<PARAM NAME=movie VALUE="../Charts/FC2Column.swf?dataUrl=Data.xml">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="../Charts/FC2Column.swf?dataUrl=Data.xml" quality=high
bgcolor=#FFFFFF WIDTH="565" HEIGHT="420" NAME="FC2Column"
ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="
http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
if I want to embed it in laszlo, how can I do it? The key point is how
to tranfer the parameter "dataUrl" to the swf file.
2006-11-23