I am truly doing what I can to solve the interoperability problems, but it is more of a Flash/PHP/Browser issue than anything I can solve with coding.
I don't have a Mac available to me to test with, and I was previously unaware of Mac-related problems. I will keep trying, though. There are people developing stuff on FlashKit that have had limited success with stuff.
I am also probably going to toss the hash security in stuff in favor of something else. It is still easily broken and is probably more pain than it's worth. One easy solution is just to give a security error if the HTTP_GET_VARS (I think that's the identifier) shows up as existing, since everything should be sent via POST. Still, though, that does not prevent somebody from editing values directly in memory.
|