Hello
I am a newcomer to Flash, but I have recently bought a site which I am now trying to customise.
I have an ASP script (which sort of works) and which I need to use with the contact form built-in to my Flash interface (the fields are Name, Email, Country, and Message).
I understand that the ASP script lies between the Flash interface and the server which, I image, requires me to have a separate ASP file in the same way as I would with a normal HTML interface.
What I am unsure about is where I insert, in the Flash interface, the script which allows me to connect to my ASP page? (The vendor suggests I use PHP, but that is unchartered territory.)
For example, I use this: Server.Transfer "whatever.asp" in my existing site to link to a CDONTS email script and an MS Access database. My script also checks that the email address which is input is a valid one, and JavaScript places the cursor in the first field in my online form.
Where do I insert this kind of script in Flash?
Many thanks.
Steve
I am a newcomer to Flash, but I have recently bought a site which I am now trying to customise.
I have an ASP script (which sort of works) and which I need to use with the contact form built-in to my Flash interface (the fields are Name, Email, Country, and Message).
I understand that the ASP script lies between the Flash interface and the server which, I image, requires me to have a separate ASP file in the same way as I would with a normal HTML interface.
What I am unsure about is where I insert, in the Flash interface, the script which allows me to connect to my ASP page? (The vendor suggests I use PHP, but that is unchartered territory.)
For example, I use this: Server.Transfer "whatever.asp" in my existing site to link to a CDONTS email script and an MS Access database. My script also checks that the email address which is input is a valid one, and JavaScript places the cursor in the first field in my online form.
Where do I insert this kind of script in Flash?
Many thanks.
Steve