Hi there
I’m working on my first flash ASP project and have a question about passing variables from flash to an asp page. Can I write a call to an asp page with variables in the url?
saveEntry_lv.sendAndLoad("save_student.asp?student_id="+userID+"&login_name="+loginName+"&password=&user_name="+friendlyName, saveEntry_lv, "POST");
It’s not working and I don’t know if it’s because I’ve got something big wrong here or if the syntax is bad.
please let me knowing if I’m just barking up the wrong tree.
Thanks a ton in advance