Im trying to send an email from a swf using PHP. The data is received from dynamic text boxes in the swf with variable names:
_global.Email
_global.FirstName
ToCharity
Company
the php code recognises the “$ToCharity” and “$Company” correctly, but for the other two it prints the following instead of the actual textbox content: “Email” and “FirstName”
Im not a rocket scientist but my gut feeling tells me it has something to do with the “_global” part. Is there something to work around this?
Where should these variables be shown, in the swf?
What’s happening now is that the email is sending the same message - blank variables, but the “_root.EmailStatus” in the swf does not show any response.
It maintains a previous text entry of “Sending… one Moment Please…”.