A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
L — Constant static property in class sekati.ui.Keyboard
LANGUAGE — Constant static property in class sekati.validators.FlashValidator
Retrieve the FlashPlayers Localized Language Code.
lap() — Method in class sekati.utils.StopWatch
record and return lap
LAST — Constant static property in class sekati.utils.ArrayPeer
lastIndexOf(a, element) — Static method in class sekati.utils.ArrayUtil
Search an array for the last instance of a given element and return its index or -1.
_lastLap — Property in class sekati.utils.StopWatch
LayoutManager — Class in package sekati.managers
LayoutManager
LayoutManager(target) — Constructor in class sekati.managers.LayoutManager
Constructor
LEAVE — Constant static property in class sekati.events.StageEvent
LEAVE_COMPLETE — Constant static property in class sekati.events.StageEvent
leaveCompleteHandler() — Method in class sekati.display.StageDisplay
Dispatches StageEvent.LEAVE_COMPLETE when LEAVE_COMPLETE_MS expires.
leaveCompleteTime — Property in class sekati.display.StageDisplay
Amount of post stage leave time (in milliseconds) before the StageEvent.LEAVE_COMPLETE event fires [Default: 500].
leaveHandler(e) — Method in class sekati.display.StageDisplay
Dispatches StageEvent.LEAVE when mouse leaves the application stage.
LEFT — Constant static property in class sekati.ui.Keyboard
LEFTBRACKET — Constant static property in class sekati.ui.Keyboard
length — Property in class sekati.collections.ArrayBidirectionalIterator
Return the collection length.
length — Property in class sekati.collections.ArrayBounceIterator
Return the collection length.
length — Property in interface sekati.collections.IBidirectionalIterator
Return the collection length.
length — Property in class sekati.collections.OrderedDictionary
Return the length of the OrderedDictionary
length — Property in class sekati.load.LoaderQueue
The number of items in queue.
lessThan(alpha, beta) — Static method in class sekati.math.IntBase
_level — Property in class sekati.events.LogEvent
level — Property in class sekati.events.LogEvent
The LogEvent level
limit(val, min, max, wrap) — Static method in class sekati.math.MathBase
Similar to clamp & constrain but allows for limit value wrapping.
line(bmp, x0, y0, x1, y1, c) — Static method in class sekati.draw.Raster
Draw a line
Line — Class in package sekati.draw
Line provides a Tweenable line Shape.
Line(startX, startY, endX, endY, thickness, color, alpha, pixelHinting, scaleMode, caps, joints, miterLimit) — Constructor in class sekati.draw.Line
Line Constructor
lineAlpha — Property in class sekati.draw.AbstractShape
lineCaps — Property in class sekati.draw.AbstractShape
lineColor — Property in class sekati.draw.AbstractShape
lineJoints — Property in class sekati.draw.AbstractShape
lineMiterLimit — Property in class sekati.draw.AbstractShape
linePixelHinting — Property in class sekati.draw.AbstractShape
lineScaleMode — Property in class sekati.draw.AbstractShape
lineThickness — Property in class sekati.draw.AbstractShape
LiquidSprite — Class in package sekati.display
LiquidSprite provides a visual building block which is ready to respond to StageEvent's such as RESIZE, RESIZE_COMPLETE, & FULLSCREEN.
LiquidSprite() — Constructor in class sekati.display.LiquidSprite
LiquidSprite Constructor
_list — Property in class sekati.collections.XMLListIterator
liveUpdate — Property in class sekati.display.CoreShape
liveUpdate determines whether the graphic will be redrawn
load() — Method in class sekati.load.AbstractLoader
Start the loading process.
load() — Method in class sekati.load.ApplicationLoader
Begin checking the SWF load status.
load() — Method in interface sekati.load.ILoader
Start the loading process.
load(url, buffer) — Method in class sekati.media.FLV
Load the video and begin playback.
load(url, buffer) — Method in interface sekati.media.IProgressiveMedia
Load the media and begin playback.
load(url, buffer) — Method in class sekati.media.MP3
Load the audio and begin playback.
load() — Method in class sekati.ui.Image
Begin the load process.
LOAD — Constant static property in class sekati.events.ServiceEvent
loadCompleteHandler(e) — Method in class sekati.media.MP3
Load complete handler
loadConfig() — Method in class sekati.core.Bootstrap
Loads & parse config.xml to App.config & dispatch BootstrapEvent.APP_CONFIG.
loadData() — Method in class sekati.core.Bootstrap
Loads & parse data from App.DATA_URI provided in config.xml.
_loaded — Property in class sekati.events.MediaEvent
loaded — Property in class sekati.events.MediaEvent
The MediaEvent's percent loaded.
loaded — Property in class sekati.ui.Image
Return true if Image is done loading, false if not.
loader — Property in class sekati.load.AbstractLoader
_loader — Property in class sekati.ui.Image
private
loaderInfo — Static property in class sekati.display.Canvas
Reference to the LoaderInfo object associated with the SWF file containing information about loading the file to which this display object belongs.
LoaderQueue — Class in package sekati.load
QueueLoader provides the core ILoader group loading logic for the API.
LoaderQueue() — Constructor in class sekati.load.LoaderQueue
QueueLoader Constructor
LoaderQueueEvent — Class in package sekati.events
LoaderQueueEvent
LoaderQueueEvent(type, bubbles, cancelable) — Constructor in class sekati.events.LoaderQueueEvent
LoaderQueueEvent Constructor
_loaders — Property in class sekati.load.LoaderQueue
loaders — Property in class sekati.load.LoaderQueue
The ILoader TypedArray.
loading — Property in class sekati.load.AbstractLoader
The loading status of the loader; if true the loader is loading, if false the loader has not started yet.
loading — Property in interface sekati.load.ILoader
The loading status of the loader; if true the loader is loading, if false the loader has not started yet.
loading — Property in class sekati.load.LoaderQueue
The loading status of the queue; if true the queue is loading, if false the queue has not started yet.
loadStyle() — Method in class sekati.core.Bootstrap
Loads & parse the stylesheet from App.CSS_URI provided in config.xml.
LocalSharedObject — Class in package sekati.net
LocalSharedObject provides a common "maintain local persistence, immediate write" style SharedObject to the API.
LocalSharedObject(name) — Constructor in class sekati.net.LocalSharedObject
LocalSharedObject Constructor
localToLocal(from, to) — Static method in class sekati.layout.CoordinateTool
Translate DisplayObject container position in a new container.
locatePropVal(a, prop, val, isCaseInsensitive) — Static method in class sekati.utils.ArrayUtil
Search for a unique property/value match in an array of complex objects.
locatePropValIndex(a, prop, val, isCaseInsensitive) — Static method in class sekati.utils.ArrayUtil
Search for a unique property/value match in an array of complex objects and return its index in the array.
location — Static property in class sekati.net.NetBase
Get the full browser href location.
LOG_ENABLE — Static property in class sekati.core.App
Determines whether advanced Logger output is generated.
LogEvent — Class in package sekati.events
LogEvent provides the main Event object for the API Logger facility.
LogEvent(type, id, level, origin, message, benchmark, timestamp, bubbles, cancelable) — Constructor in class sekati.events.LogEvent
LogEvent Constructor
LOG_EVENT — Constant static property in class sekati.events.LogEvent
Logger — Final class in package sekati.log
Logger provides a common logging facility for applications implementing the API.
Logger($) — Constructor in class sekati.log.Logger
Logger Singleton Constructor
LogLevel — Class in package sekati.log
LogLevel provides the various LogEvent levels provided by Logger.
LogLevel() — Constructor in class sekati.log.LogLevel
LogLevel Static Constructor
LogTarget — Class in package sekati.log
LogTarget provides the different log targets (or "output modes") available to Logger
LogTarget() — Constructor in class sekati.log.LogTarget
LogTarget Static Constructor
LOG_TARGET — Static property in class sekati.core.App
Determines Logger output is generated.
loopback — Property in class sekati.media.CameraDevice
Indicates whether a local view of what the camera is capturing is compressed and decompressed (true), as it would be for live transmission using Flash Media Server, or uncompressed (false).
loopback — Property in interface sekati.media.IDevice
Set the Device loopback.
loopback — Property in class sekati.media.MicrophoneDevice
Whether to routes audio captured by a microphone to the local speakers (true) or not (false).
LOW — Constant static property in class sekati.filters.FilterQuality
Low filter quality.
ltrim(str) — Static method in class sekati.utils.StringUtil
Removes whitespace from the front of the specified string.
LTRIM_EXP — Constant static property in class sekati.utils.StringUtil
Luhn — Final class in package sekati.crypt
Validate a number with the Luhn Algorithm (aka Mod10) which is standard for pre-validating card numbers before being processed for approval.
Luhn() — Constructor in class sekati.crypt.Luhn
Luhn Static Constructor
luminanceTransform() — Static method in class sekati.filters.FilterBase
Return a predefined greyscale color matrix.
LZW — Final class in package sekati.crypt
Compresses and decompresses text with the LZW algorithm.
LZW() — Constructor in class sekati.crypt.LZW
LZW Static Constructor
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z