Flash Player 6.
Loads a name from an xml file, then displays it in a field.
61.0Loads a name from an xml file, then displays it in a field.
Flash Player 6.
<P class='codeStyle'>new nameLogic(<CODE></CODE>)
None.
Nothing.
Handles program logic for the name application.
<P class='codeStyle'></P>
Handles program logic for the name application.
Flash Player 6.
<P class='codeStyle'><CODE>nameLogic</CODE>.handleNameLoad(<CODE></CODE>)</P>
None.
Nothing.
Handles callback for onNameLoad events from nameLoader instances.
<P class='codeStyle'></P>
Handles callback for onNameLoad events from nameLoader instances.
Flash Player 6.
<P class='codeStyle'><CODE>nameLogic</CODE>.init(<CODE></CODE>)</P>
None.
Nothing.
Sets up the name application.
<P class='codeStyle'></P>
Sets up the name application.
Flash Player 6.
<P class='codeStyle'><CODE>nameLogic</CODE>.setName(<CODE></CODE>)</P>
None.
Nothing.
Concatenates the name, and sends a request to the nameDisplay class instance to show it.
<P class='codeStyle'></P>
Concatenates the name, and sends a request to the nameDisplay class instance to show it.
Flash Player 6.
<P class='codeStyle'>new nameLoader(<CODE></CODE>)
None.
Nothing.
Handles loading and parsing the xml file.
<P class='codeStyle'></P>
_nlHandles loading and parsing the xml file.
Flash Player 6.
<P class='codeStyle'><CODE>nameLoader</CODE>.getFirstName(<CODE></CODE>)</P>
None.
A String.
Returns the first name value once loaded, or null if not loaded.
<P class='codeStyle'></P>
Returns the first name value once loaded, or null if not loaded.
Flash Player 6.
<P class='codeStyle'><CODE>nameLoader</CODE>.load(<CODE>url</CODE>)</P>
<P><CODE>url</CODE> URL of the xml file to load. (String)</P>
Nothing.
Sends load request for the specified XML document. Overwrites the built-in load method in FlashMX.
<P class='codeStyle'></P>
Sends load request for the specified XML document. Overwrites the built-in load method in FlashMX.
Flash Player 6.
<P class='codeStyle'><CODE>NameDisplay</CODE>.display(<CODE>name</CODE>)</P>
<P><CODE>name</CODE> The name to display. (String)</P>
Nothing.
Displays the passed name centered on the stage.
<P class='codeStyle'></P>
Displays the passed name centered on the stage.
Flash MX XML classFlashMX TextField instance