God, my sql/asp/flash login problem! god i need your help!

Hi everybody. I am developing a website for a company and need a login system utilizing mysql/asp/flash. I followed the following tutorial on the bottom.

http://www.kirupa.com/developer/actionscript/authentication.htm

Ok first of all, the thing works when there is only one swf (meaning that there is no external swf loaded in a swf using level). I have member.swf and members_login.swf. member.swf is nothing more than a background images. And member_login.swf is where all the code and the input text boxes reside. When I test member_login.swf (embedded in html)alone I see the interaction between server and swift file, however when member_login.swf is loaded through member.swf the interaction suddenly disappears. God how can I fix this problem?

I’m sorry, but God is on another call at the moment. Can I take a message?:smirk:

:lol::lol::lol:

well, i have one more question added to this one:

the SQL script/commands do not work on mySQL admin page.
i get an error back when i input:


CREATE TABLE auth (
  userid
    int(4)
    unsigned
    zerofill
    DEFAULT '0000'
    NOT NULL
    auto_increment,
  username varchar(20),
  userpassword varchar(20),
  PRIMARY KEY (userid)
);[FONT=Arial]
[/FONT]

i could add it manually but i don’t know how to read this code…
what is it asking for exactly??

thanks!!!

:ear: