I have developed a few charts of format type "flash" using cfchart on a 
development version of CF8 and they can be viewed no problems in the browser.  
When I deploy the code on CF8 standard, the charts do not show. When changing 
the chart to format type "jpg" they do appear, so seems to suggest an issue 
with the chart format type "flash".

Am i missing a plugin or is it the version? Flash player is installed and I 
have also ensure CF8 standard hot fix is up-to-date (hot fix 3).

Any ideas why this might be occurring?

Thanks,

Bas.

Heres the code:

<cfchart 
format="flash"
font="Arial"
fontsize=12
show3d="true">
    <cfchartseries 
        type="pie" 
        query="session.qTotResp" 
        itemcolumn="Status" 
        valuecolumn="PScore"/>
</cfchart> 

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

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:314896
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