all groups > coldfusion flash integration > march 2007
Control Value not Seen in getURL
Posted by Mark Forsberg at 3/29/2007 3:10:06 PM
I am using the following command to send parameters to a cfc with flash
remoting;
myService.deleteDelivery('#APPLICATION.dsn#',id.text,'#deleter#'
,'#APPLICATION.dsn2#',reason.text,extDelNo.text,unit_no.text,product_code.text,s
hipped_date.text);
id, reason,extDelNo, unit_no, product_c... more >>
Flash form background color
Posted by pushinluck at 3/24/2007 1:45:23 PM
How can I change the background color in a flash form? My current form settings
do not work.
<cfform name="Submit"
format="flash"
width="270"
height="150"
skin="halosilver"
action="search1.cfm"
method="post">
... more >>
submitting data from a flash form in coldfusion
Posted by wallenb at 3/21/2007 8:41:41 PM
:confused;
I am completely new to using flash forms in coldfusion web applications. I
created a <cfrom format=flash> type form with a number of text input fields,
checkboxes and radio buttons. Now I simply want to submit the form to obtain
the data to put into a MySQL database and to use... more >>
Flash Remoting not working
Posted by david_sternberg at 3/20/2007 6:55:36 PM
Ok, so I tried the hello world example below and still can't get it to work.
When I use cfinvloke to test it works via web browser.
http://www.adobe.com/devnet/coldfusion/articles/startremoting.html
Here is my Code:
import mx.remoting.*; // I switched to this instead of the old #includ... more >>
CFMX7 app not working on server
Posted by lgschulz at 3/20/2007 2:54:28 PM
I created a CFMX7 application on my pc but when it was loaded to the CF server
to be deployed it's not working. I have the debugging turned on, but it
doesn't say there is anything wrong.
IE gives an error that there is an expected object on line 84, but I have
checked the coding and don... more >>
Flashing Remoting Help
Posted by david_sternberg at 3/20/2007 2:09:49 PM
Will someone please provide some links that show exactly how to access a
coldfusion component using the most up to date methods. I am using Flash
Professional 8. All the docs I find are for Flash 2004 MX which don't jive
completely with what I am using. Also examples using #include "NetServic... more >>
cftree flash format
Posted by Gekko64 at 3/9/2007 1:43:10 AM
I have a client who is griping that they have to click on the arrow on
the cftree(flah format). Is there a way to allow them to click on the
folder or the whole row to open instead of the arrow? All help is appreciated.
Thanks,
SC
... more >>
getURL in Flash Form
Posted by Mark Forsberg at 3/6/2007 5:04:42 PM
I'm trying to use getURL to pass a value to another template. I'm having no
luck. the URL variable cfgridkey is "undefined".
<cfsavecontent variable="getRecord">
getURL('comment.cfm?cfgridkey=' +
searchResults.dataProvider[searchResults.selectedIndex]['COMMENT_KEY'],'_self');
</cfs... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Flash Remoting Call Does Nothing
Posted by Mark Forsberg at 3/5/2007 11:23:23 PM
I am using the following code to call a cfc and fill a datagrid.
<cfsavecontent variable="getData">
//create connection. Should be installed by default with CFMX7 with correct
path
var connection:mx.remoting.Connection =
mx.remoting.NetServices.createGatewayConnection("http://#c... more >>
|