Apologies if this doesn’t seem all that coherent, it’s pretty late where I am. (So it’s entirely possible I’m just too tired to actually think of this correctly)
Let’s say I have a database of words for a word guessing game. If I were to get the word I wanted my user to guess using URLRequest/URLLoader and a php page, would a malicious user be able to use a packet sniffer or something to get the word when the data was transferred to the flash file?
My first thought was that it was possible because the user was also accessing the flash file, but then I thought over it again and considered that it wasn’t possible because it was only the flash file and the php talking to each other, which made it pretty much a server-side thing. So now I’m confused.