# Actionscript based user forms

**URL:** https://forum.kirupa.com/t/actionscript-based-user-forms/290712
**Category:** flash
**Created:** [June 18, 2009, 4:15pm UTC](https://forum.kirupa.com/t/actionscript-based-user-forms/290712 "2009-06-18T16:15:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![l\_kris06](https://avatars.discourse-cdn.com/v4/letter/l/8baadc/32.png) [@l\_kris06](https://forum.kirupa.com/u/l_kris06)
#### Post date: [June 18, 2009, 4:15pm UTC](https://forum.kirupa.com/t/actionscript-based-user-forms/290712/1 "2009-06-18T16:15:58Z")

</div>

Hi all,

I need to build a web application in flash, the gist is the application takes users inputs and generates a network diagram based on that inputs.

I actually coded the entire application in JS DOM and PHP GD, and client comes back saying they cant support PHP (IT restrictions). So now am back to square one,  
wondering, how to draw network images. JS cant do it. So i stumbled upon Actionscript.

So if i were to code an application entirely in actionscript,

My questions,

1. Does actionscript provide me a way to create input fields (select, text,  
textarea…etc)
2. Would i be able to use these user inputs from Question 1 to generate a network  
diagram ?
3. Can actionscript do Question 1 and 2 without needing support from a server side  
scripting language like PHP ?

If somebody can help me understand, that would be very helpful. Thanks.

Rgds,  
Kris
