PDA

View Full Version : [ASP]Using a Checkbox in Flash to input into a database



wish7
April 30th, 2004, 07:39 AM
I have seen and gone through the Flash/ASP database connection tutorial that is on the Kirupa site, but I don't really get how to assign variables to checkboxes (especially) or other components in Flash MX and collect that in a database.

Digitalosophy
April 30th, 2004, 03:21 PM
www.ultrashock.com

follow the UI Component Tutorials, the ASP will be the same only you will have to add the checkbox value



myCheckBox = Request("checkbox")


once you have your movie set up feel free to post and i will take a look at it