You could always use a secure connection via https. Also, you could send an 
encrypted username and password. For example, every thirty minutes generate a 
new password string. The server can use the same algorithm to generate a string 
and then you could compare them.

--- In flexcoders@yahoogroups.com, Clark Stevenson <a.scots...@...> wrote:
>
> Hi all.
> 
> I am new to AMFPHP.  Lets say you have a class and a function:
> 
> SomeClass.saveHighScore(304958);
> 
> For me, the way i see it, is that anyone using Charles can call this
> method? Whats to stop anyone from calling it directly?
> 
> SomeClass.saveHighScore(20394948548438484).
> 
> 
> Can any one advise me on ways i could secure this method?
> 
> Thanks.
> 
> Clark.
>


Reply via email to