This is my first time using flash forms and I can't get the form to show up. I initially started with complex form thinking that there would be no problem, but I was greeted with a blank white page in Firefox and IE just laughed at me while it was loading and loading and loading...etc. (I have yet to get a time out on IE). Anyway, I then when with something simple: <cfform format="flash" action="formdump.cfm"> <cfinput name="DateInTheaters" label="Release Date" type="text" width="150" /> <cfinput name="btnSubmit" type="submit" value="Process" /> </cfform> I still get the same response...NOTHING! So I went and Updated my CF7 (on an IIS 6 Server 2003) to CF7.0.1 and I'm still having the same issues. I have the virtual directory (CFIDE) set on my dev site as well. Is there something else that I'm missing that I haven't set up? I'm wondering if I didn't install a component or something with I installed CF7, but it's been so long I can't remember.
what was the solution please? did you have to install the flex.war? i tried setting available to true for generate accessible swfs in flex-config.xml but that didn't work.
My solution was staring me in the face. I did a view source and saw that the it was referenceing the "CFIDE" in a different place than I had set it. I set the "CFIDE" to the subdirectory that I was using as the main site, but Coldfusion was referencing it one directory up. So I reset the "CFIDE" to be in the 'Main Root" and it worked. I hope that my description makes sense. My new issue is that I can't do an insert with the cfgrid. :-]
Don't see what you're looking for? Try a search.
|