all groups > coldfusion flash integration > january 2007
Flash form actionscript
Posted by LensterRAD at 1/29/2007 1:59:03 PM
My first experience with actionscript is 3.0 because I recently got heavily
into Flex 2 development. I am working on a new site that has a simple form and
I wanted to play around with flash forms in MX 7.02. I want to validate a
cfselect element by checking for mySelect.selectedIndex. I am ... more >>
Aligning cfformgroup (flash) controls
Posted by PamG at 1/28/2007 12:15:02 AM
I wish I could attach a .jpg to this post; it would clarify what I'm trying to
say. Anyway, here's my problem. I'm creating a form with these basic
elements:
<cfform type="flash">
<cfformgroup type="page">
<cfformgroup type="horizontal"> [horizontal formgroup 1]
... more >>
cfdocument flashpaper javascript problem
Posted by pelican at 1/26/2007 4:43:20 PM
The livedocs say that this will not work with Flashpaper and Javascript. Is
there a way that anyone knows how to change the display:none to display:block
status by using something similar to onclick? Can Actionscript do this inside
the cfdocument? Any ideas would be appreciated. Thanks.
... more >>
Disappearing Form
Posted by johanc at 1/25/2007 6:20:13 PM
Disappearing Form
I use ?
<cfform name="topic" action="ContactForm_action.cfm" method="post"
format="flash" id="topic" height="300" width="350"> <various form fields here>
</cfform>
? and the form is functional on my local machine ( version 7,0,2,142559 ).
However, the form is [... more >>
Actionscript & changing form field values
Posted by Velaria at 1/22/2007 5:49:01 PM
I am building a form using flash forms. I have a particular field that by
default the value is 0.00. I want to make an onchange actionscript that will
dynamically change the form field value to 0.00 if the end user deletes the
value out of the field and leaves it blank.
Please be gentle.... more >>
Flex2 + Coldfusion Components + Date = ?
Posted by Thomas Friedl at 1/19/2007 10:41:52 AM
I'm using Flex RemoteCalls to communicate with my Coldfusion components. Works
fine but today I found a wired "error/bug". Flex sends a date object to
Coldfusion - a trace in Flex shows "Wed Sep 3 00:00:00 GMT+0200 1980". My
Coldfusion log file shows "{ts '1980-09-03 00:00:00'} ". Now the inte... more >>
Datefield activation
Posted by Jim Link at 1/12/2007 5:05:10 PM
I know how to put JavaScript code into my pages that include Flash objects, so
the user does not need to click the movie to activate the ActiveX Flash viewer.
But I am not having success figuring out how to do this same thing with the
datefield (Flash) form control. It appears that the Cold... more >>
Form data has expired
Posted by Ghis at 1/12/2007 1:26:30 PM
I have a Grid using onChange as below:
onchange="getUrl('SpecificAccount.cfm?count_id=' +
getTodaysGrid.dataProvider[getTodaysGrid.selectedIndex]['count_id']);"
Once the item is selected, the SpecificAccount.cfm page is opening properly.
So far it's working great. Now if I am going back ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Two questions (semi-newbie)
Posted by WolfShade at 1/10/2007 7:22:11 PM
Hello, everyone.
I have two questions involving the Flash Forms in CF7.
1. For the built in validation, the messages are coming up in mixed order.
(ie, if the required fields are FirstName, LastName, Street, City, State, Zip,
Phone, Email, the messages come up LastName, Email, City, Sta... more >>
RSL Load Failed
Posted by splender81 at 1/5/2007 3:13:32 PM
I am developing an intranet for my institution and have uploaded my site from
my development workstation to the server. The server is a windows 2000 box
running IIS. When I browse to any page that contains a flash form they do not
load. I keep getting this RSL Load Failed message that displ... more >>
Pass URL Parameter from html form to flash form
Posted by keann at 1/2/2007 3:00:18 PM
In CF, I have a link to a form to update a students attendance;
takeattendancehv1.cfm?StudentID=#allstudents.StudentID# . I'm using a flash
form in takeattendancehv1.cfm to populate the studentID. On the flash form, the
studentID appears on the form, but when I submit the form, I get this erro... more >>
swfs dont show in my web pages
Posted by namtax at 1/1/2007 8:30:20 PM
hi, i have a bit of an issue and cant figure out why this isnt working..
Anyway i have used adobe captivate to produce a swf and html of my video
tutorial.....i have put the swf onto my web browser...but when i open the html
page the video doesnt appear. Its there in dreamweaver, and it plays ... more >>
|