try to add fileformat="jpg" otherwise the default format is FLASH.



-----Original Message-----
From: Jim Watkins [mailto:[EMAIL PROTECTED]]
Sent: Friday, June 08, 2001 8:53 AM
To: CF-Talk
Subject: Re: CF 5 Cfgraph problem More Info


OK - here are the details on problem:

After installation of subscription CF 5.0 on Windows 2000 server and running
Website Pro the graphing examples at
http://127.0.0.1/cfdocs/exampleapps/cf5examples/graphing/index.cfm  will not
load.  The browser (IE 6) just keeps running and never loads graph. Any
other information on the page will display. A simple test file copied from
documentation does the same
(http://www.ngtcollege.org/bannercfm/graphtest.cfm).  The test file is:

<html>
<head>
<title>CFgraph</title>
</head>
<body>
Graph should appear below<p>

<cfgraph type="pie" title="Income by Department">
  <cfgraphdata item="New Vehicle Sales" value=500000>
  <cfgraphdata item="Used Vehicle Sales" value=250000>
  <cfgraphdata item="Leasing" value=300000>
  <cfgraphdata item="Service" value=400000>
</cfgraph>

</body>
</html>

Checking the source while browser is running I get:

<html>
<head>
<title>CFgraph</title>
</head>
<body>
Graph should appear below<p>

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.ca
b#version=3,0,0,0" WIDTH=500 HEIGHT=300><PARAM NAME=movie
VALUE="/CFGraphingPage.cfm?Action=GetGraph&GraphFile=/cfgraphs/pie.swt&Key=-
505286830&Generate=TRUE&FileType=flash"><PARAM NAME=quality
VALUE=high><EMBED
src="/CFGraphingPage.cfm?Action=GetGraph&GraphFile=/cfgraphs/pie.swt&Key=-50
5286830&Generate=TRUE" quality=high WIDTH=500 HEIGHT=300
TYPE="application/x-shockwave-flash"
PLUGINSPACE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED></OBJECT>

</body>
</html>

If I put attribute fileformat="jpg" or fileformat="png" then browser will
stop and display a broken image.
Netscape 4 will say file is done but it will not display the graph.

Any help would be appreciated


----- Original Message -----
From: "Stephen Moretti" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 8:33 AM
Subject: RE: CF 5 Cfgraph problem More Info


> Mike said :
> >
> > It was, but it is a limited version. It will only work with
> > cfgraph. If you
> > need to use generators other features, you must get a fully licensed
> > version.
> > Mike
> >
> Jim said :
> >
> > The documentations states:
> >
> >  "The cfgraph tag requires the JRun server and the Macromedia Generator
> > server, which install with ColdFusion."  So I assume Generator was
> > installed.
> >
>
> The same goes for JRun.
>
> Jim, what is actually happening?  What's the error message you're getting?
> At the moment anything that we say is really pure speculation, unless we
> know what is happening.
>
> Regards
>
> Stephen
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to