all groups > macromedia flash sitedesign > march 2004 >
You're in the

macromedia flash sitedesign

group:

Flash and asp


Flash and asp DarryBoy
3/27/2004 6:41:32 PM
macromedia flash sitedesign:
I'm working on a windows server and will use asp. The form I created goes
from one question to the next www.foodmatters.co.za Click on 'REQUEST THE
BEST' All the data that a user fills in will be posted to an access table.
If a user fills in the data and goes from one question to the next will the
data posted to the table be correct?

Can anyone send a link to a tutorial regarding field validation in Flash MX?

Thank you in advance.

Re: Flash and asp jezC
3/27/2004 8:46:22 PM
clicked your REQUEST THE BEST link, and it comes up with a 'under construction'
page.

Each variable you capture will need to have a unique name. What you do with
it, is dependant on how many questions, i.e. post it all at once to the asp, or
after each question? If it's not too much, collate it, and do one post.
Re: Flash and asp DarryBoy
3/28/2004 3:49:23 PM
I have updated my page so now you can see the form. Sorry for the
inconvenience.

Every field I must give a variable name even though I have given it a name
do you mean?

Do you have any links on a field validation tutorial for asp?

[quoted text, click to view]

I'm working on a windows server and will use asp. The form I created goes
from one question to the next www.foodmatters.co.za Click on 'REQUEST THE
BEST' All the data that a user fills in will be posted to an access table.
If a user fills in the data and goes from one question to the next will the
data posted to the table be correct?

Can anyone send a link to a tutorial regarding field validation in Flash MX?

Thank you in advance.

Re: Flash and asp jezC
4/27/2004 5:18:26 PM
Hi Darryboy - sorry for the late reply, been on holiday. OK, have now seen what
you have done .... You can restrict the values of the text boxes by using
TextField.restrict. You can control the validation of the information
controlled by also using if statements, ie if a certain format hasn't been
used, then don't display the continue button etc. It will be easier to do the
validation in flash, rather than the asp.
AddThis Social Bookmark Button