Symbols 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 |
sameDomain — Property, class flash.display.LoaderInfo |
| Expresses the domain relationship between the loader and the content: true if they have
the same origin domain; false otherwise. |
Sample — class, package flash.sampler |
| The Sample class creates objects that hold memory analysis information over distinct durations. |
sampleData — Event, class flash.media.Sound |
| Dispatched when the player requests new audio data. |
SAMPLE_DATA — Constant Static Property, class flash.events.SampleDataEvent |
| Defines the value of the type property of a SampleDataEvent event object. |
SampleDataEvent — class, package flash.events |
| Dispatched when the player requests new audio data. |
SampleDataEvent(type:String, bubbles:Boolean, cancelable:Boolean, theposition:Number, thedata:flash.utils:ByteArray) — Constructor, class flash.events.SampleDataEvent |
| Creates an event object that contains information about audio data events. |
sandboxType — Static Property, class flash.system.Security |
| Indicates the type of security sandbox in which the calling file is operating. |
save(data, defaultFileName:String) — method, class flash.net.FileReference |
| Opens a dialog box that lets the user save a file to the local filesystem. |
save — Property, class flash.ui.ContextMenuBuiltInItems |
| Lets the user with Shockmachine installed save a SWF file. |
scale(sx:Number, sy:Number) — method, class flash.geom.Matrix |
| Applies a scaling transformation to the matrix. |
scale9Grid — Property, class flash.display.DisplayObject |
| The current scaling grid that is in effect. |
scaleBy(s:Number) — method, class flash.geom.Vector3D |
| Scales the current Vector3D object by a scalar, a magnitude. |
scaleMode — Property, class flash.display.GraphicsStroke |
| Specifies the stroke thickness scaling. |
scaleMode — Property, class flash.display.Stage |
| A value from the StageScaleMode class that specifies which scale mode to use. |
scaleX — Property, class flash.display.DisplayObject |
| Indicates the horizontal scale (percentage) of the object as applied from the registration point. |
scaleX — Property, class flash.filters.DisplacementMapFilter |
| The multiplier to use to scale the x displacement result from the map calculation. |
scaleY — Property, class flash.display.DisplayObject |
| Indicates the vertical scale (percentage) of an object as applied from the registration point of the object. |
scaleY — Property, class flash.filters.DisplacementMapFilter |
| The multiplier to use to scale the y displacement result from the map calculation. |
scaleZ — Property, class flash.display.DisplayObject |
| Indicates the depth scale (percentage) of an object as applied from the registration point of the object. |
Scene — final class, package flash.display |
| The Scene class includes properties for identifying the name, labels, and number of frames
in a scene. |
scenes — Property, class flash.display.MovieClip |
| An array of Scene objects, each listing the name, the number of frames,
and the frame labels for a scene in the MovieClip instance. |
SCREEN — Constant Static Property, class flash.display.BlendMode |
| Multiplies the complement (inverse) of the display object color by the complement of the background
color, resulting in a bleaching effect. |
screenColor — Static Property, class flash.system.Capabilities |
| Specifies the screen color. |
screenDPI — Static Property, class flash.system.Capabilities |
| Specifies the dots-per-inch (dpi) resolution of the screen, in pixels. |
screenResolutionX — Static Property, class flash.system.Capabilities |
| Specifies the maximum horizontal resolution of the screen. |
screenResolutionY — Static Property, class flash.system.Capabilities |
| Specifies the maximum vertical resolution of the screen. |
ScriptTimeoutError — Dynamic Class, package flash.errors |
| The ScriptTimeoutError exception is thrown when the script timeout interval is reached. |
ScriptTimeoutError(message:String) — Constructor, class flash.errors.ScriptTimeoutError |
| Creates a new ScriptTimeoutError object. |
scroll(x:int, y:int) — method, class flash.display.BitmapData |
| Scrolls an image by a certain (x, y) pixel amount. |
scroll — Event, class flash.text.TextField |
| Dispatched by a TextField object after the user scrolls. |
SCROLL — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a scroll event object. |
scrollH — Property, class flash.text.TextField |
| The current horizontal scrolling position. |
scrollRect — Property, class flash.display.DisplayObject |
| The scroll rectangle bounds of the display object. |
scrollV — Property, class flash.text.TextField |
| The vertical position of text in a text field. |
search(pattern) — method, class String |
| Searches for the specifed pattern and returns the index of
the first matching substring. |
seconds — Property, class Date |
| The seconds (an integer from 0 to 59) portion of a Date object
according to local time. |
secondsUTC — Property, class Date |
| The seconds (an integer from 0 to 59) portion of a Date object
according to universal time (UTC). |
Security — final class, package flash.system |
| The Security class lets you specify how content in different domains can communicate with
each other. |
securityDomain — Property, class flash.system.LoaderContext |
| Specifies the security domain to use for a Loader.load() operation. |
SecurityDomain — class, package flash.system |
| The SecurityDomain class represents the current security "sandbox," also known as a security domain. |
securityError — Event, class flash.net.FileReference |
| Dispatched when a call to the FileReference.upload()
or FileReference.download() method tries to upload a file to a server or
get a file from a server that is
outside the caller's security sandbox. |
securityError — Event, class flash.net.LocalConnection |
| Dispatched if a call to LocalConnection.send()
attempts to send data to a different security sandbox. |
securityError — Event, class flash.net.NetConnection |
| Dispatched if a call to NetConnection.call()
attempts to connect to a server outside the caller's security sandbox. |
securityError — Event, class flash.net.Socket |
| Dispatched if a call to Socket.connect()
attempts to connect either to a server outside the caller's security sandbox or to a port lower than 1024. |
securityError — Event, class flash.net.URLLoader |
| Dispatched if a call to URLLoader.load()
attempts to load data from a server outside the security sandbox. |
securityError — Event, class flash.net.URLStream |
| Dispatched if a call to URLStream.load()
attempts to load data from a server outside the security sandbox. |
securityError — Event, class flash.net.XMLSocket |
| Dispatched if a call to the XMLSocket.connect() method
attempts to connect either to a server outside the caller's security sandbox or to a port lower than 1024. |
SecurityError — Dynamic Class, Top Level |
| The SecurityError exception is thrown when some type of security violation
takes place. |
SecurityError(message:String) — Constructor, class SecurityError |
| Creates a new SecurityError object. |
SECURITY_ERROR — Constant Static Property, class flash.events.SecurityErrorEvent |
| The SecurityErrorEvent.SECURITY_ERROR constant defines the value of the type property of a securityError event object. |
SecurityErrorEvent — class, package flash.events |
| Flash® Player dispatches SecurityErrorEvent objects to report the occurrence of a
security error. |
SecurityErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor, class flash.events.SecurityErrorEvent |
| Creates an Event object that contains information about security error events. |
SecurityPanel — final class, package flash.system |
| The SecurityPanel class provides values for specifying
which Security Settings panel you want to display. |
seek(offset:Number) — method, class flash.net.NetStream |
| Seeks the keyframe (also called an I-frame in the video industry) closest to
the specified location. |
select — Event, class flash.net.FileReference |
| Dispatched when the user selects a file for loading, saving, uploading or downloading
from the file-browsing dialog box. |
select — Event, class flash.net.FileReferenceList |
| Dispatched when the user selects one or more files to upload from the file-browsing dialog box. |
SELECT — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a select event object. |
selectable — Property, class flash.text.TextField |
| A Boolean value that indicates whether the text field is selectable. |
selectAll — Event, class flash.display.InteractiveObject |
| Dispatched when the user activates the platform specific accelerator key combination for a select all operation
or selects 'Select All' from the text context menu. |
selectAll — Property, class flash.ui.ContextMenuClipboardItems |
| Enables or disables the 'Select All' item on the clipboard menu. |
SELECT_ALL — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a selectAll event object. |
selectionBeginIndex — Property, class flash.text.TextField |
| The zero-based character index value of the first character in the current selection. |
selectionEndIndex — Property, class flash.text.TextField |
| The zero-based character index value of the last character in the current selection. |
send(connectionName:String, methodName:String, ... rest) — method, class flash.net.LocalConnection |
| Invokes the method named methodName on a connection opened with the
connect(connectionName) method (the receiving LocalConnection
object). |
send(handlerName:String, ... rest) — method, class flash.net.NetStream |
| Sends a message on a published stream to all subscribing clients. |
send(... rest) — method, class flash.net.SharedObject |
| Broadcasts a message to all clients connected to a remote shared object,
including the client that sent the message. |
send(object) — method, class flash.net.XMLSocket |
| Converts the XML object or data specified in the object parameter
to a string and transmits it to the server, followed by a zero (0) byte. |
send() — method, class flash.printing.PrintJob |
| Sends spooled pages to the printer after PrintJob.start() and PrintJob.addPage() have been successful. |
sendToURL(request:flash.net:URLRequest) — Package Function, flash.net |
| Sends a URL request to a server, but ignores any response. |
separatorBefore — Property, class flash.ui.ContextMenuItem |
| Indicates whether a separator bar should appear above the specified menu item. |
serverString — Static Property, class flash.system.Capabilities |
| A URL-encoded string that specifies values for each Capabilities
property. |
set — Statement |
| Defines a setter, which is a method that appears in the public interface as a property. |
setAdvancedAntiAliasingTable(fontName:String, fontStyle:String, colorType:String, advancedAntiAliasingTable:Array) — Static Method , class flash.text.TextRenderer |
| Sets a custom continuous stroke modulation (CSM) lookup table for a font. |
setChildIndex(child:flash.display:DisplayObject, index:int) — method, class flash.display.DisplayObjectContainer |
| Changes the position of an existing child in the display object container. |
setChildIndex(child:flash.display:DisplayObject, index:int) — method, class flash.display.Stage |
| Changes the position of an existing child in the display object container. |
setChildren(value:Object) — method, class XML |
| Replaces the child properties of the XML object with the specified set of XML properties,
provided in the value parameter. |
setClipboard(string:String) — Static Method , class flash.system.System |
| Replaces the contents of the Clipboard with a specified text string. |
setCompositionString(composition:String) — Static Method , class flash.system.IME |
| Sets the IME composition string. |
setData(format:String, data:Object, serializable:Boolean) — method, class flash.desktop.Clipboard |
| Adds a representation of the information to be transferred in the specified data format. |
setDataHandler(format:String, handler:Function, serializable:Boolean) — method, class flash.desktop.Clipboard |
| Adds a reference to a handler function that produces the data for the specified format on demand. |
setDate(day:Number) — method, class Date |
| Sets the day of the month, according to local time, and returns the new time in
milliseconds. |
setDirty(propertyName:String) — method, class flash.net.SharedObject |
| Indicates to the server that the value of a property
in the shared object has changed. |
setElements(value:Vector$flash.text.engine:ContentElement) — method, class flash.text.engine.GroupElement |
| Sets the elements in the group to the contents of the Vector. |
setEmpty() — method, class flash.geom.Rectangle |
| Sets all of the Rectangle object's properties to 0. |
setFullYear(year:Number, month:Number, day:Number) — method, class Date |
| Sets the year, according to local time, and returns the new time in milliseconds. |
setHours(hour:Number, minute:Number, second:Number, millisecond:Number) — method, class Date |
| Sets the hour, according to local time, and returns the new time in milliseconds. |
setInterval(closure:Function, delay:Number, ... rest) — Package Function, flash.utils |
| Runs a function at a specified interval (in milliseconds). |
setKeyFrameInterval(keyFrameInterval:int) — method, class flash.media.Camera |
| Specifies which video frames are transmitted in full (called keyframes)
instead of being interpolated by the video compression algorithm. |
setLocalName(name:String) — method, class XML |
| Changes the local name of the XML object to the given name parameter. |
setLoopback(compress:Boolean) — method, class flash.media.Camera |
| Specifies whether to use a compressed video stream for a local view of the camera. |
setLoopBack(state:Boolean) — method, class flash.media.Microphone |
| Routes audio captured by a microphone to the local speakers. |
setMilliseconds(millisecond:Number) — method, class Date |
| Sets the milliseconds, according to local time, and returns the new time in
milliseconds. |
setMinutes(minute:Number, second:Number, millisecond:Number) — method, class Date |
| Sets the minutes, according to local time, and returns the new time in milliseconds. |
setMode(width:int, height:int, fps:Number, favorArea:Boolean) — method, class flash.media.Camera |
| Sets the camera capture mode to the native mode that best meets the specified requirements. |
setMonth(month:Number, day:Number) — method, class Date |
| Sets the month and optionally the day of the month, according to local time, and
returns the new time in milliseconds. |
setMotionLevel(motionLevel:int, timeout:int) — method, class flash.media.Camera |
| Specifies how much motion is required to dispatch the activity event. |
setName(name:String) — method, class XML |
| Sets the name of the XML object to the given qualified name or attribute name. |
setNamespace(ns:Namespace) — method, class XML |
| Sets the namespace associated with the XML object. |
setPixel(x:int, y:int, color:uint) — method, class flash.display.BitmapData |
| Sets a single pixel of a BitmapData object. |
setPixel32(x:int, y:int, color:uint) — method, class flash.display.BitmapData |
| Sets the color and alpha transparency values of a single pixel of a BitmapData
object. |
setPixels(rect:flash.geom:Rectangle, inputByteArray:flash.utils:ByteArray) — method, class flash.display.BitmapData |
| Converts a byte array into a rectangular region of pixel data. |
setProperty(name:String, value:String) — Static Method , class adobe.utils.XMLUI |
| Modifies the value of the specified property of the current XMLUI dialog. |
setProperty(propertyName:String, value:Object) — method, class flash.net.SharedObject |
| Updates the value of a property in a shared object and indicates to the server
that the value of the property has changed. |
setProperty(name, value) — method, class flash.utils.Proxy |
| Overrides a call to change a property's value. |
setPropertyIsEnumerable(name:String, isEnum:Boolean) — method, class Object |
| Sets the availability of a dynamic property for loop operations. |
setQuality(bandwidth:int, quality:int) — method, class flash.media.Camera |
| Sets the maximum amount of bandwidth per second or the required picture quality
of the current outgoing video feed. |
setSeconds(second:Number, millisecond:Number) — method, class Date |
| Sets the seconds, according to local time, and returns the new time in milliseconds. |
setSelectColor(hexColor:uint) — method, class flash.text.TextSnapshot |
| Specifies the color to use when highlighting characters that have been selected with the
setSelected() method. |
setSelected(beginIndex:int, endIndex:int, select:Boolean) — method, class flash.text.TextSnapshot |
| Specifies a range of characters in a TextSnapshot object to be selected or deselected. |
setSelection(beginIndex:int, endIndex:int) — method, class flash.text.TextField |
| Sets as selected the text designated by the index values of the
first and last characters, which are specified with the beginIndex
and endIndex parameters. |
setSettings(... rest) — Static Method , class XML |
| Sets values for the following XML properties: ignoreComments,
ignoreProcessingInstructions, ignoreWhitespace,
prettyIndent, and prettyPrinting. |
setSilenceLevel(silenceLevel:Number, timeout:int) — method, class flash.media.Microphone |
| Sets the minimum input level that should be considered sound and (optionally) the amount
of silent time signifying that silence has actually begun. |
setStyle(styleName:String, styleObject:Object) — method, class flash.text.StyleSheet |
| Adds a new style with the specified name to the style sheet object. |
setTextFormat(format:flash.text:TextFormat, beginIndex:int, endIndex:int) — method, class flash.text.TextField |
| Applies the text formatting that the format parameter specifies to the specified text in a text field. |
setTime(millisecond:Number) — method, class Date |
| Sets the date in milliseconds since midnight on January 1, 1970, and returns the new
time in milliseconds. |
setTimeout(closure:Function, delay:Number, ... rest) — Package Function, flash.utils |
| Runs a specified function after a specified delay (in milliseconds). |
settings() — Static Method , class XML |
| Retrieves the following properties: ignoreComments,
ignoreProcessingInstructions, ignoreWhitespace,
prettyIndent, and prettyPrinting. |
SETTINGS_MANAGER — Constant Static Property, class flash.system.SecurityPanel |
| When passed to Security.showSettings(), displays the
Settings Manager (in a separate browser window). |
setUseEchoSuppression(useEchoSuppression:Boolean) — method, class flash.media.Microphone |
| Specifies whether to use the echo suppression feature of the audio codec. |
setUTCDate(day:Number) — method, class Date |
| Sets the day of the month, in universal time (UTC), and returns the new time in
milliseconds. |
setUTCFullYear(year:Number, month:Number, day:Number) — method, class Date |
| Sets the year, in universal time (UTC), and returns the new time in milliseconds. |
setUTCHours(hour:Number, minute:Number, second:Number, millisecond:Number) — method, class Date |
| Sets the hour, in universal time (UTC), and returns the new time in milliseconds. |
setUTCMilliseconds(millisecond:Number) — method, class Date |
| Sets the milliseconds, in universal time (UTC), and returns the new time in milliseconds. |
setUTCMinutes(minute:Number, second:Number, millisecond:Number) — method, class Date |
| Sets the minutes, in universal time (UTC), and returns the new time in milliseconds. |
setUTCMonth(month:Number, day:Number) — method, class Date |
| Sets the month, and optionally the day, in universal time(UTC) and returns the new
time in milliseconds. |
setUTCSeconds(second:Number, millisecond:Number) — method, class Date |
| Sets the seconds, and optionally the milliseconds, in universal time (UTC) and
returns the new time in milliseconds. |
setVector(rect:flash.geom:Rectangle, inputVector:Vector$uint) — method, class flash.display.BitmapData |
| |
shader — Property, class flash.display.GraphicsShaderFill |
| The shader to use for the fill. |
shader — Property, class flash.display.ShaderJob |
| The shader that's used for the operation. |
shader — Property, class flash.filters.ShaderFilter |
| The shader to use for this filter. |
Shader — class, package flash.display |
| A Shader instance represents a Pixel Bender shader kernel in ActionScript. |
Shader(code:flash.utils:ByteArray) — Constructor, class flash.display.Shader |
| Creates a new Shader instance. |
SHADER — Constant Static Property, class flash.display.BlendMode |
| Uses a shader to define the blend between objects. |
ShaderData — final dynamic class, package flash.display |
| A ShaderData object contains properties representing any parameters and
inputs for a shader kernel, as well as properties containing any metadata
specified for the shader. |
ShaderData(byteCode:flash.utils:ByteArray) — Constructor, class flash.display.ShaderData |
| Creates a ShaderData instance. |
ShaderEvent — class, package flash.events |
| A ShaderEvent is dispatched when a shader operation launched from
a ShaderJob finishes. |
ShaderEvent(type:String, bubbles:Boolean, cancelable:Boolean, bitmap:flash.display:BitmapData, array:flash.utils:ByteArray, vector:Vector$Number) — Constructor, class flash.events.ShaderEvent |
| Creates a ShaderEvent object to pass to event listeners. |
ShaderFilter — class, package flash.filters |
| The ShaderFilter class applies a filter by executing a shader on the object
being filtered. |
ShaderFilter(shader:flash.display:Shader) — Constructor, class flash.filters.ShaderFilter |
| Creates a new shader filter. |
ShaderInput — final dynamic class, package flash.display |
| A ShaderInput instance represents a single input image for
a shader kernel. |
ShaderInput() — Constructor, class flash.display.ShaderInput |
| Creates a ShaderInput instance. |
ShaderJob — class, package flash.display |
| A ShaderJob instance is used to execute a shader operation in stand-alone mode. |
ShaderJob(shader:flash.display:Shader, target:Object, width:int, height:int) — Constructor, class flash.display.ShaderJob |
| |
ShaderParameter — final dynamic class, package flash.display |
| A ShaderParameter instance represents a single input parameter of
a shader kernel. |
ShaderParameter() — Constructor, class flash.display.ShaderParameter |
| Creates a ShaderParameter instance. |
ShaderParameterType — final class, package flash.display |
| This class defines the constants that represent the possible values for
the ShaderParameter class's type property. |
ShaderPrecision — final class, package flash.display |
| This class defines the constants that represent the possible values for
the Shader class's precisionHint property. |
shadowAlpha — Property, class flash.filters.BevelFilter |
| The alpha transparency value of the shadow color. |
shadowColor — Property, class flash.filters.BevelFilter |
| The shadow color of the bevel. |
Shape — class, package flash.display |
| The Shape class is used to create lightweight shapes by using the ActionScript drawing application program interface (API). |
Shape() — Constructor, class flash.display.Shape |
| Creates a new Shape object. |
sharedEvents — Property, class flash.display.LoaderInfo |
| An EventDispatcher instance that can be used to exchange events across security boundaries. |
SharedObject — class, package flash.net |
| The SharedObject class is used to read and store limited amounts of data on a user's computer
or on a server. |
SharedObjectFlushStatus — final class, package flash.net |
| The SharedObjectFlushStatus class provides values for the code returned from a call to the SharedObject.flush() method. |
sharpness — Property, class flash.text.TextField |
| The sharpness of the glyph edges in this text field. |
shift() — method, class Array |
| Removes the first element from an array and returns that element. |
shift() — method, class Vector |
| Removes the first element from the Vector and returns that element. |
SHIFT — Constant Static Property, class flash.ui.Keyboard |
| Constant associated with the key code value for the Shift key (16). |
shiftKey — Property, class flash.events.FocusEvent |
| Indicates whether the Shift key modifier is activated, in which case the value is
true. |
shiftKey — Property, class flash.events.KeyboardEvent |
| Indicates whether the Shift key modifier is active (true) or inactive
(false). |
shiftKey — Property, class flash.events.MouseEvent |
| Indicates whether the Shift key is active (true) or inactive
(false). |
shortcut — Property, class flash.accessibility.AccessibilityProperties |
| Indicates a keyboard shortcut associated with this display object. |
show() — Static Method , class flash.ui.Mouse |
| Displays the pointer. |
SHOW_ALL — Constant Static Property, class flash.display.StageScaleMode |
| Specifies that the entire application be visible in the specified area without distortion while
maintaining the original aspect ratio of the application. |
showDefaultContextMenu — Property, class flash.display.Stage |
| Specifies whether to show or hide the default items in the Flash Player
context menu. |
showRedrawRegions(on:Boolean, color:uint) — Package Function, flash.profiler |
| Shows or hides redraw regions. |
showSettings(panel:String) — Static Method , class flash.system.Security |
| Displays the Security Settings panel in Flash Player. |
silenceLevel — Property, class flash.media.Microphone |
| The amount of sound required to activate the microphone and dispatch
the activity event. |
silenceTimeout — Property, class flash.media.Microphone |
| The number of milliseconds between the time the microphone stops
detecting sound and the time the activity event is dispatched. |
silent — Property, class flash.accessibility.AccessibilityProperties |
| If true, excludes this display object from accessible presentation. |
SimpleButton — class, package flash.display |
| The SimpleButton class lets you control all instances of button symbols in a SWF
file. |
SimpleButton(upState:flash.display:DisplayObject, overState:flash.display:DisplayObject, downState:flash.display:DisplayObject, hitTestState:flash.display:DisplayObject) — Constructor, class flash.display.SimpleButton |
| Creates a new SimpleButton instance. |
sin(angleRadians:Number) — Static Method , class Math |
| Computes and returns the sine of the specified angle in radians. |
size — Property, class flash.geom.Rectangle |
| The size of the Rectangle object, expressed as a Point object with the values
of the width and height properties. |
size — Property, class flash.net.FileReference |
| The size of the file on the local disk in bytes. |
size — Property, class flash.net.SharedObject |
| The current size of the shared object, in bytes. |
size — Constant Property, class flash.sampler.DeleteObjectSample |
| The size of the DeleteObjectSample object before it is deleted. |
size — Property, class flash.text.TextFormat |
| The size in pixels of text in this text format. |
slice(startIndex:int, endIndex:int) — method, class Array |
| Returns a new array that consists of a range of elements from the original array, without modifying the original array. |
slice(startIndex:Number, endIndex:Number) — method, class String |
| Returns a string that includes the startIndex character
and all characters up to, but not including, the endIndex character. |
slice(startIndex:int, endIndex:int) — method, class Vector |
| Returns a new Vector that consists of a range of elements from
the original Vector, without modifying the original Vector. |
SMALL_CAPS — Constant Static Property, class flash.text.engine.TypographicCase |
| Specifies that uppercase characters use small-caps glyphs on output. |
smooth — Property, class flash.display.GraphicsBitmapFill |
| Specifies whether to apply a smoothing algorithm to the bitmap image. |
smoothing — Property, class flash.display.Bitmap |
| Controls whether or not the bitmap is smoothed when scaled. |
smoothing — Property, class flash.media.Video |
| Specifies whether the video should be smoothed (interpolated) when it is scaled. |
Socket — class, package flash.net |
| The Socket class enables ActionScript code to make
socket connections and to read and write raw binary data. |
Socket(host:String, port:int) — Constructor, class flash.net.Socket |
| Creates a new Socket object. |
socketData — Event, class flash.net.Socket |
| Dispatched when a socket has received data. |
SOCKET_DATA — Constant Static Property, class flash.events.ProgressEvent |
| Defines the value of the type property of a socketData event object. |
some(callback:Function, thisObject) — method, class Array |
| Executes a test function on each item in the array until an item is reached that returns true. |
some(callback:Function, thisObject:Object) — method, class Vector |
| Executes a test function on each item in the Vector until an
item is reached that returns true. |
songName — Property, class flash.media.ID3Info |
| The name of the song; corresponds to the ID3 2.0 tag TIT2. |
sort(... rest) — method, class Array |
| Sorts the elements in an array. |
sort(compareFunction:Function) — method, class Vector |
| Sorts the elements in the Vector. |
sortOn(fieldName:Object, options:Object) — method, class Array |
| Sorts the elements in an array according to one or more fields in the array. |
Sound — class, package flash.media |
| The Sound class lets you work with sound in an application. |
Sound(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — Constructor, class flash.media.Sound |
| Creates a new Sound object. |
SoundChannel — final class, package flash.media |
| The SoundChannel class controls a sound in an application. |
SoundCodec — final class, package flash.media |
| The SoundCodec class is an enumeration of constant values used in setting the codec property
of the Microphone class. |
soundComplete — Event, class flash.media.SoundChannel |
| Dispatched when a sound has finished playing. |
SOUND_COMPLETE — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a soundComplete event object. |
SoundLoaderContext — class, package flash.media |
| The SoundLoaderContext class provides security checks for SWF files that load sound. |
SoundLoaderContext(bufferTime:Number, checkPolicyFile:Boolean) — Constructor, class flash.media.SoundLoaderContext |
| Creates a new sound loader context object. |
SoundMixer — final class, package flash.media |
| The SoundMixer class contains static properties and methods for global sound control
in the application. |
soundTransform — Property, class flash.display.SimpleButton |
| The SoundTransform object assigned to this button. |
soundTransform — Property, class flash.display.Sprite |
| Controls sound within this sprite. |
soundTransform — Property, class flash.media.Microphone |
| Controls the sound of this microphone object when it is in loopback mode. |
soundTransform — Property, class flash.media.SoundChannel |
| The SoundTransform object assigned to the sound channel. |
soundTransform — Static Property, class flash.media.SoundMixer |
| The SoundTransform object that controls global sound properties. |
soundTransform — Property, class flash.net.NetStream |
| Controls sound in this NetStream object. |
SoundTransform — final class, package flash.media |
| The SoundTransform class contains properties for volume and panning. |
SoundTransform(vol:Number, panning:Number) — Constructor, class flash.media.SoundTransform |
| Creates a SoundTransform object. |
source — Property, class RegExp |
| Specifies the pattern portion of the regular expression. |
SPACE — Constant Static Property, class flash.ui.Keyboard |
| Constant associated with the key code value for the Spacebar (32). |
SpaceJustifier — final class, package flash.text.engine |
| The SpaceJustifier class represents properties that control the justification options for text lines in a text block. |
SpaceJustifier(locale:String, lineJustification:String, letterSpacing:Boolean) — Constructor, class flash.text.engine.SpaceJustifier |
| Creates a SpaceJustifier object. |
specifiedWidth — Property, class flash.text.engine.TextLine |
| The width that was specified to the TextBlock.createTextLine() method when it created the line. |
SPEEX — Constant Static Property, class flash.media.SoundCodec |
| Specifies that the Speex codec be used for compressing audio. |
splice(startIndex:int, deleteCount:uint, ... rest) — method, class Array |
| Adds elements to and removes elements from an array. |
splice(startIndex:int, deleteCount:uint, ... rest) — method, class Vector |
| Adds elements to and removes elements from the Vector. |
split(delimiter, limit:Number) — method, class String |
| Splits a String object into an array of substrings
by dividing it wherever the specified delimiter parameter
occurs. |
splitTextElement(elementIndex:int, splitIndex:int) — method, class flash.text.engine.GroupElement |
| Splits a portion of a TextElement in the group into a new TextElement
which is inserted into the group following the specified TextElement. |
spreadMethod — Property, class flash.display.GraphicsGradientFill |
| A value from the SpreadMethod class that
specifies which spread method to use. |
SpreadMethod — final class, package flash.display |
| The SpreadMethod class provides values for the spreadMethod parameter
in the beginGradientFill() and lineGradientStyle() methods of the Graphics class. |
Sprite — class, package flash.display |
| The Sprite class is a basic display list building block: a display list node that can display
graphics and can also contain children. |
Sprite() — Constructor, class flash.display.Sprite |
| Creates a new Sprite instance. |
sqrt(val:Number) — Static Method , class Math |
| Computes and returns the square root of the specified number. |
SQRT1_2 — Constant Static Property, class Math |
| A mathematical constant for the square root of one-half, with an approximate
value of 0.7071067811865476. |
SQRT2 — Constant Static Property, class Math |
| A mathematical constant for the square root of 2, with an approximate
value of 1.4142135623730951. |
SQUARE — Constant Static Property, class flash.display.CapsStyle |
| Used to specify square caps in the caps parameter of the
flash.display.Graphics.lineStyle() method. |
SRTT — Property, class flash.net.NetStreamInfo |
| Specifies the Smooth Round Trip Time for the NetStream session. |
stack — Constant Property, class flash.sampler.Sample |
| Contains information about the methods executed by Flash Player over a specified period of time. |
StackFrame — final class, package flash.sampler |
| The StackFrame class provides access to the properties of a data block
containing a function. |
StackOverflowError — Dynamic Class, package flash.errors |
| ActionScript throws a StackOverflowError exception when the stack available to the script
is exhausted. |
StackOverflowError(message:String) — Constructor, class flash.errors.StackOverflowError |
| Creates a new StackOverflowError object. |
stage — Property, class flash.display.DisplayObject |
| The Stage of the display object. |
Stage — class, package flash.display |
| The Stage class represents the main drawing area. |
StageAlign — final class, package flash.display |
| The StageAlign class provides constant values to use for the Stage.align property. |
StageDisplayState — final class, package flash.display |
| The StageDisplayState class provides values for the Stage.displayState property. |
stageFocusRect — Property, class flash.display.Stage |
| Specifies whether or not objects display a glowing border when they have focus. |
stageHeight — Property, class flash.display.Stage |
| The current height, in pixels, of the Stage. |
StageQuality — final class, package flash.display |
| The StageQuality class provides values for the Stage.quality property. |
StageScaleMode — final class, package flash.display |
| The StageScaleMode class provides values for the Stage.scaleMode property. |
stageWidth — Property, class flash.display.Stage |
| Specifies the current width, in pixels, of the Stage. |
stageX — Property, class flash.events.MouseEvent |
| The horizontal coordinate at which the event occurred in global Stage coordinates. |
stageY — Property, class flash.events.MouseEvent |
| The vertical coordinate at which the event occurred in global Stage coordinates. |
STANDARD — Constant Static Property, class flash.ui.KeyLocation |
| Indicates the key activation is not distinguished as the left or right version of the key,
and did not originate on the numeric keypad (or did not originate with a virtual
key corresponding to the numeric keypad). |
start(waitForCompletion:Boolean) — method, class flash.display.ShaderJob |
| Starts a shader operation in synchronous or asynchronous mode, according to the
value of the waitForCompletion parameter. |
start — Property, class flash.net.NetStreamPlayOptions |
| The start time, in seconds, for streamName. |
start() — method, class flash.printing.PrintJob |
| Displays the operating system's Print dialog box, starts spooling, and sets the PrintJob read-only property values. |
start() — method, class flash.utils.Timer |
| Starts the timer, if it is not already running. |
START — Constant Static Property, class flash.text.engine.TabAlignment |
| Positions the start of the tabbed text at the tab stop. |
startDrag(lockCenter:Boolean, bounds:flash.geom:Rectangle) — method, class flash.display.Sprite |
| Lets the user drag the specified sprite. |
startSampling() — Package Function, flash.sampler |
| Begins the process of collecting memory usage Sample objects. |
static — Statement |
| Specifies that a variable, constant, or method belongs to the class, rather than to instances of the class. |
STATIC — Constant Static Property, class flash.text.engine.TextLineValidity |
| Specifies that the line is static, and that the connection between the line and the text block has been severed,
and the atom data that is unnecessary for rendering has been discarded. |
StaticText — final class, package flash.text |
| This class represents StaticText objects on the display list. |
status — Property, class flash.events.HTTPStatusEvent |
| The HTTP status code returned by the server. |
status — Event, class flash.media.Camera |
| Dispatched when a camera reports its status. |
status — Event, class flash.media.Microphone |
| Dispatched when a microphone reports its status. |
status — Event, class flash.net.LocalConnection |
| Dispatched when a LocalConnection object reports its status. |
STATUS — Constant Static Property, class flash.events.StatusEvent |
| Defines the value of the type property of a status event object. |
StatusEvent — class, package flash.events |
| Flash® Player dispatches StatusEvent objects when a device, such as a camera or microphone, or an object such as a LocalConnection object reports its status. |
StatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, code:String, level:String) — Constructor, class flash.events.StatusEvent |
| Creates an Event object that contains information about status events. |
stop() — method, class flash.display.MovieClip |
| Stops the playhead in the movie clip. |
stop() — method, class flash.media.SoundChannel |
| Stops the sound playing in the channel. |
stop() — method, class flash.utils.Timer |
| Stops the timer. |
STOP — Constant Static Property, class flash.net.NetStreamPlayTransitions |
| Stops playing the streams in a playlist. |
stopAll() — Static Method , class flash.media.SoundMixer |
| Stops all sounds currently playing. |
stopDrag() — method, class flash.display.Sprite |
| Ends the startDrag() method. |
stopImmediatePropagation() — method, class flash.events.Event |
| Prevents processing of any event listeners in the current node and any subsequent nodes in
the event flow. |
stopPropagation() — method, class flash.events.Event |
| Prevents processing of any event listeners in nodes subsequent to the current node in the
event flow. |
stopSampling() — Package Function, flash.sampler |
| Ends the process of collecting memory usage Sample objects and frees resources dedicated to the sampling process. |
streamName — Property, class flash.net.NetStreamPlayOptions |
| The name of the new stream to transition to or to play. |
strength — Property, class flash.filters.BevelFilter |
| The strength of the imprint or spread. |
strength — Property, class flash.filters.DropShadowFilter |
| The strength of the imprint or spread. |
strength — Property, class flash.filters.GlowFilter |
| The strength of the imprint or spread. |
strength — Property, class flash.filters.GradientBevelFilter |
| The strength of the imprint or spread. |
strength — Property, class flash.filters.GradientGlowFilter |
| The strength of the imprint or spread. |
strikethroughOffset — Property, class flash.text.engine.FontMetrics |
| The strikethroughOffset value is the suggested vertical offset from the Roman baseline for a strikethrough. |
strikethroughThickness — Property, class flash.text.engine.FontMetrics |
| The strikethroughThickness value is the suggested thickness for a strikethrough. |
String — final class, Top Level |
| The String class is a data type that represents a string of characters. |
String(expression:Object) — Package Function, Top Level |
| Returns a string representation of the specified parameter. |
String(val:String) — Constructor, class String |
| Creates a new String object initialized to the specified string. |
styleNames — Property, class flash.text.StyleSheet |
| An array that contains the names (as strings) of all of the styles registered
in this style sheet. |
styleSheet — Property, class flash.text.TextField |
| Attaches a style sheet to the text field. |
StyleSheet — Dynamic Class, package flash.text |
| The StyleSheet class lets you create a StyleSheet object that contains text
formatting rules for font size, color, and other styles. |
StyleSheet() — Constructor, class flash.text.StyleSheet |
| Creates a new StyleSheet object. |
SUBPIXEL — Constant Static Property, class flash.text.GridFitType |
| Fits strong horizontal and vertical lines to the sub-pixel
grid on LCD monitors. |
subscriptOffset — Property, class flash.text.engine.FontMetrics |
| The subscriptOffset value is the suggested vertical offset from the Roman baseline for a subscript. |
subscriptScale — Property, class flash.text.engine.FontMetrics |
| The subscriptScale value is the suggested scale factor to apply to the point size for a subscript. |
substr(startIndex:Number, len:Number) — method, class String |
| Returns a substring consisting of the characters that start at the specified
startIndex and with a length specified by len. |
substring(startIndex:Number, endIndex:Number) — method, class String |
| Returns a string consisting of the character specified by startIndex
and all characters up to endIndex - 1. |
subtract(v:flash.geom:Point) — method, class flash.geom.Point |
| Subtracts the coordinates of another point from the coordinates of this point to create a new
point. |
subtract(a:flash.geom:Vector3D) — method, class flash.geom.Vector3D |
| Subtracts the value of the x, y, and z elements of the current Vector3D object
from the values of the x, y, and z elements of another Vector3D object. |
SUBTRACT — Constant Static Property, class flash.display.BlendMode |
| Subtracts the values of the constituent colors in the display object from the values of the background
color, applying a floor of 0. |
SUCCESS — Constant Static Property, class flash.text.engine.TextLineCreationResult |
| Indicates the line was successfully broken. |
super — Statement |
| Invokes the superclass or parent version of a method or constructor. |
superscriptOffset — Property, class flash.text.engine.FontMetrics |
| The superscriptOffset value is the suggested vertical offset from the Roman baseline for a superscript. |
superscriptScale — Property, class flash.text.engine.FontMetrics |
| The superscriptScale value is the suggested scale factor to apply to the point size for a superscript. |
SWAP — Constant Static Property, class flash.net.NetStreamPlayTransitions |
| Replaces a content stream with a different content stream and maintains the rest of the playlist. |
swapChildren(child1:flash.display:DisplayObject, child2:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer |
| Swaps the z-order (front-to-back order) of the two specified child objects. |
swapChildrenAt(index1:int, index2:int) — method, class flash.display.DisplayObjectContainer |
| Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the
child list. |
swapChildrenAt(index1:int, index2:int) — method, class flash.display.Stage |
| Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the
child list. |
swfVersion — Property, class flash.display.LoaderInfo |
| The file format version of the loaded SWF file. |
SWFVersion — final class, package flash.display |
| The SWFVersion class is an enumeration of constant values that indicate the
file format version of a loaded SWF file. |
switch — Statement |
| Causes control to transfer to one of several statements, depending on the value of an expression. |
SWITCH — Constant Static Property, class flash.net.NetStreamPlayTransitions |
| Switches from playing one stream to another stream, typically with streams of the same content. |
sync — Event, class flash.net.SharedObject |
| Dispatched when a remote shared object has been updated by the server. |
SYNC — Constant Static Property, class flash.events.SyncEvent |
| Defines the value of the type property of a sync event object. |
SyncEvent — class, package flash.events |
| Flash® Player dispatches SyncEvent objects when a remote SharedObject instance has been updated
by the server. |
SyncEvent(type:String, bubbles:Boolean, cancelable:Boolean, changeList:Array) — Constructor, class flash.events.SyncEvent |
| Creates an Event object that contains information about sync events. |
SyntaxError — Dynamic Class, Top Level |
| A SyntaxError exception is thrown when a parsing error occurs, for one of the following reasons:. |
SyntaxError(message:String) — Constructor, class SyntaxError |
| Creates a new SyntaxError object. |
System — final class, package flash.system |
| The System class contains properties related to certain operations that take place
on the user's computer, such as operations with shared objects, local settings for cameras and
microphones, and use of the Clipboard. |
|
Symbols 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 |