I am looking into how to make a dynamic form, where I load some values into an array uisng a httpservice, then a ActionScript function would dynamic add <mx:text> fields to the app.
Can anyone help me out with some code (pseudo) or links to docs ? Donøt know where to look. Also : Is it possible to place <mx:text> and other UI components, over a <mx:Image> ? I'm looking into using a jpg as "background" for the form, so I need to place the UI components on top of the jpg background. Is this possible ? Should I use a canvas with a image or ? Thanks for your help and time Mark

