# ColdFusion/Flash Form

**URL:** https://forum.kirupa.com/t/coldfusion-flash-form/157451
**Category:** jobs
**Created:** [August 2, 2005, 2:49am UTC](https://forum.kirupa.com/t/coldfusion-flash-form/157451 "2005-08-02T02:49:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![h2o](https://avatars.discourse-cdn.com/v4/letter/h/35a633/32.png) [@h2o](https://forum.kirupa.com/u/h2o)
#### Post date: [August 2, 2005, 2:49am UTC](https://forum.kirupa.com/t/coldfusion-flash-form/157451/1 "2005-08-02T02:49:36Z")

</div>

Hello again,

I need a simple ColdFusion/Flash form created, a.s.a.p.

I have already created the the dynamic text fields in Flash. I simply need someone who can create the ColdFusion Form. In fact, I already have a ‘sample’ form, test.cfm. All I need is that you can modify it so it works with my .SWF file.

The form must be “[font=Verdana][size=2]programmed to submit to an address I specify and pass the name and email as form variables? If so, program the form to submit to [http://www.blahblahblah.cfm](http://www.blahblahblah.cfm)”

Here is the file I already have, created:

```auto
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Test</title>
</head>

<body>
<cfcomponent>
<cffunction name="sendEmail" access="remote" returntype="any" output="No">
<--! <cfargument name="body" type="string"> -->
<cfargument name="sender" type="string">
<--! <cfargument name="subject" type="string"> -->
<cfmail to="yourname@yourdomain.com"
from="#arguments.sender#"
subject="#arguments.subject#"
server="192.168.1.1">#arguments.body#
</cfmail>
</cffunction>
</cfcomponent>
</body>
</html>[/size][/font][font=Verdana][size=2]

```

Also, the .SWF that contains the dynamic text fields, is loaded into another .SWF.

I am pretty sure that implementing this would be straightforward for someone who knows their stuff.

Please email me at [hoomannoori03@yahoo.com](mailto:hoomannoori03@yahoo.com) if you are interested. I will compensate you with 15-30USD, as it should be fairly simple and straightforward.

Thanks again,  
Hooman  
[/size][/font]
