The ErrorManager class functions as a central location from which to notify the user of any serious errors which occur in the slideshow. 
   A single instance of the class is created for the slideshow and is accessible by referencing the 
FlashSlideshow_instance.errorManager property.
  
   
 
public function ErrorManager()
public function displayError(s:String):void
    The main error displaying function; it displays an alert box labeled 'Fatal Application Error' containing the passed message.
   
    
Parameters
|  | s:String— The error message to be displayed. | 
 
(c) Copyright 2010 DWUser.com - http://www.dwuser.com/flashslideshow/