The shopping cart problem:
I am trying to get data from Flash to a php file.
Each item has its own Flash page.
The user selects the number of units of each item and its color.
The user then clicks on the handbag logo to go to a php page where ALL the items to be purchased will be displayed. On the php page, the user will then confirm address details etcetera.
The item number is in a static text box.
The number of units is in an input text box.
The colors are in a combo box.
What I need to know is how to get these three details from the Flash into the php when the user clicks on the handbag logo button.
I shall probably need to use shared objects because hopefully people may need to but more than one item!
Any help will be most appreciated!
Here is the .fla:
I am trying to get data from Flash to a php file.
Each item has its own Flash page.
The user selects the number of units of each item and its color.
The user then clicks on the handbag logo to go to a php page where ALL the items to be purchased will be displayed. On the php page, the user will then confirm address details etcetera.
The item number is in a static text box.
The number of units is in an input text box.
The colors are in a combo box.
What I need to know is how to get these three details from the Flash into the php when the user clicks on the handbag logo button.
I shall probably need to use shared objects because hopefully people may need to but more than one item!
Any help will be most appreciated!
Here is the .fla: