PDA

View Full Version : help with a component issue


wanaflash
01-14-2008, 11:40 AM
Hi Guys,

I am having some real trouble with a flash form that im trying to build....

Basically i have used flash for animation but something has come up where i need to use components and i have got a clue where to start...

I have a flash movie which has 2 radio buttons to ask if the user is a male or female then it has 3 radio buttons to ask if they have dry, oily or normal skin then it has a list of 7 checkboxes to add if they are looking to Moisturize your skin etc etc etc...

Now what i need it to do is when the user clicks on the radio buttons the result is the same its when they select a checkbox i need the result to be different.

So if they select the first check box and click submit then they are taken to one page of the site or if they selected the second checkbox they are taken to another page of the site and so on so each check box has a different results page?.

Is this simple to setup and if anyone has any tuts or threads with info like this then that would be ace.

cheers in advance

:)

wanaflash
01-14-2008, 11:44 AM
Sorry forgot to add,,,

Each checkbox has a different results page but also if they click more then one box i need to specify another page for that also. not sure if i can do this part but hopefully i can

:)

cheers

bowljoman
01-16-2008, 03:43 AM
I love objects, so I would create a class representing the user, each click event would set a field, and when the final submit button is pressed, I would extract the properties made from selections, and use those as name/value pairs in a url request.

yoursite.com/select.php?skin=olive&op=moisterize&gender=mail