I need to create a desktop app for windows. Im using Flash cs5.5 and I wanted to know of an easy to way to create a simple contact form that would work once installed on a desktop/
Thanks guys for any input!
If you want a contact form you can either use StageWebView or HTMLLoader to show an HTML page in your web server with a contact form.
Or you can create the form with Flash textfields and then send the whole thing with a POST request to a PHP script in the server, for example.