FlashMX | ActionScript 2.0
I am using Kirupa_flash_php_email.fla as a model.
Is there any way to perform this function:
form.loadVariables(“emaill.php”, “POST”);
using dynamic text vs. input text?
I am preparing a tutorial/test in which the students enter all ID on the first frame.
The vID is stored until the end of the test, where they will then submit their record of completion to an email PHP.
I have not been able to transmit the variables from dynamic text fields. Kirupa_flash_php uses input files. If I use the form.loadVariables(“emaill.php”, “POST”); on the front-end entry, I will be able to transmit to the ID’s, but without any test results.
Resolutions or Work-Arounds are appreciated.