all groups > coldfusion flash integration > may 2007
Adobe Real Estate example -- godaddy
Posted by Wilsonming at 5/31/2007 2:08:47 AM
Hi all,
I ve been going throuhg the Adobe Realestate example and its pretty swee, but
I have ran into a majore stumbling block, im pretty new at coldfusion but I
have found out that my domain and hosting service do not support cfobject.
I was wonding if you guys that are super smart out t... more >>
Dynamic Tabs with Dynamic Grids
Posted by Jim Schell at 5/30/2007 7:33:43 AM
Hello all,
I have what is probably a simple problem for you but not for this CF
Neewbie.
I am creating a tab form that has sub tabs, this part works no problem, and
on the sub tab I need to display a cfgrid.
Problem is when I make this dynamic, ie the parent tab gets it's name from a
... more >>
ActionScript3 to CFC
Posted by Chuck1411 at 5/25/2007 12:52:15 AM
I'm currently constructing an object in ActionScript, and then passing it to a
function in the CFC, and the Object is passed according to the ServiceCapture
program, but not the name of the variable. Though all the items within the
object have their names and value pairs.
On the receiving... more >>
Trying to BIND data from Oracle
Posted by slider6 at 5/24/2007 3:43:32 PM
This should be very simple, but it is giving me a lot of problems. I am
returning data from Oracle into a datagrid, then I am trying to use the BIND
attribute on the CFINPUT tag to display the data. The data will not display,
if I change the datasource to something else (MS Access), it works... more >>
CFcalendar onchange submit form
Posted by m NO[at]SPAM dd0g at 5/17/2007 8:21:51 PM
I'm trying to use the CFCALENDAR to submit my form using ONCHANGE. I don't
know ActionScript, which is required by ONCHANGE, but was able to find some
code that appeared to work just fine. I was using Mozzila Firefox 2.0.0.3, but
when I use Internet Explorer 6.0.2900.2180 it doesn't register... more >>
CFSelect not working
Posted by webstop at 5/15/2007 3:16:53 PM
I am using flash as my form type and I can't get the option's to show on my
drop down list box without using a query.
<cfform format="flash" width="300" height="500">
<CFSELECT name="CURRENCY" SELECTED="USD" multiple="no">
<OPTION VALUE=1>USD</OPTION>
<OPTION VALUE=2>EUR</OPTION>
<OPT... more >>
cfinput problems in vista/IE7
Posted by pvjedder at 5/14/2007 8:08:32 PM
I recently upgraded to vista and I noticed that I'm now having trouble typing
into cfinputs within my flash-based forms. I saw there was a fix for this for
flex apps, but I couldn't find anything about how to fix this for flash forms.
Basically what's happening is, when typing in an input, it... more >>
cfgrid / cfgridupdate error with an invalid datatype
Posted by magicmerlyn at 5/9/2007 3:14:02 PM
I have a problem using cfgrid.
I'm getting the following error message:
?Error casting an object of type to an incompatible type. This usually
indicates a programming error in Java, although it could also mean you have
tried to use a foreign object in a different way than it was designed.?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CF pass variables to Flash
Posted by lvbao at 5/1/2007 1:54:26 PM
Hello:
Basically I want Coldfusion to pass the server date to Flash. But I get
'#theDt#' instead of the value of 'theDt' please see the code below:
Thank you in advance.
************************************************
theDate.cfm
<cfsetting enableCFoutputOnly="Yes">
<cfset th... more >>
|