Groups | Blog | Home


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 > january 2006

<cfinput> tag checked problem in cfform type=flash!
Posted by cfmlguy at 1/31/2006 2:01:51 AM
Hi, I have a cfform of type=flash and trying to use the checked parameter in a radio button but it does'nt seem to work! <cfinput style="fontSize:12;" type="radio" name="myvar" value="somehting" label="something" checked="true" /> Tried checked, checked="yes" but no luck! Are the...more >>


CFGRID paging
Posted by sshriyan at 1/30/2006 3:02:37 PM
Is there anyway i can use paging in CFGRID control. Sinice i have like 2000 records i want to page 50 records per page. I couldn't find any sample online about it. Pls help....more >>

flash form fails to pass to cf page
Posted by braulio! at 1/30/2006 2:44:32 AM
I have a flash form that when submitted passes 4 text fields to www.promegasigns.com/thanks.cfm. The action script for the send button in the flash form is listed below. The flash form is located at the contacts section of the flash presentation @ www.promegasigns.com. We hit the send butto...more >>

Simple Flash/ColdFusion Integration
Posted by Cameron0612 at 1/30/2006 12:00:00 AM
I currently have a mailing list on my site that I've made with ColdFusion. It works fine, however, I'd like to add the form to a Flash portion of the page. I have no idea how to do this. I know Flash and I know ColdFusion, but have no clue how to integrate it. I can make a form in Fla...more >>

How to format a table inside cfform type="flash"?
Posted by cfmlguy at 1/29/2006 11:26:50 PM
I am aware that you cannot use table HMTL tag inside <cfform type="flash>. I would like to get my data to be displayed in a tablular form! How do I do it? I am no actionscript coder but am using flash in coldfusion using <cfform type="flash">! Examples would be welcome! Thanks forum! ...more >>

flash remoting not finding web service
Posted by Diemos at 1/29/2006 4:47:40 PM
I recently tried flash remoting with flash forms and have encountered a problem i've been on for over a day now. I downloaded this sample flash form/flash remoting that pulls the time from the cfc. The problem is live at http://www.aldik.com/quoteSystem/simple-remoting.cfm I've had no luck...more >>

Example to include cfinput inside cfformgroup based on query
Posted by cfmlguy at 1/29/2006 2:44:22 PM
I have a code snippet as follows: <cfformgroup type="vertical"> <cfinput name="a1" type="checkbox" value="a1 desc" /> <cfinput name="a2" type="checkbox" value="a2 desc" /> <cfinput name="a3" type="checkbox" value="a3 desc" /> </cfformgroup> I would like to get the cfinput ...more >>

selected= not working in cfselect
Posted by pilotstevek at 1/25/2006 3:17:19 PM
I am working on my admin interface for a department and I need to have a cfselect actually hilight the value that is passed from a query (like it is supposed to do in the first place). I have tried every variation and am not getting any errors except for the fact that it will not hilight the ...more >>



Flash page for Image handling
Posted by developwin at 1/24/2006 10:44:33 PM
I am a flash ZERO. I need help getting started. I have flash MX but dont know where to begin. I need a flash file which can load an image, dynamically build annotations and hot spots at specific x/y coords, and build a tooltip. The image name can either be passed from HTML or from a databa...more >>

cfgridcolumn and numberformat
Posted by alpla at 1/24/2006 8:58:44 AM
hello! how do we have to use the numberformat function in a flash-cfgrid? we want to achieve international number formats, e.g.: ?123.456,00 within the cfgridcolumn. <cfgrid name="cf_ob_openitmes" query="cf_rs_openitems" rowheaders="False" selectmode="edit" format="flash"> <cfgr...more >>

Tabnavigator Next Button
Posted by doug777 at 1/24/2006 12:00:00 AM
Anyone know how to implement Next/Back buttons so that users can page through the tabs in a tabnavigator? Doug...more >>

Cross domain CF access
Posted by Clacker at 1/24/2006 12:00:00 AM
'lo all, I'm trying to host my .swf file on one domain, but have the flash remoting call CF on another domain (ie totally separate web servers). Is this possible without having to manually configure the player?? Im trying to use a crossdomain.xml file but not having much luck, where-ever...more >>

Re: Flash Remoting ideas for count down timer
Posted by PaulH at 1/23/2006 4:09:43 AM
you missed the point. look at the setInterval() function. ...more >>

Flash Remoting ideas for count down timer
Posted by cfmlguy at 1/22/2006 6:14:03 AM
I have an application where I need to have a count down timer (Think of taking an web exam with timer). My understand with flash remoting is that it communicates to the server WITHOUT page refresh! So I thought why cant I do this timer with flash remote? But I am raw and new to flash remoting!...more >>

#include "NetServices.as"
Posted by ChicoBuffalo at 1/20/2006 5:14:42 PM
I have installed Studio 8 and this errors are permanently showed. Ihave ColdFusion 7 and flash remoting also installed. Some one knows what`s going on? Thank`s **Error** Scene=usuario, layer=C?digo, frame=1:Line 46: Error opening include file NetServices.as: File not found. #inc...more >>

Weird Flash Remoting Behavior
Posted by vinco75 at 1/20/2006 4:38:57 AM
Hi there, I've finally been able to understand how Flash Remoting works. It's so great! However I have a strange behavior happening. I'm on Mac OS X with mysql 5.01 as the database When I make some changes on the component called from the services gateway, I have to restart the serve...more >>

Radio Buttons Disabled in Flash Form
Posted by pilotstevek at 1/18/2006 6:20:40 PM
I have a flash form that I would like to make one radio button change the enabled status of another radio button. In my code I have 3 groups of radio buttons, I need to do this: onClick="this.ADMTOUR.id2.enabled=false" I cannot find a way to designate a specific checkbox in a goup. Here is wha...more >>

Coldfusion mail script and flash form question
Posted by Henrikson at 1/17/2006 6:48:49 PM
Suggestions anybody? I have a basic form in flash which calls a cfm script, but somehow the cfm script does not pass on the form content to the server. I am not sure if the sendAndLoad function is missing something or if the cfm script is the troublemaker? Regards, Henrik The cfm scr...more >>

Connecting Flash with the DB thru Coldfusion
Posted by ccstar at 1/17/2006 6:01:42 PM
Hello, I have been creating dynamic pages in ColdFusion and creating databases for years but as of yet I have not done any kind of Flash and database interaction thru ColdFusion. I'm looking for online resources that tell me how, for example, to take a flash click action (user clicking o...more >>

CFGRIDCOLUMN - BGColor (Expression) Problem
Posted by Sven at 1/16/2006 4:10:01 PM
Having issues with using an expression to determine the BGCOLOR in a specific cell using the CFGRIDCOLUMN tag. When I put the expression in the bgcolor parameter the page hangs and never displays. Need to display this color change as the audience requires it. Code as follows. <cfquery n...more >>

CFFORM is Blank
Posted by CFRandy at 1/15/2006 2:03:51 AM
<cfform action="areas.cfm?action=save" method="post" enctype="application/x-www-form-urlencoded" name="areas" preservedata="true" preloader="yes" format="flash" skin="haloblue"> <cfloop query="GetAreas"> <cfinput type="checkbox" name="areas" label="#GetAreas.dacity#" tooltip="Check this ...more >>

NetServices.as not found
Posted by dtubbs at 1/9/2006 10:22:40 PM
Hi. Looking for some good direction here. I'm a coldfusion developer (not much flash experience) We are in the process of upgrading from 6.0 coldfusion to 7.0. Our flash developer (since gone) had developed flash remoting with 6.0 and it worked great. We have since upgraded to Studi...more >>

Print form web
Posted by expertnot at 1/9/2006 5:07:35 PM
I am trying to print via the web to either Adobe Acrobat reader or Flash. Basically, the user clicks a button on the cf page, moves to the next page where the data is collected via a query, and then I cannot get it to ouput properly into either of the mentioned programs. It seems to me thi...more >>

CFGRID Properties
Posted by reya276 at 1/6/2006 3:29:22 PM
Is it possible to have links on a cfgrid (flash form) so that the user can click on an specific row and be sent to a differnt page, if so, can anyone provide a sample page of some form of syntax, I know that there is an HREF tag but I tried it and it does not work like a link would. ...more >>

Coldfusion Chart hides Javascript Menu
Posted by jce1975 at 1/5/2006 8:39:20 PM
I have a coldfusion chart in flash format that hides a javascript drop down menu. Is there anyway to fix this? The javscript drop down menu can be clicked, but it seems to be underneath the chart ... Here is the coldfusion code for the chart: <cfchart format="flash" chartheight="300" cha...more >>

Flashvars And MAC Issue
Posted by SimonBesner at 1/4/2006 10:11:20 PM
Hi, I really need some help with this problem. I have many menu buttons created from a single SWF files. Each Button receive the following parametters via the Flashvars: 1-Caption 2-IsSelected 3-URL Everything's working for PC users but for MAC users it doesn't work at al...more >>

radio buttons and actionscript question
Posted by vjohnston at 1/4/2006 5:38:14 PM
I have a flash form with 3 different questions on it. The third question is only needed if either question 1 or 2 (radio buttons) are answered "Yes" (true). I can do simple enabling/disabling with onclick="{decQuestions[2].enabled=true;}" or onclick="{decQuestions[2].enabled=false;}" Peo...more >>

CFGRID Issues
Posted by reya276 at 1/2/2006 4:54:59 PM
Hello, I'm having a bit of a problem displaying a grid on my page the page loads fine I get no errors yes I don't get the load bar or any display on the page, it's just blank but when I right click it gives me the flash box which displays the flash player info. Here is the code I'm using. ...more >>


DevelopmentNow Blog