Groups | Blog | Home
all groups > coldfusion flash integration > may 2005 >

coldfusion flash integration : Flash error when creating charts and graphs


ICI-MASA
5/24/2005 12:00:00 AM
HI,

i was about to try and get the coldfusion graph generator to work so I found
this simple script to get a graph showing on the web:

But when I run it the page hangs and I get a flash ad-on error!

<cfchart format="flash" chartheight="300" chartwidth="500" showborder="yes"
show3d="yes" tipstyle="mouseOver" pieslicestyle="sliced">
<cfchartseries type="pie">
<cfchartdata item="Newsales" value="50">
<cfchartdata item="Usedsales" value="25">
<cfchartdata item="Leasing" value="30">
<cfchartdata item="Service" value="40">
</cfchartseries>
</cfchart>

have I done something wron or missed anything??

Regards
Martin
tzimmerman
5/26/2005 12:00:00 AM
I had no problem running your code. You might want to make sure you have the
latest version of the Flash player. The latest version is 7,0,19,0. You can
determine your version by going to
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19166.

HTH

Ted Zimmerman
AddThis Social Bookmark Button