First of all, I have Windows98 and Flash Player 6, and an ISP that says it supports 
ColdFusion MX and cfchart.
 
The code below successfully coverts into Flash code...which is below, but just a white 
page comes up with no bar chart.
 
What am I doing wrong?
 
Julia Green
[EMAIL PROTECTED]
 
 
 
<cfquery name="depts" datasource="juliacf">
  select department.department_name,
  Count(department.department_name) AS
    countofdepartment_name
    FROM department, persons
    where department.department_id = persons.department_id
    GROUP BY department.department_name;
</cfquery>
<CFCHART
FORMAT="flash"
SHOWYGRIDLINES="yes"
XAXISTITLE="Departments"
YAXISTITLE="Number of Employees"
SCALETO="13"
SCALEFROM="1"
SHOW3D="yes"
GRIDLINES="5">
<CFCHARTSERIES TYPE="bar"
PAINTSTYLE="light"
QUERY="depts"
ITEMCOLUMN="department_name"
VALUECOLUMN="countofdepartment_name">
</CFCHART>
 
end of coldfusion code
 
code from Viewsource on blank page
 
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,2,0";
 ID=Images_100001_SWF name=Images_100001_SWF WIDTH=320 HEIGHT=240>
 <PARAM NAME=movie VALUE="/CFIDE/GraphData.cfm?graphID=Images/100001.SWF">
 <PARAM NAME=quality VALUE=high>
 <PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="/CFIDE/GraphData.cfm?graphID=Images/100001.SWF"
  quality=high bgcolor=#FFFFFF WIDTH=320 HEIGHT=240 
TYPE="application/x-shockwave-flash"
 
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash";>
</EMBED>
</OBJECT>


***************************************
Julia Computer Consulting 
Web Design @ Reasonable Prices 
Email: [EMAIL PROTECTED] 
www.juliagreen.com 
Phone: 617-926-3413 
Cell: 617-596-6003 
Fax: 1-309-437-7979



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to