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.
| Class | Package | Description | |
|---|---|---|---|
| SpriteRegPoint
| com.pcthomatos.utilities | A Sprite wrapper class that allows one to programatically set a registration point on a display object without the use of the flash IDE. | |
| SWFScroll
| com.pcthomatos.components.swfscroll | The SWFScroll class is the main class of the SWFScroll Project. | |
| SWFScrollFrame
| com.pcthomatos.components.swfscroll | The SWFScrollFrame class is a wrapper class of SWFScroll. | |
| SWFScrollStaticSettings
| com.pcthomatos.components.swfscroll | This is a static class with the default values of SWFScroll's properties. | |
| SWFSEO
| com.pcthomatos.swfseo | SWFSEO is the main class of the SWFSEO Framework. This class should to be instantiated in a standalone main swf. |
|
| SWFSEOEvent
| com.pcthomatos.swfseo.swfResources | A class for communicating between the SWFSEO object and SWFSEO Pages and Templates. | |
| SWFSEOLite
| com.pcthomatos.swfseolite | SWFSEOLite allows you to access content from the html page that renders your flash file. | |
| SWFSEONavBtnEvent
| com.pcthomatos.swfseo.swfResources | The SWFSEONavBtnEvent class contains all the Event Types to be used be used in each of your navigation button swfs. The parent of the navigation button swf controls the dispatch of these Events to the navigation button swf. ~~Note: Do not use standard Event Types like: MouseEvent.MOUSE_OVER, because they will conflict with the parent. |
|
| SWFSEOPage
| com.pcthomatos.swfseo.swfResources | This is super class for all page swfs. | |
| SWFSEOPageEvent
| com.pcthomatos.swfseo.swfResources | The SWFSEOPageEvent class contains all the Event Types to be used be used in each of your page swfs and template swfs.The parent of the page swf and template swf controls the dispatch of these Event types to the page swf and template swf. If you are accessing the SWFSEOUL.ul object, the READY event type must be used by all pages regardless of navigation style. |
|
| SWFSEOTemplate
| com.pcthomatos.swfseo.swfResources | This is super class for all template swfs. | |
| SWFSEOUL
| com.pcthomatos.swfseo.swfResources | The class SWFSEOUL has only one static property.This property can be accessed by any of the loaded swfs that reference the SWFSEOUL class. |
|
| ULPreloaderInterface
| com.pcthomatos.ultraloader.interfaces | When specifying a custom preloader class in UltraLoader or UltraLoaderStn. | |
| ULSound
| com.pcthomatos.ultraloader.types | The ULSound class is the type class for all sounds loaded in with UltraLoader. |
|
| UltraLoader
| com.pcthomatos.ultraloader | The UltraLoader class is designed to dynamically preload all types of media assets into a storage object. | |
| UltraLoaderStn
| com.pcthomatos.ultraloader | UltraLoaderStn singleton class is designed to dynamically preload all types of media assets into a storage object. | |
| ULVideo
| com.pcthomatos.ultraloader.types | The ULVideo class is the type class for all videos loaded in with UltraLoader. |
|
| ULVideoPlayer
| com.pcthomatos.components.videoplayer | ULVideoPlayer is a standalone class. |