Ask a Question related to Coldfusion Flash Integration, Design and Development.
-
Samuria #1
Flash Forms
I am looking at using flash forms but if I drag a window onto the
stage and then put text into it just goes behind it.
Anyone got a beginners guide? Is it all done with action script or at
author time. There seems very little info in any coarse or on the net
about flash forms( I mean flash forms as in new file and then choose
forms)
Samuria Guest
-
Flash Forms Help
When using flashing forms along with tab navigation, is there a way to set which tab to be active upon loading the form? For instance I have a... -
Flash Forms.....
I was curious how to get a full date time in the <cfinput type="DateField"/> tag to give the time as well as the date. Is there a way to get the... -
Converting existing forms to the Flash forms
I have forms and I change all the tags on them, but they don't change to the new 'Flash forms' in CFMX 7. Any ideas on this? -
EMBEDDING FLASH MOVIES INTO FLASH FORMS
Is there a way? EMBEDDING FLASH MOVIES INTO FLASH FORMS -
Can you use flash forms on a cd
Hi, I want to create a form on a cd that the customer can fill in and send the information to us. Does anyone know how to get the information sent... -
freyacomm #2
Flash Forms
Ok I've got the following test form working almost. Whenever I used a value in
bracket notation as the value for the cfinput element all the checkboxes are
checked. Even if I specifically set the checked attribute to no. Can anyone
shed some light on how to have them not checked?
<cfquery name="qry" datasource="cfbookclub">
SELECT AUTHORID, FIRSTNAME, LASTNAME, BIO, ISSPOTLIGHT FROM AUTHORS ORDER BY
AUTHORID ASC
</cfquery>
<h2>cfformgroup Example</h2>
<cfif IsDefined("form.oncethrough")>
<h3>The form submitted the following information to ColdFusion MX:</h3>
<cfdump var="#form#"><br><br><br>
</cfif>
<h3>A Flash form using cfformgroup tags</h3>
<cfform name="myform" height="450" width="500" format="Flash">
<cfformitem type="text" height="20">
Fruits:
</cfformitem>
<cfformgroup type="tile" width="200" label="Tile box">
<cfformgroup type="repeater" query="qry">
<--- Flash requires unique names for all controls --->
<cfinput type="Checkbox" name="chk1"
Label="{qry.currentItem.FIRSTNAME}" value="qry.currentItem.AUTHORID}">
</cfformgroup>
</cfformgroup>
<cfformgroup type="horizontal">
<cfinput type = "submit" name="submit" width="100" value = "Show
Results">
<cfinput type = "reset" name="reset" width="100" value = "Reset
Fields">
<cfinput type = "hidden" name="oncethrough" value = "Yes">
</cfformgroup>
</cfform>
freyacomm Guest
-
genegodsey #3
Flash forms
I was curious how to get a full date time in the <cfinput type="DateField"/>
tag to give the time as well as the date. Is there a way to get the time
with a possible DateFormat?
Thanks,
Geno
genegodsey Guest



Reply With Quote

