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

update access db from flash app
Posted by doof moof at 5/28/2005 12:00:00 AM
Ok this is like a two part app. One app to view details about bands gig listings; this part i have working fine. The other app is to allow bands to updae their list off gigs. This is where i am having problems. I have used UI components to make up the app interface: text input and text are...more >>


Flash Form doesn't work in table cell
Posted by nm1m at 5/26/2005 12:00:00 AM
In IE, whenever I put a flashform into a table Cell, the flashform does not display. (This is a problem, since my website uses tables extensively to control page layout. Converting to CSS layout controls is not practical at this time.) Incidentally, the form displays just fine in Netsca...more >>

After applying patch still can't make scaleTo work!
Posted by Nafiganado at 5/24/2005 12:00:00 AM
:frown; I take user names from database query and corresponding numbers. I want to output user names by vertical, so I use "horizontalbar" in cfchart series tag (instead old-versioned "rotated"). Everything would be good, but NOT ALL user fit my graph and are displayed at the top of chart,...more >>

Flash remoting, getService() problem with dotted directories
Posted by osr at 5/24/2005 12:00:00 AM
Hi all, I have a problem invoking a CFC function on a server. When invoking a CFC file from flash (or not) you refer to the file with dots (.) instead of slashes ( /), which gets me to my problem. My CFC file (cfcfile.cfc) is located in a directory on the server which contains dots ie "somet...more >>

upload form in flash
Posted by lemmings_15 at 5/24/2005 12:00:00 AM
Hi all, some one can explain me if it's possible to upload with a form made in flash with coldfusion MX7 ? thx a lot. ;-) lemmings ...more >>

Flash error when creating charts and graphs
Posted by ICI-MASA at 5/24/2005 12:00:00 AM
HI, i was about to try and get the coldfusion graph generator to work so I found this simple script to get a graph showing on the web: But when I run it the page hangs and I get a flash ad-on error! <cfchart format="flash" chartheight="300" chartwidth="500" showborder="yes" show3d="y...more >>

Flas Forms Not Loading In Secure Site
Posted by nerd_boy at 5/20/2005 12:00:00 AM
Have been working with the CF7 flash forms for a little bit and everything has been fine until now. I have taken a page which was working fine under http and have moved it to https. Now the flash form will not load. It does not even get to the point of the Iniatizing Bar thing showing up. The ...more >>

tabnavigator and the Tab Label width
Posted by BretHobbs at 5/20/2005 12:00:00 AM
Is there any way to create a Tab and control the width of the label. I have a tab form I wish to create using the tabnavigator. The tabs are labeled PM4 and Due-In Financial. I would like to control the width so that PM4 appears to take up less room on the form than Due-In Financial. That ...more >>



CFFORMS Flash Dynamicaly using a check box
Posted by GeorgeWS at 5/19/2005 8:12:34 PM
How do you show a check box, checked or unchecked when chosing from a list box that calls a CFC. I have grid with names and when you select a name some text fields are filled in with details about that person I want there to be checkboxes also; but I dont know how to make it checked if the dat...more >>

CFGridUpdate
Posted by malavite at 5/19/2005 2:00:20 PM
Is it possible to pass hidden variables with the CFGrid and do a CFGridUpdate using that hidden variable? Or even better yet, is it possible to default a value in a CFGrid cell. I'm using the Flash format, not applet. Seems like this should be a built-in thing but I can't find it in the hel...more >>

CFform Button Submit.
Posted by akulla at 5/19/2005 1:00:18 PM
I have a form works will however I have noticed that the submit button doesnt work when the enter key is hit, the button is selected (hilited), is there a script I need to add etc. If anyone knows the answer please post, Thanks. Roger ...more >>

Disable Field in Flash Form?
Posted by arastra at 5/17/2005 12:00:00 AM
Hi I have a FlashForm with just regular input fields and with radionbuttons. I want to disable one of the Inputfields if the User selects a certain Radion button. This happens before the user submits! I can't use java or actionscript because I'm using a FlashForm. May be it works with t...more >>

Validating 2 password fields in flash form.
Posted by akulla at 5/17/2005 12:00:00 AM
I am creating a standard signup page with 2 password fields -- in order to validate the password was entered correctly, is there a way to compare the two fields before submission within flash forms without using JS, or Server Side. Thanks Roger ...more >>

Error with a flashform
Posted by Herbenator at 5/17/2005 12:00:00 AM
I'm getting this message "A function in the code exceeds the 64K byte limit (actual size = '65604'). Since the problem occurs in the compiler-generated deferred instantiation code, please refactor/componentize portions of this document." What does it mean? And which function? Good so...more >>

Reading Flash Shared Object from Cold Fusion
Posted by oajeadeg at 5/16/2005 8:40:26 PM
Is there a way that Cold Fusion can access Flash Shared Objects? I'm trying to create some "keep alives" in order to determine when my application should log out a user if they've been idle for "X " minutes. ...more >>

Loading Flash files from a database in cf
Posted by exey at 5/16/2005 7:52:26 PM
here is my question i hope someone can help. I am currently working with a company that developed over 200 cold fusion sites all tied together. the users can pretty much create a website using the cf app. anyways, they can create a logo but the problem is that it is only able to be uploaded ...more >>

flashservices only works on root ip
Posted by 305spin at 5/14/2005 12:00:00 AM
We have an application that uses flashservices/gateway cfc in flash that worked fine on the cfmx 6.1 server. We just moved it to a cfmx 7 on win2003 iis 6 server and the website will not connect through flashservices. It will connect via the default website ip with the /domain directory in the...more >>

Dynamic Field Names in a Flash Form
Posted by OldNapkin at 5/13/2005 12:00:00 AM
How can I build a Flash Form with dynamic field names based on query results? For example, lets say I want to make a list of names with a checkbox beside them. The names are in a database. It works in HTML, but evidently I don't understand how Flash interprets CF variable. How can I change ...more >>

CFSELECT and Bidning in Flash Forms
Posted by tgibbons72 at 5/10/2005 12:00:00 AM
I am trying to use a text bind to display the mulitple values selected from a CFSELECT box. I can get the last selected value to appear with bind="{sourceName.selectedItem.data}" - but when (as the instructions say) I put selectedItemS (capital "S" added for effect here), as in bind="{sour...more >>

Converting uploaded files to FlashPaper w/CFMX 7?
Posted by smittyPixel at 5/9/2005 12:00:00 AM
I am developing an e-learning application with Flash MX 2004 Professional and ColdFusion MX 7. I understand that the <cfdocument> tag can output documents, reports and webpages to FlashPaper/PDF formats. However, I have been unsuccessful in determining if the new version of CF can an will al...more >>

Flash form does not work
Posted by MCL97 at 5/6/2005 12:00:00 AM
Hi, I installed the developer version of CF 7.0 with its built-in webserver, and I was trying the new flash form functionality, but each time I added format="Flash" in my cfform, the following error message comes up. Is this because flash form doesn't work on the CF built-in server? R...more >>

cfformitem text problems
Posted by falcondh at 5/5/2005 7:46:47 PM
I am having a problem with making a flash form and using the cffformitem tag. When I use the following code, the text does not show up on the form below. I have also tried html. Also, there is a little clock mouse pointer on the flash form as well. Is that the standard mouse pointer on fl...more >>

Flash forms load in Netscape, but not in IE
Posted by nm1m at 5/4/2005 12:00:00 AM
I have a few Flash forms that I have developed in Netscape. However, when I try to load them in IE, I get nothing. The rest of the page loads just fine, but the Flash form part doesn't load at all. No hourglass, no flash outline, nothing. And when I right click the area where the form shou...more >>

Serving 'non-traceable' mp3s
Posted by zorg at 5/3/2005 4:41:11 AM
Ok (I know this is a cfcontent question - but I'm hoping someone has done this in flash and can help), I've been trying to use FLASH as an mp3 player (to help over come illigal downloads/saving) but my issue arrises in that (a) I need to pass the path of the file to the player and a 'view so...more >>


DevelopmentNow Blog