Tony,
there are several confusing things here....
> We've been trying to make it work for a while now, and at first we
> were actually able to make the file run all the way through when the
> .php was stored in a public Dropbox folder. The issue though was that
> it still would not write to a .csv in that folder.
no, that cannot work, because you need a PHP server that handles the
.php programming. Serving the .swf file from a dropbox folder is fine,
but dropbox has no php server built in, and there is no way to put one
there. the php file needs to live on a web server that has PHP installed
and properly configured.
>
> I thought a Linux web server would be a simpler,
yes.
> better choice than Dropbox and so I set one up via Amazon EC2. I know
> that the files I've put on it are all accessible online.
ok
> When I compile the .swf file directing it to the .php on my server
> though, it stops running as soon as I get to the part where it would
> start collecting reaction time data.
that is surprising, because the .swf only accesses the php file in the
very end, when transmitting all the data. so I suspect that something
else went wrong in your file when you put in the php address. Otherwise
I would not know how that change could affect the running of the .swf at
such an early stage.
I looked at your file, but did not find an obvious error. I suggest you
start again with the version that worked when being served from the
dropbox, put that on the server without changing anything, and then test
from there.
hope it works out!
thomas