Reply to topic

Did this help you at all?
Yes
100%
 100%  [ 2 ]
No
0%
 0%  [ 0 ]
Total Votes : 2

How To Get CFFORM Flash To Work For Your Site
jsmall26


Joined: 13 Feb 2008
Posts: 2
Location: Tucson, AZ
Reply with quote
It took some digging and searching and luck to figure this out. If you already know this, then skip to the next topic, but for those of us that don't, here's how to get flash forms to work for you...

Here's what I did and it should work for you...

1. Create a scripts folder under the root of your domain.

The next step requires access to a CF8 CFIDE/Scripts Folder (I have a dev copy of CF8 running on my computer).
2. Copy the entire contents of the C:\Coldfusion8\CFIDE\Scripts to the root\scripts directory you created in step 1.
3. Edit a .cfm and following to your <CFFORM> tag. Here's the complete code of what I did just to test it.

<cfform method="post" preloader="yes" format="flash" height="400" width="600" skin="haloblue" scriptsrc="/scripts/">
<cfinput name="FirstName" type="text" label="First Name" width="60" />
<cfinput type="submit" name="submit" value="Send Details" />
</cfform>

If you don't have access to CF8 CFIDE/Scripts files, let me know and I'll email you a zip file of them if you want. I wrote this "for the rest of us". If you have any problems, please let me know and I'll do the best I can to help you out. Smile
How To Get CFFORM Flash To Work For Your Site
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic