Hi all,

The CF8 live docs say:

ColdFusion 8: 

Added support for embedding Flash charts within the cfdocument tag. 

However, when I do this simple code (which by the way i got from the docs), I 
get an empty PDF.

Anyone been able to get this to work?

<cfdocument format="pdf">
<!--- Flash chart embedded here. --->
    <cfchart format="flash" xaxistitle="Department" yaxistitle="Salary Average">
        <cfchartseries type="bar" 
            valuecolumn="avgSal">
            <cfchartdata item="Facilities" value="35000">
        </cfchartseries>
    </cfchart>
</cfdocument>
<cfheader name="Content-Disposition" value="attachment='c:\temp\charttest.pdf'">
<cfcontent file="c:\temp\charttest.pdf" type="application/pdf" reset="yes">


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302121
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to