all groups > coldfusion flash integration > november 2006
Problems using Javascript with Flash Forms
Posted by REMWS at 11/21/2006 7:32:00 PM
I have a developed a flash form (using cfform) that I want to trigger a
javascript onClick event to call a function using a submit button. Whenever I
reference any function in the onClick event it will not compile.
Is this even possible to do?
Thanks,
Rob
... more >>
Flex to Coldfusion
Posted by epsnowden at 11/20/2006 7:19:55 PM
I have an arraycollection that is populated from a webservice. Users can edit
all fields, and it is possible that every row in the database will need to be
modified. I'm trying to find the best way to get this data back to coldfusion
to modify several database rows at once. Is there a way to p... more >>
How to create linebreaks in cftextarea, format = flash
Posted by PamG at 11/20/2006 5:28:54 PM
I'm using <cfform format="flash">, and I can't figure out how to create a
linebreak in the cftextarea form control. For example, in the following code,
I'd like to display "item1", "item2", and "item3" on separate lines. I'm new
to cfform tags and flash, so any help would be greatly appreciat... more >>
ColdFusion truncating text
Posted by Reg Phipps at 11/9/2006 12:34:03 AM
I'm using coldfusion to get data for a flashTextEditor control (InputText) in
a flash movie clip.
In a flash action script I'm using
myData.sendAndLoad("getcontent.cfm", myData, "POST");
myData.onLoad = function(success) {
if(success){ .....
...
... more >>
Cold Fusion Dynamic field names
Posted by dondalinger at 11/8/2006 7:47:21 PM
Hello, thanks for reading...
what I'm trying to do is below and it works...
<cfquery name="updateans" datasource="database">
UPDATE Participants
SET sect1answer1 ='#flash.answergiven#'
WHERE PartID = #flash.login#
</cfquery>
but I want to reus... more >>
Actionscript and Form Controls
Posted by Alton Chinn at 11/3/2006 6:14:36 PM
I have been trying to adapt parts of the Real Estate example (not the Flash
Remoting part yet) to a Flash form that includes an onClick event attached to a
cfinput.
<cfformgroup type="vertical" label="Account Step:">
<cfinput type="text" readonly="yes"
value="#URL.IN_account... more >>
|