I’m trying to figure out a way to prevent someone from taking a SWF file out of the browser CACHE and use or distribute it as a fully-functioning piece. One way that I could think of, would be to have the SWF file look for a certain COOKIE via JavaScript. If the cookie is present, it can play the file, if not, it won’t play at all. The cookie would be instantiated at login, for example.
Has anyone tried this?