Question
submitting data from a flash form in coldfusion
I am completely new to using flash forms in coldfusion web applications. I created a <cfrom format=flash> type form with a number of text input fields, checkboxes and radio buttons. Now I simply want to submit the form to obtain the data to put into a MySQL database and to use for various other purposes. I have spent a couple of days surfing the net to find out the simpliest way to do this, but am completely confused on what to do. The Coldfusion documentation makes reference to an ActionScript named submitForm(), but I cannot seem to find a clear explanation of how to use this function. I have also seen some documentation on using getURL() to pass the form data to a cfm, but not sure how to use this. I tried to use the getURL() funciton in the onClick event of a button, but did not seem to work. I know nothing about ActionScript, but have used JavaScript, PHP and ColdFusion to develop dynamic web pages before. If some one could point me in the right direction, or provide a simple example and explanation of an easy way to submit data from a Flash form created in Dreamweaver 8 and ColdFusion 7 it would be greatly appreciate.
