snakehips2000
Programmer
I'm a Flash novice and am trying to replicate the Login sample shipped with Flash 8 by using SendAndLoad to pass the username and password variables to an ASP file on my local testing server as my website is not yet up and running. Can I do this?
I'm running IIS 5.0 and have the .fla, .swf, .htm, .mdb (Access database), and .asp files all in the following folder:
D:\Inetpub\
I've tried the following but when I run my compiled Flash movie from a browser (i.e. using the .htm file), I'm unable to retrieve records that I know to be in the database.
login_lv.sendAndLoad(" result_lv, "POST");
I've checked the syntax of the ASP file and all seems to be OK, including the ADO /SQL statements.
I've developed my site with Dreamweaver and configured my "Testing Server" as follows:
Testing Server Folder - D:\Inetpub\URL Prefix -
Any help appreciated.
I'm running IIS 5.0 and have the .fla, .swf, .htm, .mdb (Access database), and .asp files all in the following folder:
D:\Inetpub\
I've tried the following but when I run my compiled Flash movie from a browser (i.e. using the .htm file), I'm unable to retrieve records that I know to be in the database.
login_lv.sendAndLoad(" result_lv, "POST");
I've checked the syntax of the ASP file and all seems to be OK, including the ADO /SQL statements.
I've developed my site with Dreamweaver and configured my "Testing Server" as follows:
Testing Server Folder - D:\Inetpub\URL Prefix -
Any help appreciated.