All classes and interfaces
- ActionQueue
- Scripted animation and function flow class.
- ActionQueueData
- ActionQueueEvent
- ActionQueuePerformData
- Data storage class to pass UIAction perform actions.
- AQ3D
- Class for simple (linear) animation of objects in 3D space
- AQ3DCurve
- A class for animating objects in 3D space along a Bezier curve
- AQAddMove
- ActionQueue method that controls the relative position of a movieclip.
- AQBlink
- ActionQueue methods to make a movieclip blink.
- AQColor
- ActionQueue methods that control the color of a movieclip.
- AQCurve
- AQFade
- ActionQueue method that controls the alpha blend of a movieclip.
- AQFollowMouse
- ActionQueue method to let a movieclip follow the mouse, with location and time parameters for precise control.
- AQMove
- ActionQueue method to control the position of a movieclip over time.
- AQMoveRel
- ActionQueue method that moves a movieclip over a relative distance.
- AQProperty
- ActionQueue method to change an object's property over time.
- AQPulse
- ActionQueue methods to let a movieclip (or any objectys' property) pulsate.
- AQReturnValue
- ActionQueue method that returns a calculated (percentage) value of an animation in time.
- AQRotate
- ActionQueue method to rotate a movieclip over time.
- AQScale
- ActionQueue method to control the scaling of a movieclip.
- AQSet
- ActionQueue methods to set various parameters/states of a movieclip.
- AQSpring
AQSpring.spring controls a movieclip with spring effect.
- AQTimeline
- ActionQueue methods to control the movieclip's timeline.
- AQWorker
- This class is used by ActionQueue and various AQxxx classes; you should not instantiate this class yourself.
- AQZoom
- Collection of ActionQueue methods to zoom in or out a movieclip.
- ArrayEnumerator
- Straightforward enumeration (iterator) class for arrays.
- ArrayUtils
- A collection of Array utility functions.
- Bezier
- BooleanUtils
- A collection of Boolean utility functions.
- CheckBox
- CheckBox class to create checkboxes with.
- CheckBoxEvent
- ClipEvent
- General event class for events related to movieclips.
- ColorUtils
- A collection of color utility functions.
- ComboBox
- ComboBox class to create ComboBox UI elements with.
- ComboBoxEvent
- ComboBoxItem
- ComboBoxItemEvent
- Console
- Console creates a debugging window on the stage that can be invoked with a configurable string.
- DataLoader
- Class for loading XML-data with or without posting parameters in the request to the server.
- DataLoaderEvent
- Event extension used to send events from the DataLoader class.
- DateUtils
- A collection of utility methods for the Date class.
- DelayButton
- DelayButton offers timing control over rollOver and rollOut.
- Disabler
- Disabler makes stage elements unreceptive for mouse and keyboard events by placing a 'event catching' movieclip on the stage.
- Dispatcher
- Base class that contains the EventDispatcher mix-in and initialization.
- DragButton
- A button that can be dragged around.
- DragButtonEvent
- DutchPostcodeValidator
- Validates if target's value is a (Dutch) postcode.
- EmailValidator
- Validates if target's value is a valid email address.
- Enumerator
- Virtual base class for enumerator objects.
- Environment
- Gives information about the player environment the movie is playing in.
- ErrorInputField
- Class to be used for text input in forms with validation.
- Event
- Base class for dispatching events with EventDispatcher.
- EventButton
- Default button, will automatically make the nearest LocalController listen to its events.
- EventButtonEvent
- EventDelegate
- This class acts as a replacement for Macromedia's mx.utils.Delegate, as that class cannot be used with MTASC.
- EventMovieClip
- Base class that extends MovieClip and can send events.
- EventSound
- Extension of Sound class that sends events when internal event handler functions are called.
- EventSoundEvent
- ExtendedActionQueue
- ExtendedActionQueueData
- ExternalFunction
- Class to create handler with, allowing for communication between Javascript and Flash.
- ExternalFunctionEvent
- FileData
- FLVMetaData
- FLVPlayer
- Class for playing FLV files.
- FLVPlayerEvent
- FocusEvent
- FocusManager
- Class to manage focus between various UI elements, without the need of MM's focus manager (which requires elements to be derived from UIComponent class).
- FrameDelay
- Class that provides one or more frames delay.
- FramePulse
- Class to simulate onEnterFrame events.
- FramePulseEvent
- GTValidator
- Validates if target's value is greater than value specified in condition.
- HilightButton
- Class to link to a movieclip to create a button with animated hilight behaviour.
- HintedInputField
- Class to create a hinted input field with.
- I3DObject interface
- Interface for objects in 3D space with a mapping in 2D space
- IComboBoxItem interface
- IFocus interface
- ILocalController interface
- Interface for the LocalController class.
- IMultiLanguageTextContainer interface
- Interface to be implemented by any class that wishes to add itself to the LanguageManager.
- InputEvent
- InputField
- Class to create an input field with.
- IParsable interface
- Interface to implement in DataValueObject classes that get their data through the Parser class.
- IRadioButton interface
- IScrollable interface
- ItemData
- ValueObject class that holds data for a text item.
- IValidate interface
- IValidationRule interface
- KeyValue
- KeyValueList
- KeyValueList is a dictionary/associative array that stores a list of key-value pairs (KeyValue objects).
- LanguageManager
- Class for managing language dependencies in an application.
- Loader
- Loads SWF movies or JPEG images into a clip.
- LoaderEvent
- Event object that is dispatched by Loader.
- LoaderWorker
- LoaderWorkerEvent
- LoadVarsXML
- Class to make XML based LoadVars requests with.
- LocalController
- (Virtual) base class for controlling movies locally, either independently or embedded.
- LocalData
- A class for storing typed data locally.
- Log
- This class implements a simple logging functionality that dispatches an event whenever a log message is received.
- LogEvent
- LTValidator
- Validates if target's value is less than value specified in condition.
- MouseEventSink
- The MouseEventSink class can be attached to a movieclip to catch all mouse events it receives, thus preventing any clips on lower levels from receving those events.
- MovieClipUtils
- MovieClip utility functions.
- MovieData
- Class to store information about a external (separately loaded) SWF movie - used internally by MovieManager to store and retrieve data.
- MovieManager
- The MovieManager handles administration, loading and retrieving of separate SWF movies.
- MovieManagerEvent
- Used by the MovieManager to send events about the status of movies.
- MultiLanguageClipData
- Internal ValueObject class used by the LanguageManager to store information on text containers.
- MultiLanguageTextContainer
- Notification
- NotificationCenter
- NotificationCenter provides a way for objects that don't know about each other to communicate.
- NotificationObserverData
- NotValidator
- Validates if target's value is NOT equal to value specified in condition parameter.
- NumberUtils
- Number utility functions.
- NumericValidator
- Validates if target's value is a Number.
- ObjectUtils
- A collection of Object utility functions.
- Parser
- PhoneValidator
- Validates if target's value is a (Dutch) phone number.
- Point
- This Point class copies the interface of the same class in Flash 8, so Point can be used in Flash 7 projects.
- PointUtils
- PostCenter
- Windows IE cannot handle getURL messages that are send quickly in succession; PostCenter functions as intermediary and queues messages to send them in a batch.
- PostCenterMessage
- RadioButton
- Creates radiobutton functionality.
- RadioButtonEvent
- RadioButtonGroup
- RadioButtonGroup manages a group of RadioButtons.
- RadioGroupEvent
- Rect
- Rectangle
- This Rectangle class copies the interface of the Rectangle class distributed with Flash 8, to make Rectangle usable for Flash 7 projects.
- RectangleUtils
- RepeaterButton
- Use this class to create buttons that keep on firing EventButtonEvent.ON_RELEASE events while the mouse is down (for scrollbar buttons, for example).
- RetroHilightButton
- Class to link to a movieclip to create a button with animated hilight behaviour.
- RollOverWatcher
- Checks the mouse location for movement.
- ScrollBar
- ScrollBar class to create scrollbars with.
- ScrollEvent
- SelectableButton
- Convenience class to create buttons with a "selected" state, for instance to be used in menus.
- SelectedValidator
- Validates if target's value is NOT false, undefined, 0 or -1.
- Sine
- Slider
- A class to create a basic slider with, should be attached to slider knob MovieClip.
- SliderEvent
- Used by the Slider to send events about the state of a slider.
- SoundClip
- The SoundClip class is used for controlling individual sounds through the SoundManager class.
- SoundClipEvent
- SoundManager
- SoundManager provides a single access point to all sounds in a Flash project.
- SoundMovie
- StringUtils
- A collection of String manipulation methods.
- StringUtilsSplit
- StringUtilsTrim
- String trimmming methods.
- StringValidator
- Validates if target's value is String of at least specified length.
- TextFile2Array
- Transforms the contents of a text file to an array by splitting the text in lines.
- TextFile2ArrayEvent
- TextFile2Collection
- Base class that takes a text file url, loads the file data and converts the text contents to a collection structure (Tree or Array).
- Timer
- The Timer class enables the creation of timers that run for a specific number of milliseconds and can optionally run for a specific number of loops.
- TimerEvent
- Tooltip
- TraverseArrayEnumerator
- Enhanced array enumerator, with the option to loop.
- TraverseArrayEnumeratorEvent
- TraverseArrayOptions
- URLData
- DataValueObject class to hold information about urls.
- ValidationError
- Class to hold information about validation errors.
- ValidationResult
- Value Object class for returning the result of a form validation.
- ValidationRule
- Base class for validation rule classes, subclasses must implement the IValidationRule interface.
- Validator
- Validator class checks if its targets contain valid data.
- Vector3D
- Class that contains a location in 3D space.
- Watcher
- The standard
Object.watch() function in Flash cannot watch getter/setter properties.
- XML2Object
- Returns a value object from an XML instance, that can be queried using dot syntax.
- XMLEvent
- XMLLoader
- XMLWorker
- A worker class for XML that sends an "onXMLLoaded" message when XML has been loaded.
- XMLWorkerEvent