Thursday, February 9, 2012

SharedObjects added!

One of the useful features of Flash is its ability to save data to the user's hard drive with the SharedObject class. I have now mostly implemented this class in JavaScript (in terms of localStorage), so things can be done like saving high scores. Still to be implemented is SharedObjects that communicate with a server, as that will be a bit more complicated.

1 comment:

  1. In "Downloads and Installation" for your windows binary release, whatever you used to package the binary didn't include ctypes. Thus, it's not working for me. It says it is missing the ctypes module.

    ReplyDelete