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  
easeOutInCubic(t, b, c, d) — Static method in class com.soundstep.utils.Easing
Easing equation function for a cubic (t^3) easing out/in: deceleration until halfway, then acceleration.
Easing — Class in package com.soundstep.utils
ElasticIn(t, b, c, d, a, p) — Static method in class com.soundstep.utils.Easing
Easing equation function for an elastic (exponentially decaying sine wave) easing in: accelerating from zero velocity.
ElasticInOut(t, b, c, d, a, p) — Static method in class com.soundstep.utils.Easing
Easing equation function for an elastic (exponentially decaying sine wave) easing in/out: acceleration until halfway, then deceleration.
ElasticOut(t, b, c, d, a, p) — Static method in class com.soundstep.utils.Easing
Easing equation function for an elastic (exponentially decaying sine wave) easing out: decelerating from zero velocity.
ElasticOutIn(t, b, c, d, a, p) — Static method in class com.soundstep.utils.Easing
Easing equation function for an elastic (exponentially decaying sine wave) easing out/in: deceleration until halfway, then acceleration.
element — Property in class com.soundstep.ui.ElementUI
get the DisplayObject handle by the ElementUI instance
elements — Property in class com.soundstep.ui.BaseUI
get the ElementUI list
elementUI — Property in class com.soundstep.ui.events.BaseEventUI
Instance of the ElementUI
ElementUI — Class in package com.soundstep.ui
Author: Romuald Quantin - www.soundstep.com
Class version: 3.0.2
Actionscript version: 3.0
Copyright: Creative Commons Attribution-ShareAlike 3.0 Unported License
http://creativecommons.org/licenses/by-sa/3.0/
You can use BaseUI in any flash site, except to include/distribute it in another framework, application, template, component or structure that is meant to build, scaffold or generate source files.

Date: 08-2008
Usage:
Manage a list of elements (Element UI) to be displayed
you can use the following properties to handle the position and sizes of the DisplayObject registered:
x, y, left, right, top, bottom, width (also percentage), height (also percentage), horizontalCenter, verticalCenter, ratio, alignX, alignY
ElementUI(baseUI:com.soundstep.ui:BaseUI, displayObject) — Constructor in class com.soundstep.ui.ElementUI
Constructor Not used, instead use the add method of the BaseUI instance to create an element
embedFont — Property in class com.soma.utils.BasicLoader
Whether or not the TextField instance used to display the loading progress will use a font embedded.
enableAutoResizeOnMetaData — Property in class com.soma.view.video.SomaVideo
Whether or not the Video instance (not the SomaVideo intance) will be resized when the metadata are received, default is true.

Note: enabled or disabled will not change anything if you specified a size to the SomaVideo instance.
error(event:com.soma.loader:SomaLoaderEvent) — Method in interface com.soma.loader.ILoading
Receives a SomaLoaderEvent.ERROR event when an Error is dispatched by the SomaLoader instance.
ERROR — Event in class com.soma.loader.SomaLoader
Dispatched when an error has been found in the SomaLoader instance.
ERROR — Constant static property in class com.soma.loader.SomaLoaderEvent
Dispatched when an error has been found in the SomaLoader instance.
errorMessage — Property in class com.soma.loader.SomaLoaderEvent
Error message information.
EXCLUDED — Event in class com.soma.Soma
Indicates when an excluded page has been called.

See Soma Protest Page Excluded section.
Soma.getInstance().addEventListener(PageEvent.EXCLUDED, eventHandler);
EXCLUDED — Constant static property in class com.soma.events.PageEvent
Indicates when an excluded page has been called.

See Soma Protest Page Excluded section.

Soma.getInstance().addEventListener(PageEvent.EXCLUDED, eventHandler);
EXCLUDED_PARENT — Event in class com.soma.Soma
Indicates when a page that contains excluded page children has been called.
EXCLUDED_PARENT — Constant static property in class com.soma.events.PageEvent
Indicates when a page that contains excluded page children has been called.
execute(event:com.soma.control:CairngormEvent) — Method in class com.soma.commands.BackgroundCommand
Executes a command.
execute(event:com.soma.control:CairngormEvent) — Method in class com.soma.commands.ContentCommand
Executes a command.
execute(event:com.soma.control:CairngormEvent) — Method in class com.soma.commands.MenuCommand
Executes a command.
execute(event:com.soma.control:CairngormEvent) — Method in class com.soma.commands.PageCommand
Executes a command.
execute(event:com.soma.control:CairngormEvent) — Method in class com.soma.commands.SequenceCommand
Abstract implementation of the execute() method.
execute(event:com.soma.control:CairngormEvent) — Method in interface com.soma.interfaces.ICommand
Called by the Front Controller to execute the command.
executeCommand(event:com.soma.control:CairngormEvent) — Static method in class com.soma.control.FrontController
Executes the command
executeCommand(event:com.soma.control:CairngormEvent) — Static method in class com.soma.control.SomaController
Executes the command
executeNextCommand() — Method in class com.soma.commands.SequenceCommand
Call to execute the next command in the sequence.
ExpoIn(t, b, c, d) — Static method in class com.soundstep.utils.Easing
Easing equation function for an exponential (2^t) easing in: accelerating from zero velocity.
ExpoInOut(t, b, c, d) — Static method in class com.soundstep.utils.Easing
Easing equation function for an exponential (2^t) easing in/out: acceleration until halfway, then deceleration.
ExpoOut(t, b, c, d) — Static method in class com.soundstep.utils.Easing
Easing equation function for an exponential (2^t) easing out: decelerating from zero velocity.
ExpoOutIn(t, b, c, d) — Static method in class com.soundstep.utils.Easing
Easing equation function for an exponential (2^t) easing out/in: deceleration until halfway, then acceleration.
externalLink — Property in class com.soma.events.PageEvent
Value of the link that will be open in a new browser window.
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