User Guide

196 Chapter 5: ActionScript Core Language Elements
Because loginPassword is a private variable, you cannot access it from outside the Login.as class
file. Attempts to access the private variable generate an error message.
See also
public, static