Functions
 FunctionDescription
 getClass Returns a reference to the specified object's class.
 getRandInt Returns a random integer in the range min to max, inclusive.
 inheritsFrom Returns a Boolean indicating whether the specified first class inherits from the specified second class.
 xmlTagsToLowerCase A convenience function for converting tag names in an XML object to lower case.
Classes
 ClassDescription
 ArrayUtil Utilities for working with Arrays.
 EventUtil Utilities for working with Events.
 LocalData The LocalData class stores typed ActionScript data locally on the end-user's hard drive.
 NumericFormatter A utility class for converting numeric data to human-readable Strings.
 UDictionary A simple wrapper around the ActionScript Dictionary class, with the added ability to return the number of items in the dictionary.