I’m using Flash CS4 and AS 3.0
I’m trying to add a login for running my flash movie.
When the user clicks the login button, the text of the password field is authenticated, which allows gotoAndPlay(2) .
But the problem is both in my .swf and my projector .exe i can easily jump the login frame by pressing Ctrl+Enter .
add a listener on enter frame and check if the user is authenticated.
if not, send him back to the login frame.