This class can be used to load an text content from XML files.
new TextContentLoader()
public function TextContentLoader()
The constructor.
static public function main(target:MovieClip):Void
Use this method to register a movieclip as this class
target
public function init()
Method used to initialize all the variables, functionality, etc.
public function loadText(str:String)
Use this method to load the XML file containing the text to be displayed
str
public function reset()
Call this function to reset the text box.