Yes, If you want to dynamically create forms based on some imported data there shoule be no problem with doing that. Other than going around in circles with the Flash Studio interface and help files of course ;-)
You don't even need to create a separate movie clip for each form element. As long as you have a library object for each form field type, you should be able to manipulate them using ActionScript much in the same way as you can manipulate HTML form fields with JavaScript. Spike > -----Original Message----- > From: Justin MacCarthy [mailto:[EMAIL PROTECTED]] > Sent: 21 August 2002 18:30 > To: [EMAIL PROTECTED] > Subject: RE: [ cf-dev ] Question for Flash Gurus... > > > Hi Rich, > > > what are you trying to do? > > Its an academic question really. I'm thinking of reading a > XML file and building a form based on the content. > > > You can however create movieclips on the fly.. > > Would it be possible create movieclips for each input type > and then add them as needed to a form? > > Justin > > > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] For human help, e-mail: > [EMAIL PROTECTED] > > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
