Skip to main content
T_Townrampage
Participant
September 18, 2013
Question

Is it possible to create a contact form via Flash cs5.5 and package out app for desktop?

  • September 18, 2013
  • 1 reply
  • 349 views

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!

This topic has been closed for replies.

1 reply

Inspiring
September 19, 2013

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.