Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
ICI-MASA #1
Flash error when creating charts and graphs
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
ICI-MASA Guest
-
watermark on charts/graphs
We built a new server to start clean with CF MX 7, used our 30 days, upgraded the license to standard edition and now all our graphs/charts have a... -
ID 2 Graphs and Charts
We use InDesign version 2 to lay out a daily publication for transmission to clients by fax and email (the emailed version is in PDF format). We also... -
[PHP-DEV] Graphs and Charts
Hi all, It may does not make sense, but I'm writing a web based script in C++ and now I need to build 3D pie/bar charts. The best solution and... -
Library for creating Charts and Graphs.
Hi, Does anyone knows where I can find a C/Carbon library for creating Charts and Graphs ? Any help is welcome... Thanks in advance, ... -
Charts and Graphs with PHP
Hello Everyone: I would like to make some charts based on data I am retrieving from my DB. The charts should be things like bar-charts,... -
tzimmerman #2
Re: Flash error when creating charts and graphs
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
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19166[/url].
HTH
Ted Zimmerman
tzimmerman Guest



Reply With Quote

