|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
XML/Flash survey
I'm trying to create a flash based survey using XML and I'm running into a wall as far as programming goes. I need to have the capability to have an infinite number of survey questions depending on the XML file (which will probably be written from a database) Each question can have up to 10 choices. I need to know how to read in the XML data, have dynamic text fields update with the question and have instances of a button visible/invisible as needed. One a user makes a selection, it moves on to the next survey question. Any help would be great. I'm a creative designer assigned to some programming slighty over my head.
Here is what I'm doing with my XML file: <?xml version="1.0" encoding="iso-8859-1" ?> <xmltest> <question> <id>GENDER</id> <caption>Where gender are you?</caption> <answer> <id>1</id> <caption>Male</caption> </answer> <answer> <id>2</id> <caption>Female</caption> </answer> </question> </xmltest> And so on and so forth... Help me, please. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > XML/Flash survey |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|