Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 BitmapAnalyzer
efnx.gfx BitmapAnalyzer is a collection of static functions for detecting and ordering vertices in bitmap data.
 Button
efnx.gui Button is a simple button with three images and four actions: over, down, up and out.
 Component
efnx.general The Component class handles loading external component swfs and answers requests for component instantiation.
 EmailValidator
efnx.validators 
 FPSBox
efnx.time FPSBox is a box with fps.
 Global
efnx.general This class holds global vars.
 Maths
efnx.general Holds static mathematical functions that I use frequently.
 MultiLoader
efnx.net MultiLoader is a loader that loads multiple jpgs, pngs, gifs or swfs and holds them as BitmapData, Sprites or MovieClips based on fileType.
 MultiLoaderEvent
efnx.events MultiLoaderEvent is an event that holds the ProgressEvent of many files being downloaded asynchronously.
 MultiUploader
efnx.net MultiUploader allows the user to upload multiple files as ByteArrays asyncronously.
 MultiURLEvent
efnx.events MultiURLEvent is the event class for the MultiURLLoader class.
 MultiURLLoader
efnx.net MultiURLLoader is a loader that loads multiple binary things or variables.
 Raster
efnx.gfx Bitmap drawing API.
 ScrollArea
efnx.gui ScrollArea is a sprite with scrollbars around a cropped area.
 ScrollAreaEvent
efnx.events Event subclass description.
 TileArea
efnx.gui TileArea is a Bitmap object that will tile a given bitmapData across it's width and height.
 TileBar
efnx.gui TileBar is a bar that tiles in x or y.
 TimeKeeper
efnx.time Keeps time.
 Uploader
efnx.net Takes a filename, file, and variables object as input and return ByteArray post data suitable for an URLRequest as output.
 Waveform
efnx.sound Waveform takes a loaded sound object [mp3] from which it constructs a plottable waveform.
 WaveformEvent
efnx.events WaveformEvent is the event class dispatched by the Waveform class.
 Window
efnx.gui Window is a class that provides a draggable rectangular display area, with scrollbars for overflow.
 WindowEvent
efnx.events Event subclass description.