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 in class flash.display.LoaderInfo
Expresses the domain relationship between the loader and the content: true if they have the same origin domain; false otherwise.
sandboxType — Static property in class flash.system.Security
Indicates the type of security sandbox in which the calling SWF file is operating.
save — Property in class flash.ui.ContextMenuBuiltInItems
The Save menu item lets users with Shockmachine installed save a SWF file.
scale(sx:Number, sy:Number) — Method in class flash.geom.Matrix
Applies a scaling transformation to the matrix.
scale9Grid — Property in class flash.display.DisplayObject
The current scaling grid that is in effect.
scaleMode — Property in class flash.display.Stage
A value from the StageScaleMode class that specifies which scale mode to use.
scaleX — Property in class flash.display.DisplayObject
Indicates the horizontal scale (percentage) of the object as applied from the registration point.
scaleX — Property in class flash.filters.DisplacementMapFilter
The multiplier to use to scale the x displacement result from the map calculation.
scaleY — Property in class flash.display.DisplayObject
Indicates the vertical scale (percentage) of an object as applied from the registration point of the object.
scaleY — Property in class flash.filters.DisplacementMapFilter
The multiplier to use to scale the y displacement result from the map calculation.
Scene — Final class in package flash.display
The Scene class includes properties for identifying the name, labels, and number of frames in a scene.
scenes — Property in 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 in 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 in class flash.system.Capabilities
Specifies the screen color.
screenDPI — Static property in class flash.system.Capabilities
Specifies the dots-per-inch (dpi) resolution of the screen, in pixels.
screenResolutionX — Static property in class flash.system.Capabilities
Specifies the maximum horizontal resolution of the screen.
screenResolutionY — Static property in class flash.system.Capabilities
Specifies the maximum vertical resolution of the screen.
ScriptTimeoutError — Dynamic class in package flash.errors
The ScriptTimeoutError exception is thrown when the script timeout interval is reached.
ScriptTimeoutError(message:String) — Constructor in class flash.errors.ScriptTimeoutError
Creates a new ScriptTimeoutError object.
scroll(x:int, y:int) — Method in class flash.display.BitmapData
Scrolls an image by a certain (x, y) pixel amount.
scroll — Event in class flash.text.TextField
Dispatched by a TextField object after the user scrolls.
SCROLL — Constant static property in class flash.events.Event
Dispatched by a TextField object after the user scrolls.
scrollH — Property in class flash.text.TextField
The current horizontal scrolling position.
scrollRect — Property in class flash.display.DisplayObject
The scroll rectangle bounds of the display object.
scrollV — Property in class flash.text.TextField
The vertical position of text in a text field.
search(pattern) — Method in class String
Searches for the specifed pattern and returns the index of the first matching substring.
seconds — Property in class Date
The seconds (an integer from 0 to 59) portion of a Date object according to local time.
secondsUTC — Property in class Date
The seconds (an integer from 0 to 59) portion of a Date object according to universal time (UTC).
Security — Final class in package flash.system
The Security class lets you specify how SWF files in different domains can communicate with each other.
securityDomain — Property in class flash.system.LoaderContext
Specifies the SecurityDomain to use for a Loader.load() operation.
SecurityDomain — Class in package flash.system
The SecurityDomain class represents the current security "sandbox," also known as a security domain.
securityError — Event in class flash.display.LoaderInfo
A securityError event occurs if a call to the load() method of a Loader object attempts to load data from a server outside the security sandbox.
securityError — Event in class flash.net.FileReference
A securityError event occurs if a call to FileReference.upload() or FileReference.download() 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 in class flash.net.LocalConnection
Dispatched when a security error occurs.
securityError — Event in class flash.net.NetConnection
A securityError event occurs if a call to NetConnection.call() attempts to connect to a server outside the caller's security sandbox.
securityError — Event in class flash.net.NetStream
Dispatched when a security error occurs.
securityError — Event in class flash.net.Socket
A securityError event occurs 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 in class flash.net.URLLoader
A securityError event occurs if a call to URLLoader.load() attempts to load data from a server outside the security sandbox.
securityError — Event in class flash.net.URLStream
A securityError event occurs if a call to URLStream.load() attempts to load data from a server outside the security sandbox.
securityError — Event in class flash.net.XMLSocket
A securityError event occurs if a call to XMLSocket.connect() attempts to connect either to a server outside the caller's security sandbox or to a port lower than 1024.
SecurityError — Dynamic class in Top Level
The SecurityError exception is thrown when some type of security violation takes place.
SecurityError(message:String) — Constructor in class SecurityError
Creates a new SecurityError object.
SECURITY_ERROR — Constant static property in class flash.events.SecurityErrorEvent
Dispatched when a security error occurs.
SecurityErrorEvent — Class in 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 in class flash.events.SecurityErrorEvent
Creates an Event object that contains information about security error events.
SecurityPanel — Final class in package flash.system
The SecurityPanel class provides values for specifying which Security Settings panel you want to display.
seek(offset:Number) — Method in class flash.net.NetStream
Seeks the keyframe closest to the specified number of seconds from the beginning of the stream.
select — Event in class flash.net.FileReference
Dispatched when the user selects a file for upload or download from the file-browsing dialog box.
select — Event in 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 in class flash.events.Event
Dispatched by a FileReference object when an item has been selected.
selectable — Property in class flash.text.TextField
A Boolean value that indicates whether the text field is selectable.
selectionBeginIndex — Property in class flash.text.TextField
The zero-based character index value of the first character in the current selection.
selectionEndIndex — Property in 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 in class flash.net.LocalConnection
Invokes the method named methodName on a connection opened with the connect(connectionName) command (the receiving LocalConnection object).
send(handlerName:String, ... rest) — Method in class flash.net.NetStream
Sends a message on the specified stream to all subscribing clients.
send(object) — Method in 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 in class flash.printing.PrintJob
Sends spooled pages to the printer after PrintJob.start() and PrintJob.addPage() have been successful.
sendToURL(request) — Package function in flash.net
Sends a URL request to a server, but ignores any response.
separatorBefore — Property in class flash.ui.ContextMenuItem
Indicates whether a separator bar should appear above the specified menu item.
serverString — Static property in 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 in class flash.text.TextRenderer
Sets a custom continuous stroke modulation (CSM) lookup table for a font.
setChildIndex(child:flash.display:DisplayObject, index:int) — Method in class flash.display.DisplayObjectContainer
Changes the position of an existing child in the display object container.
setChildIndex(child:flash.display:DisplayObject, index:int) — Method in class flash.display.Stage
Changes the position of an existing child in the display object container.
setChildren(value:Object) — Method in 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 in class flash.system.System
Replaces the contents of the Clipboard with a specified text string.
setCompositionString(composition:String) — Static method in class flash.system.IME
Sets the IME composition string.
setDate(day:Number) — Method in class Date
Sets the day of the month, according to local time, and returns the new time in milliseconds.
setDirty(propertyName:String) — Method in 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.
setEmpty() — Method in class flash.geom.Rectangle
Sets all of the Rectangle object's properties to 0.
setFullYear(year:Number, month:Number, day:Number) — Method in 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 in class Date
Sets the hour, according to local time, and returns the new time in milliseconds.
setInterval(closure, delay, ... rest) — Package function in flash.utils
Runs a function at a specified interval (in milliseconds).
setLocalName(name:String) — Method in class XML
Changes the local name of the XML object to the given name parameter.
setLoopBack(state:Boolean) — Method in class flash.media.Microphone
Set microphone into loopback mode or turn it off.
setMilliseconds(millisecond:Number) — Method in class Date
Sets the milliseconds, according to local time, and returns the new time in milliseconds.
setMinutes(minute:Number, second:Number, millisecond:Number) — Method in 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 in 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 in 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 in class flash.media.Camera
Specifies how much motion is required to dispatch the activity event.
setName(name:String) — Method in class XML
Sets the name of the XML object to the given qualified name or attribute name.
setNamespace(ns:Namespace) — Method in class XML
Sets the namespace associated with the XML object.
setPixel(x:int, y:int, color:uint) — Method in class flash.display.BitmapData
Sets a single pixel of a BitmapData object.
setPixel32(x:int, y:int, color:uint) — Method in 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 in class flash.display.BitmapData
Converts a ByteArray into a rectangular region of pixel data.
setProperty(name:String, value:String) — Static method in class adobe.utils.XMLUI
Modifies the value of the specified property of the current XMLUI dialog.
setProperty(propertyName:String, value:Object) — Method in 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 in class flash.utils.Proxy
Overrides the [[Put]] behavior of the object.
setPropertyIsEnumerable(name:String, isEnum:Boolean) — Method in class Object
Sets the availability of a dynamic property for loop operations.
setQuality(bandwidth:int, quality:int) — Method in 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 in class Date
Sets the seconds, according to local time, and returns the new time in milliseconds.
setSelectColor(hexColor:uint) — Method in 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 in class flash.text.TextSnapshot
Specifies a range of characters in a TextSnapshot object to be selected or deselected.
setSelection(beginIndex:int, endIndex:int) — Method in class flash.text.TextField
Sets as selected the text that the index values of the first and last characters specify, with the beginIndex and endIndex parameters.
setSettings(... rest) — Static method in class XML
Sets values for the following XML properties: ignoreComments, ignoreProcessingInstructions, ignoreWhitespace, prettyIndent, and prettyPrinting.
setSilenceLevel(silenceLevel:Number, timeout:int) — Method in 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 in 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 in 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 in class Date
Sets the date in milliseconds since midnight on January 1, 1970, and returns the new time in milliseconds.
setTimeout(closure, delay, ... rest) — Package function in flash.utils
Runs a specified function after a specified delay (in milliseconds).
settings() — Static method in class XML
Retrieves the following properties: ignoreComments, ignoreProcessingInstructions, ignoreWhitespace, prettyIndent, and prettyPrinting.
SETTINGS_MANAGER — Constant static property in class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Settings Manager (in a separate browser window).
setUseEchoSuppression(useEchoSuppression:Boolean) — Method in class flash.media.Microphone
Specifies whether to use the echo suppression feature of the audio codec.
setUTCDate(day:Number) — Method in 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 in 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 in class Date
Sets the hour, in universal time (UTC), and returns the new time in milliseconds.
setUTCMilliseconds(millisecond:Number) — Method in class Date
Sets the milliseconds, in universal time (UTC), and returns the new time in milliseconds.
setUTCMinutes(minute:Number, second:Number, millisecond:Number) — Method in class Date
Sets the minutes, in universal time (UTC), and returns the new time in milliseconds.
setUTCMonth(month:Number, day:Number) — Method in 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 in class Date
Sets the seconds, and optionally the milliseconds, in universal time (UTC) and returns the new time in milliseconds.
shadowAlpha — Property in class flash.filters.BevelFilter
The alpha transparency value of the shadow color.
shadowColor — Property in class flash.filters.BevelFilter
The shadow color of the bevel.
Shape — Class in package flash.display
The Shape class is used to create lightweight shapes by using the ActionScript drawing application program interface (API).
Shape() — Constructor in class flash.display.Shape
Creates a new Shape object.
sharedEvents — Property in class flash.display.LoaderInfo
An EventDispatcher instance that can be used to exchange events across security boundaries.
SharedObject — Class in package flash.net
The SharedObject class is used to read and store limited amounts of data on a user's computer.
SharedObjectFlushStatus — Final class in package flash.net
A class that provides values for the return code from SharedObject.flush().
sharpness — Property in class flash.text.TextField
The sharpness of the glyph edges in this text field.
shift() — Method in class Array
Removes the first element from an array and returns that element.
SHIFT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Shift key (16).
shiftKey — Property in class flash.events.FocusEvent
Indicates whether the Shift key modifier is activated, in which case the value is true.
shiftKey — Property in class flash.events.KeyboardEvent
Indicates whether the Shift key modifier is active (true) or inactive (false).
shiftKey — Property in class flash.events.MouseEvent
Indicates whether the Shift key modifier is active (true) or inactive (false).
shortcut — Property in class flash.accessibility.AccessibilityProperties
Indicates a keyboard shortcut associated with this display object.
show() — Static method in class flash.ui.Mouse
Displays the pointer.
SHOW_ALL — Constant static property in class flash.display.StageScaleMode
Specifies that the entire Flash application be visible in the specified area without distortion while maintaining the original aspect ratio of the application.
showDefaultContextMenu — Property in class flash.display.Stage
Specifies whether to show or hide the default items in the Flash Player context menu.
showRedrawRegions(on, color) — Package function in flash.profiler
Shows or hides redraw regions.
showSettings(panel:String) — Static method in class flash.system.Security
Displays the Security Settings panel in Flash Player.
silenceLevel — Property in class flash.media.Microphone
An integer that specifies the amount of sound required to activate the microphone and invoke Microphone.onActivity(true).
silenceTimeout — Property in class flash.media.Microphone
A numeric value representing the number of milliseconds between the time the microphone stops detecting sound and the time Microphone.onActivity(false) is invoked.
silent — Property in class flash.accessibility.AccessibilityProperties
If true, excludes this display object from accessible presentation.
SimpleButton — Class in 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 in class flash.display.SimpleButton
Creates a new SimpleButton instance.
sin(angleRadians:Number) — Static method in class Math
Computes and returns the sine of the specified angle in radians.
size — Property in 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 in class flash.net.FileReference
The size of the file on the local disk in bytes.
size — Property in class flash.net.SharedObject
The current size of the shared object, in bytes.
size — Property in class flash.text.TextFormat
The point size of text in this text format.
slice(startIndex:int, endIndex:int) — Method in 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 in class String
Returns a string that includes the startIndex character and all characters up to, but not including, the endIndex character.
smoothing — Property in class flash.display.Bitmap
Controls whether or not the bitmap is smoothed when scaled.
smoothing — Property in class flash.media.Video
Specifies whether the video should be smoothed (interpolated) when it is scaled.
Socket — Class in package flash.net
The Socket class enables ActionScript code to make socket connections and read/write raw binary data.
Socket(host:String, port:int) — Constructor in class flash.net.Socket
Creates a Socket object.
socketData — Event in class flash.net.Socket
Dispatched when a socket has received data.
SOCKET_DATA — Constant static property in class flash.events.ProgressEvent
Dispatched when a socket has received data.
some(callback:Function, thisObject) — Method in class Array
Executes a test function on each item in the array until reaching an item that returns true for the specified function.
songName — Property in class flash.media.ID3Info
The name of the song; corresponds to ID3 2.0 tag TIT2.
sort(... rest) — Method in class Array
Sorts the elements in an array.
sortOn(fieldName:Object, options:Object) — Method in class Array
Sorts the elements in an array according to one or more fields in the array.
Sound — Class in package flash.media
The Sound class lets you work with sound in an application.
Sound(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — Constructor in class flash.media.Sound
Creates a new Sound object.
SoundChannel — Final class in package flash.media
The SoundChannel class controls a sound in an application.
soundComplete — Event in class flash.media.SoundChannel
Dispatched by a Sound object when a sound has finished playing.
SOUND_COMPLETE — Constant static property in class flash.events.Event
Dispatched by a Sound object when a sound has finished playing.
SoundLoaderContext — Class in package flash.media
The SoundLoaderContext class provides security checks for SWF files that load sound.
SoundLoaderContext(bufferTime:Number, checkPolicyFile:Boolean) — Constructor in class flash.media.SoundLoaderContext
Creates a new sound loader context object.
SoundMixer — Final class in package flash.media
The SoundMixer class contains static properties and methods for global sound control in the SWF file.
soundTransform — Property in class flash.display.SimpleButton
The SoundTransform object assigned to this button.
soundTransform — Property in class flash.display.Sprite
Controls sound within this sprite.
soundTransform — Property in class flash.media.Microphone
Controls sound of this microphone object when it is in loopback mode.
soundTransform — Property in class flash.media.SoundChannel
The SoundTransform object assigned to the sound channel.
soundTransform — Static property in class flash.media.SoundMixer
The SoundTransform object that controls global sound properties.
soundTransform — Property in class flash.net.NetStream
Controls sound of this NetStream object.
SoundTransform — Final class in package flash.media
The SoundTransform class contains properties for volume and panning.
SoundTransform(vol:Number, panning:Number) — Constructor in class flash.media.SoundTransform
Creates a SoundTransform object.
source — Property in class RegExp
Specifies the pattern portion of the regular expression.
SPACE — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Spacebar (32).
splice(startIndex:int, deleteCount:uint, ... rest) — Method in class Array
Adds elements to and removes elements from an array.
split(delimiter, limit:Number) — Method in class String
Splits a String object into an array of substrings by dividing it wherever the specified delimiter parameter occurs.
SpreadMethod — Final class in package flash.display
A class that provides values for the spreadMethod parameter in the beginGradientFill() and lineGradientStyle() methods of the Graphics class.
Sprite — Class in 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 in class flash.display.Sprite
Creates a new Sprite instance.
sqrt(val:Number) — Static method in class Math
Computes and returns the square root of the specified number.
SQRT1_2 — Constant static property in class Math
A mathematical constant for the square root of one-half, with an approximate value of 0.7071067811865476.
SQRT2 — Constant static property in class Math
A mathematical constant for the square root of 2, with an approximate value of 1.4142135623730951.
SQUARE — Constant static property in class flash.display.CapsStyle
Used to specify square caps in the caps parameter of the flash.display.Graphics.lineStyle() method.
StackOverflowError — Dynamic class in package flash.errors
ActionScript throws a StackOverflowError exception when the stack available to the script is exhausted.
StackOverflowError(message:String) — Constructor in class flash.errors.StackOverflowError
Creates a new StackOverflowError object.
stage — Property in class flash.display.DisplayObject
The Stage of the display object.
Stage — Class in package flash.display
The Stage class represents the main drawing area.
StageAlign — Final class in package flash.display
A class that provides constant values to use for the Stage.align property.
stageFocusRect — Property in class flash.display.Stage
Specifies whether or not objects display a glowing border when they have focus.
stageHeight — Property in class flash.display.Stage
The current height, in pixels, of the Stage.
StageQuality — Final class in package flash.display
A class that provides values for the Stage.quality property.
StageScaleMode — Final class in package flash.display
A class that provides values for the Stage.scaleMode property.
stageWidth — Property in class flash.display.Stage
Specifies the current width, in pixels, of the Stage.
stageX — Property in class flash.events.MouseEvent
The horizontal coordinate at which the event occurred in global stage coordinates.
stageY — Property in class flash.events.MouseEvent
The vertical coordinate at which the event occurred in global stage coordinates.
STANDARD — Constant static property in class flash.ui.KeyLocation
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() — Method in class flash.printing.PrintJob
Displays the operating system's Print dialog box, starts spooling, and sets the PrintJob read-only property values.
start() — Method in class flash.utils.Timer
Starts the timer, if it is not already running.
startDrag(lockCenter:Boolean, bounds:flash.geom:Rectangle) — Method in class flash.display.Sprite
Lets the user drag the specified sprite.
static — Statement
Specifies that a variable, constant or method belongs to the class, as opposed to instances of the class.
StaticText — Final class in package flash.text
This class represents StaticText objects on the display list.
status — Property in class flash.events.HTTPStatusEvent
The HTTP status code returned by the server.
status — Event in class flash.media.Camera
An info object with a code property of "Camera.muted" indicates that the user has refused to allow the SWF file access to the user's camera.
status — Event in class flash.media.Microphone
Flash Player dispatches this event when a device, such as a camera or microphone, or an object such as a LocalConnection object reports its status.
status — Event in class flash.net.LocalConnection
If LocalConnection.send() is successful, the status event returns "status"; if the call fails, the status event returns "error".
STATUS — Constant static property in class flash.events.StatusEvent
Flash Player dispatches this event when a device, such as a camera or microphone, or an object such as a LocalConnection object reports its status.
StatusEvent — Class in 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 in class flash.events.StatusEvent
Creates an Event object that contains information about status events.
stop() — Method in class flash.display.MovieClip
Stops the playhead in the movie clip.
stop() — Method in class flash.media.SoundChannel
Stops the sound playing in the channel.
stop() — Method in class flash.utils.Timer
Stops the timer.
stopAll() — Static method in class flash.media.SoundMixer
Stops all sounds currently playing.
stopDrag() — Method in class flash.display.Sprite
Ends a Sprite.startDrag() method.
stopImmediatePropagation() — Method in class flash.events.Event
Prevents processing of any event listeners in the current node and any subsequent nodes in the event flow.
stopPropagation() — Method in class flash.events.Event
Prevents processing of any event listeners in nodes subsequent to the current node in the event flow.
strength — Property in class flash.filters.BevelFilter
The strength of the imprint or spread.
strength — Property in class flash.filters.DropShadowFilter
The strength of the imprint or spread.
strength — Property in class flash.filters.GlowFilter
The strength of the imprint or spread.
strength — Property in class flash.filters.GradientBevelFilter
The strength of the imprint or spread.
strength — Property in class flash.filters.GradientGlowFilter
The strength of the imprint or spread.
String — Final class in Top Level
A data type representing a string of characters.
String(expression) — Package function in Top Level
Returns a string representation of the specified parameter.
String(val:String) — Constructor in class String
Creates a new String object initialized to the specified string.
styleNames — Property in class flash.text.StyleSheet
An array that contains the names (as strings) of all of the styles registered in this style sheet.
styleSheet — Property in class flash.text.TextField
Attaches a style sheet to the text field.
StyleSheet — Dynamic class in 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 in class flash.text.StyleSheet
Creates a new StyleSheet object.
SUBPIXEL — Constant static property in class flash.text.GridFitType
Strong horizontal and vertical lines are fit to the sub-pixel grid on LCD monitors.
substr(startIndex:Number, len:Number) — Method in 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 in 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 in class flash.geom.Point
Subtracts the coordinates of another point from the coordinates of this point to create a new point.
SUBTRACT — Constant static property in 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.
super — Statement
Invokes the superclass or parent version of a method or constructor.
swapChildren(child1:flash.display:DisplayObject, child2:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer
Swaps the z-order (front-to-back order) of the two specified child objects.
swapChildrenAt(index1:int, index2:int) — Method in 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 in 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 in class flash.display.LoaderInfo
The file format version of the loaded SWF file.
SWFVersion — Final class in 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.
sync — Event in class flash.net.SharedObject
Flash Player dispatches this event when a remote shared object (SharedObject) has been updated by the server.
SYNC — Constant static property in class flash.events.SyncEvent
Flash Player dispatches this event when a remote shared object (SharedObject) has been updated by the server.
SyncEvent — Class in 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 in class flash.events.SyncEvent
Creates an Event object that contains information about sync events.
SyntaxError — Dynamic class in Top Level
A SyntaxError exception is thrown when a parsing error occurs.
SyntaxError(message:String) — Constructor in class SyntaxError
Creates a new SyntaxError object.
System — Final class in 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