Archived Months
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007


all groups > coldfusion flash integration > april 2007

refresh flash form
Posted by djc11 at 4/27/2007 8:21:30 PM
I have a page with a flash form and when I refresh the page, the form does not refresh. I was originally trying to refresh the page witha a javascript function where i called location.reload() and that was when i noticed the problem. But even without that I pressed refresh and the page loade...more >>

Flash cfform error - INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. null
Posted by 900spg at 4/26/2007 10:17:27 PM
I have a simple cfform using Flash that keeps giving the following error: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified. null I can't see any problems and do not understand where the null it is referring to is. Any help would be greatly appreciated. Thanks in adv...more >>

cfform cfgrid
Posted by SilentBob'secretfusion at 4/24/2007 4:54:34 PM
Hey all. If I use a cfgrid on a cfform page type="flash" How do I used the data submitted to "insert' page. For example.. a user enters data into a grid, then hits submit. How do manipulate the data on the insert page. I cannot seem to send it to a cfdump or manipulate it in anyway...more >>

tables in cfform?
Posted by SilentBob'secretfusion at 4/23/2007 6:52:21 PM
I want to display cfinput next to each other, I don't think I can use a form.... any suggestions? I want something like this: Input 1 ________ Input 2 _______ How do I do? Thanks....more >>

cfinput type="file"
Posted by SilentBob'secretfusion at 4/23/2007 3:19:23 PM
Does anyone know if it is possible to use <cfform type="file> within a <cfform type="flash"? 7.0 doesit allow this !?!...more >>

cfformitem type="script": How to set hidden field's value?
Posted by cf_dev2 at 4/19/2007 10:18:29 PM
I have a simple test form that contains a cftree and a few input/hidden fields. Whenever a tree node is selected, I want to change the values of input/hidden fields to whatever node was selected. Pretty simple, but I can't figure out how to change the values of the hidden fields. Load ...more >>

Problem passing hidden fields using Flash form
Posted by lusciousmango at 4/19/2007 6:57:59 PM
I'm working with Flash forms for the first time, and am having problems passing information in hidden fields. The information was passed from prior pages, and I'm able to verify that it is coming to the flash form page. However a CFDUMP on the action page shows the flash fields but not the h...more >>

Playing MP3s
Posted by acilia at 4/18/2007 12:00:00 AM
I am trying to play an MP3 file from coldfusion. The code im using is the following: <cfsavecontent variable="ButtonClick"> var my_sound:Sound = new Sound(); sound.loadSound("murhallini.mp3", true); </cfsavecontent> This is invoked by the onclick method of a button on the...more >>



cfform/cfgrid form submit error
Posted by Mark Forsberg at 4/17/2007 6:41:08 PM
I have a simple grid: <cfgrid name="testGrid" format="flash" query="getHistory"> <cfgridcolumn name="idno" header="Employee ID"> </cfgrid> The grid is populated just fine. When I submit the form instead of seeing the form variables I am getting the following error:...more >>

cfform preservedata="yes"
Posted by SilentBob'secretfusion at 4/17/2007 5:52:28 PM
<cfform format="flash" timeout="100000" name="visitrequest" method="post" height="800" action="security_visitor_requestp2.cfm" width="500" preservedata="yes" > Could someone tell me what is wrong with the above statement? It is NOT preserving data. Perhaps I just misunderstand the way it...more >>

cfselect options missing in IE
Posted by shaun_o at 4/10/2007 1:26:30 PM
As of recently, all flash form cfselect boxes are not returning any values. I am able to dump the query for query driven cfselect boxes and there are numerous rows. I also have hard-coded cfselect boxes that are not returning any values. Everything displays fine in Safari and Firefox, but Oper...more >>

help: cfswf cache/leftovers
Posted by Greg Silver at 4/6/2007 2:01:10 PM
I have created a few forms using cfform with the flash format. Everything works great, except for the fact that it is leaving 50+ cfswf files behind for 3 forms that are used. What is the cache time for these files before coldfusion deletes them from the folder? Is there a way to assi...more >>

cfform fails to display
Posted by unixsyadm at 4/5/2007 5:24:59 PM
I am trying to make a simple flash form and I can not seem get the form to generate. PLEASE HELP! I'm running CF MX7 and windows server 2003 <html> <body> <h2>Flash form test</h2> <cfform format="flash" width="500" > <cfinput name="FirstName" type="text" label="First Name" > <cf...more >>

Query CF Database from Flash MX Pro
Posted by lars NO[at]SPAM work at 4/4/2007 6:18:03 PM
Could someone share an example, or point to a tutorial, of how to query a ColdFusion MX 6.1 DB from inside Flash MX Pro. I know how to pass an external variable to Flash, but don't know how to then take that variable (probably a record ID such as 1 or 6, etc.) and then query a ColdFusion DB t...more >>

Flash coldfusion integration
Posted by dj_actg at 4/4/2007 6:05:11 PM
I'm trying to insert a record in a database using coldfusion and a flash form, coldfusion is receiving the field from flash, but the cfquery tag is not inserting the record in the database and flash doesn't receive the message variable from coldfusion. But when i probe with this code in Cold...more >>

cfgrid and semicolon bug
Posted by VirtualED at 4/2/2007 8:37:53 PM
This problem was posted way back in 2005 but I have not seen a solution to it. When querying from a database a record that contains a semicolon and displaying it on a cfgrid if you select that row and try to submit or do anything with it you will get an error (....submitted cfgrid form field i...more >>

changing dateField selectedDate
Posted by gyannuzzi at 4/2/2007 6:12:14 PM
Hello, I have a cfform with actionscript. Basically I have a data grid that when a row is selected, a cfform is populated. The problem is with the datefield. The datefield text updates without problem, however, the datefield selectedDate is never updated. I tried changing the selectedD...more >>

FLASH CFGRID and HOTFIX2
Posted by dAVIDaUTUMNS at 4/1/2007 8:30:27 PM
Hi all slowly loosing my marbles (CF MX 7.02) I had my flash based cfgrid all working all editable and everything you could wish for. I also use the PDF feature and the page break occasionally cuts through a line of text so reading the hotfix (No2) fixed this problem I applied it like th...more >>


DevelopmentNow Blog