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?

