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<http://www.macromedia.com/go/getflashplayer%22%3E%3C/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