I've searched the web and this site exhaustively and haven't found the answer's I'm in need of.
I am being given a set of SWF videos to upload into a training management system I created. Each SWF file contains a short "lesson" and a test at the end, which produces a score.
I need to get the score out of the flash fine and then store it in the MySQL db. The latter part is a breeze. The issue at hand is how do you pass a value from an SWF file to PHP?
The SWFs are being created with Camtasia Studio, so there is no author-side knowledge of ActionScript.
I am hoping I won't have to 1) get an Adobe Flash license and 2) edit each video to add ActionScript. All the searches I've done bring up topics about passing values from PHP to flash, but not the other way around.