all groups > coldfusion flash integration > august 2006
displaying multiple columns in <cfselect>
Posted by Gameline146 at 8/31/2006 7:59:25 PM
ok,
I have a database that house a table called model. The model contains a
manufacturer foreign key and 3 other fileds for that table. I want to be able
to take a <cfselect> and display all the rows, i.e, dell (manufacturer fk)
dimension 8400(model)p4(series)2.3ghz(speed) so it looks li... more >>
Image Resizing With A Catch
Posted by wentwj68 at 8/31/2006 3:18:47 AM
So I'm running ColdFusion on GoDaddy Linux Hosting (booo, I know, but it's
cheap and I'm a poor college student that likes to have lots of domains).
My old host I was using allowed me to use nifty components I downloaded to
resize images, but had some MAJOR problems with their coldfusion ser... more >>
Uploading files using CF foms
Posted by mistainfa at 8/28/2006 4:02:02 PM
I'm trying to use a file upload tutorial from ASFUSION.COM. I've downloaded
the files and I have it in my page. My issue is, in what part of the code do I
put the path to the folder on my server reserved for my uploads? Also how is
that path written, for example if the file is in the root fil... more >>
Wrong Date From CFGRID
Posted by ttedeschi at 8/22/2006 9:05:02 PM
Hello everyone-
I'm displaying a bound date value from a CFGRID. The source SQL column (MS
SQL) contains "8/22/2006 4:48 PM" but the bound result displays "Wed Aug 16
11:01:53 GMT-0400 2006". I'm not really concerned with formatting the date at
this point, just trying to display the correct ... more >>
Result not displaying in Flash
Posted by Gregory Nelson at 8/20/2006 6:25:51 PM
I am trying to get the results of a cfquery to display in Flash. From what I
understand, it should be simple. I have the code below. The results show as
[object, Object]. What am I doing wrong? Please help.
Action Script:
import mx.remoting.NetServices;
import mx.remoting.NetDebug;
m... more >>
CFGRID/CFSELECT/ActionScript problem
Posted by ttedeschi at 8/18/2006 8:40:06 PM
I have CFGRID "onchange" code below that allows me to click on a CFGRID row and
correctly display (in a separate CFFORMGROUP) the correct column value in via a
CFSELECT object. The field name is
[i]priority[/i] and the grid name is
[i]tasks_grid[/i].
Works fine, but my problem is that ... more >>
Want to output confirmation message in cfform
Posted by infa at 8/17/2006 12:00:00 AM
Hello, I'm building my first application using CF. I have a members area where
I'm using the cfform to allow the members to send emails to anyone. After the
user submits the form, I want a confirmation message to display within the
cfform somewhere. Is this possible? If so your knowledge ... more >>
CFForm not reloading query
Posted by kiwigrrl at 8/16/2006 8:24:27 PM
I'm using CFform to display and update data. I can sucessfully update the
database, however sometimes when I'm returned to the data display page (also
using cfform) the old data is displayed. If I reload/refresh the page manually
the template does re-query and display the correct information. ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Moved from http to https - Error generating Flash Movie
Posted by vjohnston at 8/15/2006 11:45:31 PM
We are running 7.0.2 (multiserver) on Solaris with Apache 2.0.55.
Our flash forms were working without problem under a non-secure apache
instance. I've made changes to move this to a secure (SSL) connection but now
get the error: Error generating Flash Movie from form definition whenever I t... more >>
coldfusion-generated xml for Flash image viewer?
Posted by musicnotes at 8/15/2006 1:55:07 PM
I would like to create an engine that just displays static and animated image
files (.swf's, .gif's, and .jpg's) within Flash, drawing these image objects
from an xml file. The xml file needs to be generated by Coldfusion. Can anyone
point me in the right direction? I am not sure where to star... more >>
Truncate within a bind statement
Posted by ttedeschi at 8/14/2006 5:48:32 PM
Hi folks-
I'm binding to two fields, firstName and lastName, to populate an E-mail
adddress field:
<cfinput type="Text" name="email" SIZE="25" required="no"
bind="{FirstName.text}{LastName.text}@companyname.com">
I'd like to use just the first letter of the firstName field, rather th... more >>
Realtime chart as flash
Posted by RG_100 at 8/14/2006 12:53:04 PM
Most online explanations of "dynamic" charts call for the user to click a
button to re-query the DB to display new data. What I need is a chart that
updates in realtime...if the DB changes, then the chart changes....like the
speedometer on your car goes up and down as your speed changes.
... more >>
flash form renders as blank page
Posted by russiab at 8/14/2006 12:00:00 AM
I cannot for the life of me figure this out. All the mxml generates with no
errors or variable duplications but the form just does not render... does
anyone know where i can find info on this bug ? it seems to just happen
arbitrarily from time to time when a line of code gets added like the 3... more >>
cfform giving errors
Posted by infa at 8/8/2006 1:36:13 AM
Hello, I don't mean to sound desperate but I am. I'm trying to get the cfform
to work but it give me an error saying that I used attributes wrong, but the
code looks right. Below is the link to the form online, click it and you will
see the error I'm getting, also I've past my form code below... more >>
CF FLASH FORM ISSUE
Posted by infa at 8/7/2006 1:27:44 AM
//Hello, I'm trying to use this tabbed flash form with coldfusion. I keep
getting an error that I don't understand, can some one help?
This is the error that I get when I try to test the page in my browser://
Error Diagnostic Information
Attribute set validation error in tag CFINPUT... more >>
Flex datagrid not populating anymore
Posted by FusedMonkey at 8/4/2006 1:04:07 PM
Original CF server version: [b]7,0,1[/b]
Flash version: [b]9[/b]
After installing ColdFusion MX 7 Updater 2, I am unable to populate a SWF
datagrid that was compiled from Flex 1.5.
We call a ColdFusion CFC by passing in 4 arguments to the cffunction. The
function then returns a stru... more >>
Active Content for <cfform> in Flash format
Posted by AdTech at 8/3/2006 1:54:05 AM
I have use <cfform> to generate flash forms. When the pages display these
forms they are locked with the "Click to activate this control" message.
Because these forms are dynamic and genrated in-line, I am unsure how to cause
the form to display unlocked. Any suggestions? Thanks.
... more >>
|