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 > august 2005

cfcalendar date input into an input field
Posted by dpinder123 at 8/31/2005 9:01:57 PM
Like a JS datepicker, how do i use cfcalendar to input a date into an input field? Something like this: http://www.javascriptkit.com/script/script2/tengcalendar.shtml This is the first time I'm using cfform. I'm also using cfgrid and I'm having troubles getting it to display error mes...more >>


My flash form expires
Posted by MuyaMan at 8/31/2005 11:32:51 AM
Hi I have some flash form that's quite big, and it takes a few long seconds to load. I could live with that, only after adding some stuff there, I get this message after it finishes loading: The form data has expired, Please reload this page in your browser. I'm not talking about the...more >>

Flash Remoting on CFMX7
Posted by CyberNaz at 8/30/2005 9:41:17 AM
ok, its been three days and I have not been able to enable the Flash Remoting on by CFMX7 Developer edition running on Windows XP SP2. Running IIS though. CFM Apps work acceot Remoting doesn't. I type http://localhost/flashservices/gateway and get error pages instead of blank as mentioned...more >>

Passing Query Data to New Flash Movie
Posted by UGA_Bulldawg at 8/26/2005 7:05:52 PM
I have a cfm page that runs a query. If this query returns more than a specific number of rows I want to load the data into a flash datagrid rather than painting it to the screen in html (html takes way too long and freezes up with high recordcounts). The problem I am having is getting the r...more >>

sending variables from flash to coldfusion
Posted by L Z at 8/26/2005 12:20:44 PM
Hello MCf Community I had a problem whit sending variables from flash to coldfusion, hope someone can help me? I used load variables, but the variables dont go to coldfusion. That looks like a simple task to me, but I dont did it, and I dont found anything good explaining just that. ...more >>

Using CFSAVECONTENT with CFFORMITEM type="HTML"
Posted by ptoretti at 8/24/2005 6:11:30 PM
I am trying to create a preview area made up of a mix of HTML and cfform variables in a binding string. This is similar to the ASFusion article in ColdFusion Journal. I conceptually understand how to do this, but I think that the syntax is getting me. What I'm trying to show is a table using a...more >>

Dynamic Action control?
Posted by MuyaMan at 8/24/2005 1:08:38 PM
Hi I wonder if there's a way to dynamically change the action attribute of a form (change the page it is sent to) in Flash forms?...more >>

cfgrid columns appearing multiple times
Posted by MuyaMan at 8/24/2005 12:00:00 AM
I have this strange problem - I have 2 nested cfloop tags inside a flash form. The outer one divides products between several brands (each brand gets a seperate tab), and the inner one divides them into several categories within each brand (each category gets a page in an accordion cfformgroup...more >>



Get ID?
Posted by Samall at 8/23/2005 6:36:06 AM
Hello, I have create a simple flashmovie which get data when you set an ID number. In my outputdata.cfm I have this query: SELECT * FROM TABLE WHERE ID = 2 That is working fine!! What I want is: SELECT * FROM TABLE WHERE ID = #url.idnumber# But where must I set the url...more >>

Looking for Good Examples of CF Flash Integration
Posted by dufnobles at 8/22/2005 5:45:37 PM
I'm very interested in CF and Flash integrated web sites. Are there many sites that utilize this combined technology? I've seen Flash forms examples, but I'm wondering how well this works for a whole web site. Also, what are some of the drawbacks (slow response, having to learn to code wit...more >>

Scroller in Flash Form
Posted by boogiemx at 8/19/2005 10:47:32 PM
I can't figure out how to get rid of the scroller on the right hand side or how to center the form .... Please help, and THANKS in Advance!!! :confused; <cfform format="flash" name="requestform" width="750" height="450" skin="haloblue" style="background-color:##4696CB;"> ...more >>

disable required field in real time?
Posted by rwhaun at 8/19/2005 12:00:00 AM
Is there a way to disable a <cfinput required /> field with actionscript? Here's my scenario - I have a flash form with several tabs. Each tab page has various form fields and a submit button. If the user picks tab #3 and fills out its form fields then hits that submit button, they get an ...more >>

CSS in a Flash Form
Posted by Sequenzia at 8/19/2005 12:00:00 AM
I am trying to apply formatting from a style sheet into a flash form. Attached is one of the ways that I am trying, but is not working. Please help. Thanks. <link href="style.css" rel="stylesheet" type="text/css"> </cfquery> <cfform name="rate_output" format="flash" method="post"...more >>

couple of issues w/ filtering a grid
Posted by ckainc at 8/17/2005 7:46:28 PM
The code is below...I know it's a lot, but I think the problem is me defining a bunch of the same variables over and over again. The problem is I dont know anything about AS..I pretty much just copy/pasted the code from http://www.asfusion.com/blog/entry/filtering-a-cfgrid-as-you-type. Also ...more >>

Javascript from Flash Form?
Posted by Sequenzia at 8/17/2005 7:36:44 PM
I would like to fire off a javascrpit from a flash form. I am not sure if this is possible or if you have to do it with actionscript. Here is an example of what I am doing: <SCRIPT language="JavaScript"> function changecompany() { document.form1.company.value= "ABC Com...more >>

BUG ALERT!!
Posted by drforbin1970 at 8/17/2005 6:14:51 AM
The following will throw an error, but it SHOULD NOT! var myAlert = mx.controls.Alert.show("Add New Application?", "CONFIRM", mx.controls.Alert.YES | mx.controls.Alert.NO, this, addHandler); Seems ColdFusion does not like the 'New' in "Add New Application" and throws an error! Ridiculou...more >>

3 (Simple?) Flash Forms Concerns
Posted by ckbentdesigns at 8/13/2005 10:32:42 PM
Just discovered and installed a trial for the latest ColdFusion release. I love the Flash forms, but have there concerns... FLASH FORMS ALIGNMENT I have a tabnavigator form for a shopping cart checkout process. The first tab is the form, the second tab simply uses the "bind" feature to p...more >>

Filtering a grid as you type
Posted by ckainc at 8/13/2005 7:12:24 PM
This code is based on the example from }"> <cfinput name="submitButton" type="submit" value="Select"> </cfformgroup> </cfformgroup> </cfform> Help would be greatly appreciated. Thanks. Neill Killgore's Inc. ...more >>

OnComplete sort of?
Posted by Abinidi at 8/12/2005 8:06:51 PM
Ok. here is what I am doing. I am creating a cfform that is doing a file upload. This part is fine and is uploading the file fine. Yet what I would like to happen is once it is completed, that it clear the form fields. I really cant use the onload(), since the page or SWF is not really relo...more >>

History back button using flash form
Posted by cfpaez at 8/12/2005 6:48:55 PM
I cannot figure out hoe to use the history.back javascript using Coldfusion 7...more >>

Search flash grid.
Posted by ckainc at 8/12/2005 12:00:00 AM
I've got a form that is bound to a grid in flash so that when a record is clicked, it displays all of the data on that record. I want to be able to search the grid and have it update while I searching (basically do the same thing that the search does in the iTunes library.) ...more >>

Flash Form Alignment
Posted by Juhanyman at 8/9/2005 7:40:22 PM
This is my first time playing around with Flash forms and I just can't figure out how to align the form in center of the page. I have small text heading on top and some text under the flash form and they're aligned fine on center (using <center>), but the flash from doesn't wanna move from lef...more >>

CF MX 7 Dev Edition/IIS Flash Remoting Setup
Posted by snewman at 8/7/2005 12:00:00 AM
I've spent days searching around for information on how to get Flash remoting to work on my ColdFusion MX 7 Developer's Edition on IIS/XP Pro setup. I've tried it on Apache, IIS, reinstalled CF using JRUN, reinstalled CF as standalone, installed both the Actionscript 1.0 and 2.0 remoting compo...more >>

Now() only updating at 08 past the hour
Posted by ThomasWood at 8/6/2005 12:00:00 AM
I am currently writing a cfc that is called from with flash using remoting. It is pretty basic and works ok, just puts info into a database on a click, then returns a variable so on and so on.... The problem is that one of the fields in my database is filled using the Now() function. That info...more >>

problem with SQL Date_Format and remoting
Posted by targetplanet at 8/4/2005 7:30:12 PM
my query in a cfc function : SELECT blogId, blogTitle, DATE_FORMAT(blogDate, '%c/%e/%y - %l:%i %p')# AS dateL, regNicName FROM zr_blog, zr_reg WHERE bcatsId = #cat# AND arcived = 0 AND private = 0 AND zr_blog.regId = zr_reg.regId ORDER BY blogDate DESC ...more >>

Display Images
Posted by vguruindia at 8/4/2005 12:59:42 PM
:brokenheart; Sir, I am working on ColdFusion and I have to display images from a database. 1 ) My question is how do i store a image in a database? 2) how do i display it using coldfusion server &dreamweaver Please reply me back.. C.Guruprasad (vguruindia@yhaoo.com) ...more >>

Help With pulling flash forms in Coldfusion
Posted by scribblescribes at 8/4/2005 12:31:41 PM
I am new to Coldfusion and seek some guidance. I have just made a Flash format from in coldfusion, but am having a difficult time getting that form to send its data to a query on a results page. I am sure I have to map out the variables some how but that is where I am having the trouble. The f...more >>

CFMX7 and Flash Player 8
Posted by walker25419 at 8/2/2005 10:35:34 PM
I have downloaded the beta of FlashPlayer 8 and so far no problems. Does anyone know if the "soon to be released" updater for CF7 will enable <cfinput type="file"> for flash forms? The player supports it. I would really like to test this functionality. I have done some searches and can...more >>

Link to a page (tab) in tabnavigator
Posted by Nixii19 at 8/2/2005 10:21:41 PM
Is there a way to have a link to particular tab of the tabnavigator where on following that link , it would open a page containing tabnavigator and the linked tab would be focused?...more >>

Passing Multi Dimension Array to CFC from Flash
Posted by DaveHCYJ at 8/1/2005 12:00:00 AM
Passing a single dimension array works just fine, but is there a way to pass a multi dimension array? Your thoughts/help would be greatly appreciated. Here is what I am trying just to test things out: <!--- my cfc that dumps the variable to a file just so that I can see if it is re...more >>


DevelopmentNow Blog