But my problem is this: i would rather that the viewer could put in ‘al pacino’ or ‘pacino’ or ‘Pacino’. and for it to accept any of those answers and then goto 328.
i tried using the ‘or’ function in there, like this;
but then it just accepts anything, anything at all, and goes straight to 328.
Am i doing something wrong, or should this work? And more importantly, how do i get it to work?
[SIZE=1]Please run any suggestions past a nearby 8 year old before posting, just to make sure that i will understand your answer! (i’m a flash newb)[/SIZE]
[SIZE=1][/SIZE]
Any help will be much appreciated!
Thank you, Templarian, i’ve used the first one and it works perfectly. Just what i wanted.
Umm, i know that .swf’s are difficult to protect, if that’s what you mean. Or do you mean this particular method of passwording isn’t very secure…?
At the moment it’s not a big problem, but for something i want to do with it in the future i will need to try and encrypt all my flash files. i realise they’ll never be watertight, but delaying the decryption as much as possible would help a lot.
i haven’t had a good look at software that protects from decompiling, but is there any in particular you would recommend?
if you just want to protect your passwords though, you could pass it through php and get the md5 hash, then compare it with the known md5 hashes in the same manner you compare these. it would add an extra step, but would prevent anyone who decompiles the swf from seeing the actual password.
Thanks for the reply. Forgive my ignorance, but exactly how do i pass it through php and get the md5 hash and compare it?
i’ve looked up md5 and now know what that is (not saying i understand it, just that i know what it is…) but i have no idea how to go about making it go through that process…?