-
Hi Ruffle developers, I have many educational flash quiz programs that pass the quiz results as variables to a php mailer that sends them to the teacher (me). However, this does not work in Ruffle. The php script does not receive/recognise the information. Is there a work around I can use? The variables are loaded into a moviclip called "summary". function fillForm() {
} Here is the bare bones of the actionscript 2 'end' function: function end() { The php mailer simply receives the variables and processes them. For example: $data1=$_POST["realname"]; All of this worked a dream in Flash, but not using Ruffle. I would love to contribute to the development, but I fear that the programming required is waaay beyond my level. The job you're all doing is fantastic. If anyone could help with Flash >>> php I would really appreciate it. Cheers, Charco |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This was discussed more in #2584, and I found the cause of the issue and opened #10545. The problem was fixed soon afterwards so this should be working fine now. |
Beta Was this translation helpful? Give feedback.
This was discussed more in #2584, and I found the cause of the issue and opened #10545. The problem was fixed soon afterwards so this should be working fine now.