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  
S — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the S key (83).
safeArea — Property in class flash.display.Screen
The bounds of the 'safe' area on this screen in which content will always be visible.
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.
sampleData — Event in class flash.media.Microphone
Dispatched when the microphone has sound data in the buffer.
sampleData — Event in class flash.media.Sound
Dispatched when the runtime requests new audio data.
SAMPLE_DATA — Constant static property in class flash.events.SampleDataEvent
Defines the value of the type property of a SampleDataEvent event object.
SampleDataEvent — Class in package flash.events
Dispatched when a Sound object requests new audio data or when a Microphone object has new audio data to provide.
SampleDataEvent(type:String, bubbles:Boolean, cancelable:Boolean, theposition:Number, thedata:flash.utils:ByteArray) — Constructor in class flash.events.SampleDataEvent
Creates an event object that contains information about audio data events.
sampleInterval — Property in class flash.ui.GameInputDevice
Specifies the rate (in milliseconds) at which to retrieve control values.
sandboxType — Property in class flash.events.BrowserInvokeEvent
The sandbox type for the content in the browser.
sandboxType — Static property in class flash.system.Security
Indicates the type of security sandbox in which the calling file is operating.
SAURASHTRA — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Saurashtra digit set.
save(file:flash.filesystem:File) — Method in class air.utils.ZipArchive
Saves a ZipArchive object to a file.
save(data, defaultFileName:String) — Method in class flash.net.FileReference
Opens a dialog box that lets the user save a file to the local filesystem.
save — Property in class flash.ui.ContextMenuBuiltInItems
Lets the user with Shockmachine installed save a SWF file.
saveToByteArray(bytes:flash.utils:ByteArray) — Method in class air.utils.ZipArchive
Saves a ZipArchive object to a byte array.
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.
scaleBy(s:Number) — Method in class flash.geom.Vector3D
Scales the current Vector3D object by a scalar, a magnitude.
scaleMode — Property in class flash.display.GraphicsStroke
Specifies the stroke thickness scaling.
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.events.TransformGestureEvent
The horizontal scale of the display object, since the previous gesture event.
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.events.TransformGestureEvent
The vertical scale of the display object, since the previous gesture event.
scaleY — Property in class flash.filters.DisplacementMapFilter
The multiplier to use to scale the y displacement result from the map calculation.
scaleZ — Property in class flash.display.DisplayObject
Indicates the depth scale (percentage) of an object as applied from the registration point of the object.
scanHardware() — Package function in flash.media
Forces a rescan of the microphones and cameras on the system.
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.
schema — Event in class flash.data.SQLConnection
Dispatched when a loadSchema() method call's operation completes successfully and the schema results are ready.
SCHEMA — Constant static property in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.loadSchema() method was called.
SCHEMA — Constant static property in class flash.events.SQLEvent
The SQLEvent.SCHEMA constant defines the value of the type property of a schema event object.
Screen — Final class in package flash.display
The Screen class provides information about the display screens available to this application.
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.
ScreenMode — Class in package flash.display
The ScreenMode object provides information about the width, height and refresh rate of a Screen.
ScreenMouseEvent — Class in package flash.events
The SystemTrayIcon object dispatches events of type ScreenMouseEvent in response to mouse interaction.
ScreenMouseEvent(type:String, bubbles:Boolean, cancelable:Boolean, screenX:Number, screenY:Number, ctrlKey:Boolean, altKey:Boolean, shiftKey:Boolean, buttonDown:Boolean, commandKey:Boolean, controlKey:Boolean) — Constructor in class flash.events.ScreenMouseEvent
Creates a ScreenMouseEvent object that contains the mouse location in screen coordinates.
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.
screens — Static property in class flash.display.Screen
The array of the currently available screens.
screenX — Property in class flash.events.ScreenMouseEvent
The X position of the click in screen coordinates.
screenY — Property in class flash.events.ScreenMouseEvent
The Y position of the click in screen coordinates.
ScriptTimeoutError — Dynamic class in package flash.errors
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
The Event.SCROLL constant defines the value of the type property of a scroll event object.
scrollBarsVisible — Property in class flash.html.HTMLWindowCreateOptions
Specifies whether scrollbars should be displayed.
scrollH — Property in class flash.html.HTMLLoader
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.html.HTMLLoader
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.
SEARCH — Constant static property in class flash.text.ReturnKeyLabel
Use the label, "Search".
SEARCH — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for the search button.
searchText — Property in interface flash.accessibility.ISearchableText
Gets the search text from a component implementing ISearchableText.
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).
SecureSocket — Class in package flash.net
The SecureSocket class enables code to make socket connections using the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols.
SecureSocket() — Constructor in class flash.net.SecureSocket
Creates a new SecureSocket object.
Security — Final class in package flash.system
The Security class lets you specify how content in different domains can communicate with each other.
securityDomain — Property in class flash.events.BrowserInvokeEvent
The security domain for the content in the browser, such as "www.adobe.com" or "www.example.org".
securityDomain — Property in class flash.system.LoaderContext
Specifies the security domain 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 air.net.WebSocket
Dispatched if there is a security error when trying to open a WebSocket connection.
securityError — Event in class air.system.License
Dispatched if a call to License.checkDetailsOnline() attempts to load data from a server outside the security sandbox.
securityError — Event in class flash.filesystem.File
Dispatched when an operation violates a security constraint.
securityError — Event in 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 in class flash.net.LocalConnection
Dispatched if a call to LocalConnection.send() attempts to send data to a different security sandbox.
securityError — Event in 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 in class flash.net.SecureSocket
Dispatched when a call to SecureSocket.connect() fails because of a security restriction.
securityError — Event in class flash.net.Socket
Dispatched if a call to Socket.connect() attempts to connect to a server prohibited by the caller's security sandbox or to a port lower than 1024 and no socket policy file exists to permit such a connection.
securityError — Event in class flash.net.URLLoader
Dispatched if a call to URLLoader.load() attempts to load data from a server outside the security sandbox.
securityError — Event in class flash.net.URLStream
Dispatched if a call to URLStream.load() attempts to load data from a server outside the security sandbox.
securityError — Event in 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 — Event in class flash.system.SystemUpdater
Dispatched upon encountering a security error.
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
The SecurityErrorEvent.SECURITY_ERROR constant defines the value of the type property of a securityError event object.
SecurityErrorEvent — Class in package flash.events
An object dispatches a SecurityErrorEvent object to report the occurrence of a security error.
SecurityErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String, id:int) — 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 (also called an I-frame in the video industry) closest to the specified location.
select — Event in class flash.display.NativeMenu
Dispatched by this NativeMenu object when one of its menu items or an item in one of its descendant submenus is selected.
select — Event in class flash.display.NativeMenuItem
Dispatched whenever a menu item is selected by the user.
select — Event in class flash.filesystem.File
Dispatched when the user selects a file or directory from a file- or directory-browsing dialog box.
select — Event in class flash.media.CameraRoll
Dispatched when a user selects an image from the device media library.
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
The Event.SELECT constant defines the value of the type property of a select event object.
SELECT — Constant static property in class flash.events.MediaEvent
A constant for the select MediaEvent.
selectable — Property in class flash.text.TextField
A Boolean value that indicates whether the text field is selectable.
selectAll() — Method in class flash.desktop.NativeApplication
Invokes an internal selectAll command on the focused display object.
selectAll — Event in 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 in class flash.ui.ContextMenuClipboardItems
Enables or disables the 'Select All' item on the clipboard menu.
SELECT_ALL — Constant static property in class flash.events.Event
The Event.SELECT_ALL constant defines the value of the type property of a selectAll event object.
selected — Property in class flash.text.ime.CompositionAttributeRange
A property defining the current composition clause is active and lengthened or shortened or edited with the IME while the neighboring clauses are not changing.
selectedDeviceIndex — Property in class flash.media.AudioDeviceManager
The index of the current selected audio output device, as reflected in the array returned by AudioDeviceManager.deviceNames.
SELECTION — Constant static property in class flash.text.TextInteractionMode
On mobile platforms like Android, the text field starts in normal mode(which implies scroll and non-selectable mode).
selectionActiveIndex — Property in interface flash.accessibility.ISimpleTextSelection
The zero-based character index value of the last character in the current selection.
selectionActiveIndex — Property in class flash.text.StageText
The zero-based character index value of the last character in the current selection.
selectionActiveIndex — Property in interface flash.text.ime.IIMEClient
The zero-based character index value of the last character in the current selection.
selectionAnchorIndex — Property in interface flash.accessibility.ISimpleTextSelection
The zero-based character index value of the first character in the current selection.
selectionAnchorIndex — Property in class flash.text.StageText
The zero-based character index value of the first character in the current selection.
selectionAnchorIndex — Property in interface flash.text.ime.IIMEClient
The zero-based character index value of the first character in the current selection.
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.
selectMultiple — Event in class flash.filesystem.File
Dispatched when the user selects files from the dialog box opened by a call to the browseForOpenMultiple() method.
SELECT_MULTIPLE — Constant static property in class flash.events.FileListEvent
The FileListEvent.SELECT_MULTIPLE constant defines the value of the type property of the event object for a selectMultiple event.
selectPaperSize(paperSize:String) — Method in class flash.printing.PrintJob
Set the paper size.
selectRange(anchorIndex:int, activeIndex:int) — Method in class flash.text.StageText
Selects the text specified by the index values of the first and last characters.
selectRange(anchorIndex:int, activeIndex:int) — Method in interface flash.text.ime.IIMEClient
Sets the range of selected text in the component.
SEMICOLON — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the ; key (186).
send(bytes:flash.utils:ByteArray, offset:uint, length:uint, address:String, port:int) — Method in class flash.net.DatagramSocket
Sends packet containing the bytes in the ByteArray using UDP.
send(connectionName:String, methodName:String, ... rest) — Method in class flash.net.LocalConnection
Invokes the method named methodName on a connection that was opened with the connect(connectionName) method (in the receiving LocalConnection object).
send(handlerName:String, ... rest) — Method in class flash.net.NetStream
Sends a message on a published stream to all subscribing clients.
send(... rest) — Method in 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 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 successful calls to the start() or start2() and addPage() methods.
send(arg, queueLimit:int) — Method in class flash.system.MessageChannel
Sends an object from the sending worker, adding it to the message queue for the receiving worker.
sendControlBytesPerSecond — Property in class flash.net.NetStreamMulticastInfo
Specifies the rate at which the local node is sending control overhead messages to peers and the server, in bytes per second.
sendControlBytesPerSecondToServer — Property in class flash.net.NetStreamMulticastInfo
Specifies the rate at which the local node is sending control overhead messages to the server, in bytes per second.
sendDataBytesPerSecond — Property in class flash.net.NetStreamMulticastInfo
Specifies the rate at which media data is being sent by the local node to peers, in bytes per second.
sendMessage(opcode:uint, data) — Method in class air.net.WebSocket
Sends a message via the WebSocket protocol.
sendMetric(metric:String, value) — Static method in class flash.profiler.Telemetry
Requests a custom metric from Telemetry.
sendSpanMetric(metric:String, startSpanMarker:Number, value) — Static method in class flash.profiler.Telemetry
Requests a custom span metric from Telemetry

Use Telemetry.spanMarker to get a marker at the start of function to be profiled and call Telemetry.sendSpanMetric at the end of function with the marker.

sendToAllNeighbors(message:Object) — Method in class flash.net.NetGroup
Sends a message to all neighbors.
sendToNearest(message:Object, groupAddress:String) — Method in class flash.net.NetGroup
Sends a message to the neighbor (or local node) nearest to the specified group address.
sendToNeighbor(message:Object, sendMode:String) — Method in class flash.net.NetGroup
Sends a message to the neighbor specified by the sendMode parameter.
sendToURL(request) — Package function in flash.net
Sends a URL request to a server, but ignores any response.
SENT — Constant static property in class flash.net.NetGroupSendResult
Indicates that a route was found for the message and it was forwarded toward its destination.
SENTENCE — Constant static property in class flash.text.AutoCapitalize
Capitalize the first word of every sentence.
separator — Static property in class flash.filesystem.File
The host operating system's path component separator character.
separatorBefore — Property in class flash.ui.ContextMenuItem
Indicates whether a separator bar should appear above the specified menu item.
serialNumber — Property in class flash.security.X509Certificate
Provides the serial number of the certificate as a hexadecimal string.
serverCertificate — Property in class flash.net.SecureSocket
Holds the X.509 certificate obtained from the server after a secure SSL/TLS connection is established.
serverCertificateStatus — Property in class flash.net.SecureSocket
Returns the status of the server's certificate.
serverChannelEnabled — Property in class flash.net.GroupSpecifier
Specifies whether members of the NetGroup can open a channel to the server.
ServerSocket — Class in package flash.net
The ServerSocket class allows code to act as a server for Transport Control Protocol (TCP) connections.
ServerSocket() — Constructor in class flash.net.ServerSocket
Creates a ServerSocket object.
ServerSocketConnectEvent — Class in package flash.events
A ServerSocket object dispatches a ServerSocketConnectEvent object when a client attempts to connect to the server socket.
ServerSocketConnectEvent(type:String, bubbles:Boolean, cancelable:Boolean, socket:flash.net:Socket) — Constructor in class flash.events.ServerSocketConnectEvent
Creates a ServerSocketConnectEvent object that contains information about a client connection.
serverString — Static property in class flash.system.Capabilities
A URL-encoded string that specifies values for each Capabilities property.
serverURL — Property in class flash.events.DRMAuthenticationCompleteEvent
The URL of the media rights server.
serverURL — Property in class flash.events.DRMAuthenticationErrorEvent
The URL of the media rights server that rejected the authentication attempt.
serverURL — Property in class flash.events.DRMLicenseRequestEvent
The URL which will be used to communicate with the license server
serverURL — Property in class flash.events.DRMReturnVoucherCompleteEvent
The URL of the media rights server.
serverURL — Property in class flash.events.DRMReturnVoucherErrorEvent
The URL of the media rights server for this return Voucher attempt.
serverURL — Property in class flash.net.drm.DRMContentData
The URL of a media rights server that provides the voucher that is required to view the associated content.
serverURL — Property in class flash.net.drm.DRMDeviceGroup
The URL of the registration server for this device group.
serverURL — Property in class flash.net.drm.DRMVoucher
The url to the license server for this DRMVoucher.
set — Statement
Defines a setter, which is a method that appears in the public interface as a property.
__set(propName:String, value) — Method in class flash.external.HostObject
The universal setter method stores the supplied value into the given property.
SET — Constant static property in class flash.display3D.Context3DStencilAction
Replace the stencil buffer value with the reference value.
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.
setAsDefaultApplication(extension:String) — Method in class flash.desktop.NativeApplication
Sets this application as the default application for opening files with the specified extension.
setAspectRatio(newAspectRatio:String) — Method in class flash.display.Stage
Sets the stage to an orientation with the specified aspect ratio.
setAuthenticationToken(serverUrl:String, domain:String, token:flash.utils:ByteArray) — Method in class flash.net.drm.DRMManager
Sets the authentication token to use for communication with the specified server and domain.
setBlendFactors(sourceFactor:String, destinationFactor:String) — Method in class flash.display3D.Context3D
Specifies the factors used to blend the output color of a drawing operation with the existing color.
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.
setColorMask(red:Boolean, green:Boolean, blue:Boolean, alpha:Boolean) — Method in class flash.display3D.Context3D
Sets the mask used when writing colors to the render buffer.
setCompositionString(composition:String) — Static method in class flash.system.IME
Sets the IME composition string.
setCulling(triangleFaceToCull:String) — Method in class flash.display3D.Context3D
Sets triangle culling mode.
setCurrency(currencyISOCode:String, currencySymbol:String) — Method in class flash.globalization.CurrencyFormatter
Sets the currencyISOCode and currencySymbol properties of the CurrencyFormatter object.
setData(format:String, data:Object, serializable:Boolean) — Method in 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 in class flash.desktop.Clipboard
Adds a reference to a handler function that produces the data to be transfered.
setDate(day:Number) — Method in class Date
Sets the day of the month, according to local time, and returns the new time in milliseconds.
setDateTimePattern(pattern:String) — Method in class flash.globalization.DateTimeFormatter
Sets the pattern string used by this DateTimeFormatter object to format dates and times.
setDateTimeStyles(dateStyle:String, timeStyle:String) — Method in class flash.globalization.DateTimeFormatter
Sets the date and time styles for this instance of the DateTimeFormatter.
setDepthTest(depthMask:Boolean, passCompareMode:String) — Method in class flash.display3D.Context3D
Sets type of comparison used for depth testing.
setDirty(propertyName:String) — Method in class flash.net.SharedObject
Indicates to the server that the value of a property in the shared object has changed.
setElements(value) — Method in class flash.text.engine.GroupElement
Sets the elements in the group to the contents of the Vector.
setEmpty() — Method in class flash.geom.Rectangle
Sets all of the Rectangle object's properties to 0.
setFillMode(fillMode:String) — Method in class flash.display3D.Context3D
Set fill mode used for render.
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).
setItem(name:String, data:flash.utils:ByteArray, stronglyBound:Boolean) — Static method in class flash.data.EncryptedLocalStore
Stores a ByteArray object under the specified name.
setItemIndex(item:flash.display:NativeMenuItem, index:int) — Method in class flash.display.NativeMenu
Moves a menu item to the specified position.
setKeyFrameInterval(keyFrameInterval:int) — Method in class flash.media.Camera
Specifies which video frames are transmitted in full (called keyframes) instead of being interpolated by the video compression algorithm.
setKeyFrameInterval(keyFrameInterval:int) — Method in class flash.media.VideoStreamSettings
The number of video frames transmitted in full (called keyframes or Instantaneous Decoding Refresh (IDR) frames) instead of being interpolated by the video compression algorithm.
setLocalName(name:String) — Method in class XML
Changes the local name of the XML object to the given name parameter.
setLoginCredentialsForHost(hostname:String, user:String, password:String) — Static method in class flash.net.URLRequestDefaults
Sets default user and password credentials for a selected host.
setLoopback(compress:Boolean) — Method in class flash.media.Camera
Specifies whether to use a compressed video stream for a local view of the camera.
setLoopBack(state:Boolean) — Method in class flash.media.Microphone
Routes audio captured by a microphone to the local speakers.
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.
setMode(width:int, height:int, fps:Number) — Method in class flash.media.VideoStreamSettings
Sets the resolution and frame rate used for video encoding.
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.
setOrientation(newOrientation:String) — Method in class flash.display.Stage
Sets the stage to the specified orientation.
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 byte array into a rectangular region of pixel data.
setPostingPassword(password:String, salt:String) — Method in class flash.net.GroupSpecifier
Specifies whether a password is required to post in the NetGroup.
setProfileLevel(profile:String, level:String) — Method in class flash.media.H264VideoStreamSettings
Set profile and level for video encoding.
setProgram(program:flash.display3D:Program3D) — Method in class flash.display3D.Context3D
Sets vertex and fragment shader programs to use for subsequent rendering.
setProgramConstantsFromByteArray(programType:String, firstRegister:int, numRegisters:int, data:flash.utils:ByteArray, byteArrayOffset:uint) — Method in class flash.display3D.Context3D
Set constants for use by shader programs using values stored in a ByteArray.
setProgramConstantsFromFloatVector(programType:String, firstRegister:int, data, numRegisters:int) — Method in class flash.display3D.Context3D
Sets the constant inputs for the shader programs.
setProgramConstantsFromMatrix(programType:String, firstRegister:int, matrix:flash.geom:Matrix3D, transposedMatrix:Boolean) — Method in class flash.display3D.Context3D
Sets constants for use by shader programs using values stored in a Matrix3D.
setProgramConstantsFromVector(programType:String, firstRegister:int, data, numRegisters:int) — Method in class flash.display3D.Context3D
Sets the constant inputs for the shader programs.
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
setPropertyIsEnumerable(name:String, isEnum:Boolean) — Method in class Object
Sets the availability of a dynamic property for loop operations.
setPublishPassword(password:String, salt:String) — Method in class flash.net.GroupSpecifier
Specifies whether a password is required to publish a multicast stream in the NetStream.
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.
setQuality(bandwidth:int, quality:int) — Method in class flash.media.VideoStreamSettings
Sets maximum amount of bandwidth per second or the required picture quality that the current outgoing video feed can use.
setRenderToBackBuffer() — Method in class flash.display3D.Context3D
Sets the back rendering buffer as the render target.
setRenderToTexture(texture:flash.display3D.textures:TextureBase, enableDepthAndStencil:Boolean, antiAlias:int, surfaceSelector:int, colorOutputIndex:int) — Method in class flash.display3D.Context3D
Sets the specified texture as the rendering target.
setRequestedUpdateInterval(interval:Number) — Method in class flash.sensors.Accelerometer
The setRequestedUpdateInterval method is used to set the desired time interval for updates.
setRequestedUpdateInterval(interval:Number) — Method in class flash.sensors.DeviceRotation
The setRequestedUpdateInterval method is used to set the desired time interval for updates.
setRequestedUpdateInterval(interval:Number) — Method in class flash.sensors.Geolocation
Used to set the time interval for updates, in milliseconds.
setSamplerStateAt(sampler:int, wrap:String, filter:String, mipfilter:String) — Method in class flash.display3D.Context3D
Manually override texture sampler state.
setSavepoint — Event in class flash.data.SQLConnection
Dispatched when a setSavepoint() method call's operation completes successfully.
setSavepoint(name:String, responder:flash.net:Responder) — Method in class flash.data.SQLConnection
Creates a savepoint, which is like a bookmark within a database transaction.
SET_SAVEPOINT — Constant static property in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.setSavepoint() method was called.
SET_SAVEPOINT — Constant static property in class flash.events.SQLEvent
The SQLEvent.SET_SAVEPOINT constant defines the value of the type property of a setSavepoint event object.
setScissorRectangle(rectangle:flash.geom:Rectangle) — Method in class flash.display3D.Context3D
Sets a scissor rectangle, which is type of drawing mask.
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 designated by the index values of the first and last characters, which are specified 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.
setSharedProperty(key:String, value) — Method in class flash.system.Worker
Provides a named value that is available to code running in the worker's swf.
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.
setStencilActions(triangleFace:String, compareMode:String, actionOnBothPass:String, actionOnDepthFail:String, actionOnDepthPassStencilFail:String) — Method in class flash.display3D.Context3D
Sets stencil mode and operation.
setStencilReferenceValue(referenceValue:uint, readMask:uint, writeMask:uint) — Method in class flash.display3D.Context3D
Sets the stencil comparison value used for stencil tests.
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.
setTextureAt(sampler:int, texture:flash.display3D.textures:TextureBase) — Method in class flash.display3D.Context3D
Specifies the texture to use for a texture input register of a fragment program.
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).
setTo(aa:Number, ba:Number, ca:Number, da:Number, txa:Number, tya:Number) — Method in class flash.geom.Matrix
Sets the members of Matrix to the specified values
setTo(xa:Number, ya:Number) — Method in class flash.geom.Point
Sets the members of Point to the specified values
setTo(xa:Number, ya:Number, widtha:Number, heighta:Number) — Method in class flash.geom.Rectangle
Sets the members of Rectangle to the specified values
setTo(xa:Number, ya:Number, za:Number) — Method in class flash.geom.Vector3D
Sets the members of Vector3D to the specified values
SETUP — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging the setup application or menu.
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.
setVector(rect:flash.geom:Rectangle, inputVector) — Method in class flash.display.BitmapData
Converts a Vector into a rectangular region of pixel data.
setVertexBufferAt(index:int, buffer:flash.display3D:VertexBuffer3D, bufferOffset:int, format:String) — Method in class flash.display3D.Context3D
Specifies which vertex data components correspond to a single vertex shader program input.
SHA1 — Constant static property in class air.security.Digest
Definition for the SHA-1 algorithm
SHA256 — Constant static property in class air.security.Digest
Definition for the SHA-256 algorithm
SHA512 — Constant static property in class air.security.Digest
Definition for the SHA-512 algorithm
shader — Property in class flash.display.GraphicsShaderFill
The shader to use for the fill.
shader — Property in class flash.display.ShaderJob
The shader that's used for the operation.
shader — Property in class flash.filters.ShaderFilter
The shader to use for this filter.
Shader — Class in package flash.display
A Shader instance represents a Pixel Bender shader kernel in ActionScript.
Shader(code:flash.utils:ByteArray) — Constructor in class flash.display.Shader
Creates a new Shader instance.
SHADER — Constant static property in class flash.display.BlendMode
Uses a shader to define the blend between objects.
ShaderData — Final dynamic class in 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 in class flash.display.ShaderData
Creates a ShaderData instance.
ShaderEvent — Class in 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) — Constructor in class flash.events.ShaderEvent
Creates a ShaderEvent object to pass to event listeners.
ShaderFilter — Class in package flash.filters
The ShaderFilter class applies a filter by executing a shader on the object being filtered.
ShaderFilter(shader:flash.display:Shader) — Constructor in class flash.filters.ShaderFilter
Creates a new shader filter.
ShaderInput — Final dynamic class in package flash.display
A ShaderInput instance represents a single input image for a shader kernel.
ShaderInput() — Constructor in class flash.display.ShaderInput
Creates a ShaderInput instance.
ShaderJob — Class in 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 in class flash.display.ShaderJob
ShaderParameter — Final dynamic class in package flash.display
A ShaderParameter instance represents a single input parameter of a shader kernel.
ShaderParameter() — Constructor in class flash.display.ShaderParameter
Creates a ShaderParameter instance.
ShaderParameterType — Final class in package flash.display
This class defines the constants that represent the possible values for the ShaderParameter class's type property.
ShaderPrecision — Final class in package flash.display
This class defines the constants that represent the possible values for the Shader class's precisionHint property.
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
This class is used to create lightweight shapes using the ActionScript drawing application program interface (API).
Shape() — Constructor in class flash.display.Shape
Creates a new Shape object.
shareable — Property in class flash.utils.ByteArray
Every byte array can either be "non-shareable" or "shareable".
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 or on a server.
SharedObjectFlushStatus — Final class in package flash.net
The SharedObjectFlushStatus class provides values for the code returned from a call to the SharedObject.flush() method.
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() — Method in class Vector
Removes the first element from the Vector 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.GestureEvent
Indicates whether the Shift key is active (true) or inactive (false).
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 is active (true) or inactive (false).
shiftKey — Property in class flash.events.TouchEvent
Indicates whether the Shift key is active (true) or inactive (false).
SHORT — Constant static property in class flash.data.SQLColumnNameStyle
Indicates that column names returned from a SELECT statement use short-column-name format.
SHORT — Constant static property in class flash.globalization.DateTimeStyle
Specifies the short style of a date or time.
SHORT_ABBREVIATION — Constant static property in class flash.globalization.DateTimeNameStyle
Specifies the short abbreviation style for month names and weekday names.
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 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 runtime context menu.
showPageSetupDialog() — Method in class flash.printing.PrintJob
Displays the operating system's Page Setup dialog if the current environment supports it.
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.
signatureAlgorithmOID — Property in class flash.security.X509Certificate
Provides the signature algorithm Object Identifier (OID).
signatureAlgorithmParams — Property in class flash.security.X509Certificate
Provides the signature algorithm's parameters.
SignatureStatus — Final class in package flash.security
The SignatureStatus class defines constants used by the validityStatus property of an XMLSignatureValidator object.
signerCN — Property in class flash.security.XMLSignatureValidator
The Common Name field of the signing certificate.
signerDN — Property in class flash.security.XMLSignatureValidator
The Distinguished Name field of the signing certificate.
signerExtendedKeyUsages — Property in class flash.security.XMLSignatureValidator
An array containing the Extended Key Usages OIDs listed in the signing certificate.
signerTrustSettings — Property in class flash.security.XMLSignatureValidator
An array containing the trust settings of the signing certificate.
SignerTrustSettings — Final class in package flash.security
The SignerTrustSettings class defines constants used with the signerTrustSettings property of an XMLSignatureValidator object.
SIGNING — Constant static property in class flash.security.SignerTrustSettings
The certificate is trusted for signing in general.
silenceLevel — Property in class flash.media.Microphone
The amount of sound required to activate the microphone and dispatch the activity event.
silenceTimeout — Property in 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 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 size in pixels of text in this text format.
sizeX — Property in class flash.events.TouchEvent
Width of the contact area.
sizeY — Property in class flash.events.TouchEvent
Height of the contact area.
SKIP_BACKWARD — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging quick skip backward (usually 7-10 seconds).
SKIP_FORWARD — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging quick skip ahead (usually 30 seconds).
SLASH — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the / key (191).
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.
slice(startIndex:int, endIndex:int) — Method in 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 in class flash.text.engine.TypographicCase
Specifies that uppercase characters use small-caps glyphs on output.
smooth — Property in class flash.display.GraphicsBitmapFill
Specifies whether to apply a smoothing algorithm to the bitmap image.
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 — Property in class flash.events.ServerSocketConnectEvent
The socket for the new connection.
Socket — Class in package flash.net
The Socket class enables code to establish Transport Control Protocol (TCP) socket connections for sending and receiving binary data.
Socket(host:String, port:int) — Constructor in class flash.net.Socket
Creates a new Socket object.
socketData — Event in class flash.net.SecureSocket
Dispatched when a socket has received data.
socketData — Event in class flash.net.Socket
Dispatched when a socket has received data.
SOCKET_DATA — Constant static property in class flash.events.ProgressEvent
Defines the value of the type property of a socketData event object.
softKeyboard — Property in class flash.display.InteractiveObject
Controls the appearance of the soft keyboard.
softKeyboardActivate — Event in class flash.display.InteractiveObject
Dispatched immediately after the soft keyboard is raised.
softKeyboardActivate — Event in class flash.text.StageText
Dispatched after the soft keyboard is activated, as a result of the StageText object acquiring focus.
SOFT_KEYBOARD_ACTIVATE — Constant static property in class flash.events.SoftKeyboardEvent
The SoftKeyboardEvent.SOFT_KEYBOARD_ACTIVATE constant defines the value of the type property SoftKeyboardEvent object when a soft keyboard is displayed.
softKeyboardActivating — Event in class flash.display.InteractiveObject
Dispatched immediately before the soft keyboard is raised.
softKeyboardActivating — Event in class flash.text.StageText
Dispatched before soft keyboard activation, as a result of the StageText object acquiring focus.
SOFT_KEYBOARD_ACTIVATING — Constant static property in class flash.events.SoftKeyboardEvent
The SoftKeyboardEvent.SOFT_KEYBOARD_ACTIVATING constant defines the value of the type property SoftKeyboardEvent object immediately before a soft keyboard is displayed.
softKeyboardDeactivate — Event in class flash.display.InteractiveObject
Dispatched immediately after the soft keyboard is lowered.
softKeyboardDeactivate — Event in class flash.text.StageText
Dispatched after the soft keyboard is deactivated, as a result of the StageText object losing focus.
SOFT_KEYBOARD_DEACTIVATE — Constant static property in class flash.events.SoftKeyboardEvent
The SoftKeyboardEvent.SOFT_KEYBOARD_DEACTIVATE constant defines the value of the type property SoftKeyboardEvent object when a soft keyboard is lowered or hidden.
SoftKeyboardEvent — Class in package flash.events
A SoftKeyboardEvent object is dispatched when a software-driven keyboard is activated or de-activated on a device or operating system.
SoftKeyboardEvent(type:String, bubbles:Boolean, cancelable:Boolean, relatedObjectVal:flash.display:InteractiveObject, triggerTypeVal:String) — Constructor in class flash.events.SoftKeyboardEvent
Creates an event object that contains information about soft keyboard activation and de-activation events.
softKeyboardInputAreaOfInterest — Property in class flash.display.InteractiveObject
Defines the area that should remain on-screen when a soft keyboard is displayed (not available on iOS).
softKeyboardRect — Property in class flash.display.Stage
A Rectangle specifying the area of the stage that is currently covered by a soft keyboard.
SoftKeyboardTrigger — Class in package flash.events
The SoftKeyboardTrigger class provides enumerator values for the triggerType property of the SoftKeyboardEvent class.
softKeyboardType — Property in class flash.text.StageText
Controls the appearance of the soft keyboard.
SoftKeyboardType — Final class in package flash.text
The SoftKeyboardType class defines the types of soft keyboards for mobile applications.
SOFTWARE — Constant static property in class flash.display3D.Context3DRenderMode
Use software 3D rendering.
SOFTWARE — Constant static property in class flash.media.VideoStatus
Indicates software video decoding.
SOLID — Constant static property in class flash.display3D.Context3DFillMode
The fill mode is solid mode.
some(callback:Function, thisObject) — Method in 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 in class Vector
Executes a test function on each item in the Vector until an item is reached that returns true.
songName — Property in class flash.media.ID3Info
The name of the song; corresponds to the ID3 2.0 tag TIT2.
SORENSON — Constant static property in class flash.media.VideoCodec
Constant value indicating that Sorenson Spark codec is used for compressing video.
sort(... rest) — Method in class Array
Sorts the elements in an array.
sort(sortBehavior) — Method in class Vector
Sorts the elements in the Vector object, and also returns a sorted Vector object.
SORTING — Constant static property in class flash.globalization.CollatorMode
Initializes a Collator object so that the compare method is optimized for sorting a list of text strings to be displayed to an end user.
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.
SOUND — Constant static property in class flash.notifications.NotificationStyle
A notification style to play sound upon receiving a notification.
SoundChannel — Final class in package flash.media
The SoundChannel class controls a sound in an application.
SoundCodec — Final class in package flash.media
The SoundCodec class is an enumeration of constant values used in setting the codec property of the Microphone class.
soundComplete — Event in class flash.media.SoundChannel
Dispatched when a sound has finished playing.
SOUND_COMPLETE — Constant static property in class flash.events.Event
The Event.SOUND_COMPLETE constant defines the value of the type property of a soundComplete event object.
SoundLoaderContext — Class in package flash.media
The SoundLoaderContext class provides security checks for 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 application.
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 the 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 in 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.
SOURCE_ALPHA — Constant static property in class flash.display3D.Context3DBlendFactor
The blend factor is (Sa,Sa,Sa,Sa), where Sa is the alpha component of the fragment color computed by the pixel program.
SOURCE_COLOR — Constant static property in class flash.display3D.Context3DBlendFactor
The blend factor is (Sr,Sg,Sb,Sa), where Sr/g/b/a is the corresponding component of the fragment color computed by the pixel program.
SPACE — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Spacebar (32).
spaceAvailable — Property in class flash.filesystem.File
The space available for use at this File location, in bytes.
SpaceJustifier — Final class in 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 in class flash.text.engine.SpaceJustifier
Creates a SpaceJustifier object.
spanMarker — Static property in class flash.profiler.Telemetry
Returns a marker for use with Telemetry.sendSpanMetric
SPEAKER_MUTE — Constant static property in class flash.media.MicrophoneEnhancedMode
Use this mode when the speaker is muted.
specifiedWidth — Property in class flash.text.engine.TextLine
The width that was specified to the TextBlock.createTextLine() method when it created the line.
speed — Property in class flash.events.GeolocationEvent
The speed in meters/second.
SPEEX — Constant static property in class flash.media.SoundCodec
Specifies that the Speex codec be used for compressing audio.
splice(startIndex:int, deleteCount:uint, ... rest) — Method in class Array
Adds elements to and removes elements from an array.
splice(startIndex:int, deleteCount:uint, ... rest) — Method in class Vector
Adds elements to and removes elements from the Vector.
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.
splitTextElement(elementIndex:int, splitIndex:int) — Method in class flash.text.engine.GroupElement
Splits a TextElement into two, creating a new TextElement at the specified position.
spreadMethod — Property in class flash.display.GraphicsGradientFill
A value from the SpreadMethod class that specifies which spread method to use.
SpreadMethod — Final class in package flash.display
The SpreadMethod class 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.
sql — Property in class flash.data.SQLSchema
Returns the entire text of the SQL statement that was used to create this schema object.
SQLCollationType — Class in package flash.data
This class contains the constants that represent the possible values for the defaultCollationType parameter of the SQLColumnSchema constructor, as well as the SQLColumnSchema.defaultCollationType property.
SQLColumnNameStyle — Class in package flash.data
This class contains the constants that represent the possible values for the SQLConnection.columnNameStyle property.
SQLColumnSchema — Class in package flash.data
The SQLColumnSchema class provides information describing the characteristics of a specific column within a table in a database.
SQLColumnSchema(name:String, primaryKey:Boolean, allowNull:Boolean, autoIncrement:Boolean, dataType:String, defaultCollationType:String) — Constructor in class flash.data.SQLColumnSchema
Constructs a SQLColumnSchema instance.
sqlConnection — Property in class flash.data.SQLStatement
The SQLConnection object that manages the connection to the database or databases on which the statement is executed.
SQLConnection — Class in package flash.data
A SQLConnection instance is used to manage the creation of and connection to local SQL database files (local databases).
SQLConnection() — Constructor in class flash.data.SQLConnection
Creates a SQLConnection instance.
SQLError — Class in package flash.errors
A SQLError instance provides detailed information about a failed operation.
SQLError(operation:String, details:String, message:String, id:int, detailID:int, detailArgs:Array) — Constructor in class flash.errors.SQLError
Creates a SQLError instance that can be thrown or used with a SQLErrorEvent instance's error property.
SQLErrorEvent — Class in package flash.events
A SQLErrorEvent instance is dispatched by a SQLConnection instance or SQLStatement instance when an error occurs while performing a database operation in asynchronous execution mode.
SQLErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, error:flash.errors:SQLError) — Constructor in class flash.events.SQLErrorEvent
Creates a SQLErrorEvent object to pass as an argument to event listeners.
SQLErrorOperation — Class in package flash.errors
This class contains the constants that represent the possible values for the SQLError.operation property.
SQLEvent — Class in package flash.events
Adobe AIR dispatches SQLEvent objects when one of the operations performed by a SQLConnection or SQLStatement instance completes successfully.
SQLEvent(type:String, bubbles:Boolean, cancelable:Boolean) — Constructor in class flash.events.SQLEvent
Creates a SQLEvent object to pass as a parameter to event listeners.
SQLIndexSchema — Class in package flash.data
A SQLIndexSchema instance provides information describing a specific index in a database.
SQLIndexSchema(database:String, name:String, sql:String, table:String) — Constructor in class flash.data.SQLIndexSchema
Creates a SQLIndexSchema instance.
SQLMode — Class in package flash.data
This class contains the constants that represent the possible values for the openMode parameter of the SQLConnection.open() and SQLConnection.openAsync() methods.
SQLResult — Class in package flash.data
The SQLResult class provides access to data returned in response to the execution of a SQL statement (a SQLStatement instance).
SQLResult(data:Array, rowsAffected:Number, complete:Boolean, rowID:Number) — Constructor in class flash.data.SQLResult
Creates a SQLResult instance.
SQLSchema — Class in package flash.data
The SQLSchema class is the base class for schema information for database objects such as tables, views, and indices.
SQLSchema(database:String, name:String, sql:String) — Constructor in class flash.data.SQLSchema
Creates a SQLSchema instance.
SQLSchemaResult — Class in package flash.data
A SQLSchemaResult instance contains the information resulting from a call to the SQLConnection.loadSchema() method.
SQLSchemaResult(tables:Array, views:Array, indices:Array, triggers:Array) — Constructor in class flash.data.SQLSchemaResult
Creates a SQLSchemaResult instance.
SQLStatement — Class in package flash.data
A SQLStatement instance is used to execute a SQL statement against a local SQL database that is open through a SQLConnection instance.
SQLStatement() — Constructor in class flash.data.SQLStatement
Creates a SQLStatement instance.
SQLTableSchema — Class in package flash.data
A SQLTableSchema instance provides information describing a specific table in a database.
SQLTableSchema(database:String, name:String, sql:String, columns:Array) — Constructor in class flash.data.SQLTableSchema
Creates a SQLTableSchema instance.
SQLTransactionLockType — Class in package flash.data
This class contains the constants that represent the possible values for the option parameter of the SQLConnection.begin() method.
SQLTriggerSchema — Class in package flash.data
A SQLTriggerSchema instance provides information describing a specific trigger in a database.
SQLTriggerSchema(database:String, name:String, sql:String, table:String) — Constructor in class flash.data.SQLTriggerSchema
Creates a SQLTriggerSchema instance.
SQLUpdateEvent — Class in package flash.events
A SQLUpdateEvent object is dispatched by a SQLConnection object when a data change occurs on any table associated with the SQLConnection instance.
SQLUpdateEvent(type:String, bubbles:Boolean, cancelable:Boolean, table:String, rowID:Number) — Constructor in class flash.events.SQLUpdateEvent
Creates a new SQLUpdateEvent instance.
SQLViewSchema — Class in package flash.data
A SQLViewSchema instance provides information describing a specific view in a database.
SQLViewSchema(database:String, name:String, sql:String, columns:Array) — Constructor in class flash.data.SQLViewSchema
Creates a SQLViewSchema 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.
srcAddress — Property in class flash.events.DatagramSocketDataEvent
The IP address of the machine that sent the packet.
srcPort — Property in class flash.events.DatagramSocketDataEvent
The port on the machine that sent the packet.
SRTT — Property in class flash.net.NetStreamInfo
The smoothed round trip time (SRTT) for the NetStream session, in milliseconds.
SRVRecord — Class in package flash.net.dns
The SRVRecord class represents a Domain Name System (DNS) SRV resource record containing a service host.
SRVRecord() — Constructor in class flash.net.dns.SRVRecord
Creates an SRV resource record.
StackOverflowError — Dynamic class in package flash.errors
stackTrace — Property in class flash.events.HTMLUncaughtScriptExceptionEvent
An array of objects that represent the stack trace at the time the throw statement that resulted in the uncaught exception was executed.
stage — Property in class flash.display.DisplayObject
The Stage of the display object.
stage — Property in class flash.display.NativeWindow
The Stage object for this window.
stage — Property in class flash.media.StageWebView
The stage on which this StageWebView object is displayed.
stage — Property in class flash.text.StageText
The stage on which this StageText object is displayed.
Stage — Class in package flash.display
The Stage class represents the main drawing area.
Stage3D — Class in package flash.display
The Stage3D class provides a display area and a programmable rendering context for drawing 2D and 3D graphics.
Stage3D() — Constructor in class flash.display.Stage3D
stage3Ds — Property in class flash.display.Stage
A list of Stage3D objects available for displaying 3-dimensional content.
StageAlign — Final class in package flash.display
The StageAlign class provides constant values to use for the Stage.align property.
StageAspectRatio — Final class in package flash.display
The StageAspectRatio class provides values for the Stage.setAspectRatio() method.
StageDisplayState — Final class in package flash.display
The StageDisplayState class provides values for the Stage.displayState 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.
StageOrientation — Final class in package flash.display
The StageOrientation class defines constants enumerating the possible orientations of the stage and the device.
StageOrientationEvent — Class in package flash.events
A Stage object dispatches a StageOrientationEvent object when the orientation of the stage changes.
StageOrientationEvent(type:String, bubbles:Boolean, cancelable:Boolean, beforeOrientation:String, afterOrientation:String) — Constructor in class flash.events.StageOrientationEvent
Creates a StageOrientationEvent object with specific information relevant to stage orientation events.
StageQuality — Final class in package flash.display
The StageQuality class provides values for the Stage.quality property and for the value of the quality parameter to the BitmapData.drawWithQuality() method.
StageScaleMode — Final class in package flash.display
The StageScaleMode class provides values for the Stage.scaleMode property.
StageText — Final class in package flash.text
The StageText class is used to present the user with a native text input field.
StageText(initOptions:flash.text:StageTextInitOptions) — Constructor in class flash.text.StageText
Creates a StageText object.
StageTextClearButtonMode — Final class in package flash.text
This class defines an enumeration that provides option for clearButton.
StageTextContentType — Final class in package flash.text
The StageTextContentType class defines the content type/hint that is provided to mobile operating systems when using a StageText text input control.
StageTextInitOptions — Class in package flash.text
The StageTextInitOptions class defines the options available for initializing a StageText object.
StageTextInitOptions(multiline:Boolean) — Constructor in class flash.text.StageTextInitOptions
Creates a StageTextInitOptions object.
StageVideo — Class in package flash.media
The StageVideo object uses the device's hardware acceleration capabilities, if available, to display live or recorded video in an application.
stageVideoAvailability — Event in class flash.display.Stage
Dispatched by the Stage object when the state of the stageVideos property changes.
StageVideoAvailability — Final class in package flash.media
This class defines an enumeration that indicates whether stage video is currently available.
STAGE_VIDEO_AVAILABILITY — Constant static property in class flash.events.StageVideoAvailabilityEvent
Defines the value of the type property of a stageVideoAvailability event object.
StageVideoAvailabilityEvent — Class in package flash.events

This event fires when the state of the Stage.stageVideos property changes.

StageVideoAvailabilityEvent(type:String, bubbles:Boolean, cancelable:Boolean, availability:String) — Constructor in class flash.events.StageVideoAvailabilityEvent

Constructor.

StageVideoAvailabilityReason — Final class in package flash.media
This class defines an enumeration that indicates whether stage video is currently available.
StageVideoEvent — Class in package flash.events
A StageVideo object dispatches a StageVideoEvent object after the attachNetStream() method of the StageVideo object and the play() method of the attached NetStream object have both been called.
StageVideoEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:String, colorSpace:String) — Constructor in class flash.events.StageVideoEvent
Creates an Event object that contains information about StageVideo events.
stageVideos — Property in class flash.display.Stage
A list of StageVideo objects available for playing external videos.
StageWebView — Final class in package flash.media
The StageWebView class displays HTML content in a stage view port.
StageWebView(... rest) — Constructor in class flash.media.StageWebView
Creates a StageWebView object.
stageWidth — Property in class flash.display.Stage
Specifies the current width, in pixels, of the Stage.
stageX — Property in class flash.events.GestureEvent
The horizontal coordinate at which the event occurred in global Stage coordinates.
stageX — Property in class flash.events.MouseEvent
The horizontal coordinate at which the event occurred in global Stage coordinates.
stageX — Property in class flash.events.TouchEvent
The horizontal coordinate at which the event occurred in global Stage coordinates.
stageY — Property in class flash.events.GestureEvent
The vertical 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.
stageY — Property in class flash.events.TouchEvent
The vertical coordinate at which the event occurred in global Stage coordinates.
STANDALONE — Constant static property in class flash.globalization.DateTimeNameContext
Indicates that the date element name is used in a "stand alone" context, independent of other formats.
STANDARD — Constant static property in class flash.desktop.InvokeEventReason
Indicates that the InvokeEvent occured for any reason other than login or open url.
STANDARD — Constant static property in class flash.display.NativeWindowSystemChrome
The standard chrome for the host operating system.
STANDARD — Constant static property in class flash.display3D.Context3DProfile
Use an standard profile to target GPUs which support MRT, AGAL2 and float textures.
STANDARD — Constant static property in 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).
STANDARD_CONSTRAINED — Constant static property in class flash.display3D.Context3DProfile
Use an standard profile to target GPUs which support AGAL2 and float textures.
standardError — Property in class flash.desktop.NativeProcess
Provides access to the standard error output from this native process.
standardErrorClose — Event in class flash.desktop.NativeProcess
Signals that the NativeProcess has closed its error stream.
STANDARD_ERROR_CLOSE — Constant static property in class flash.events.Event
The Event.STANDARD_ERROR_CLOSE constant defines the value of the type property of a standardErrorClose event object.
standardErrorData — Event in class flash.desktop.NativeProcess
Signals that the native process has data available to read on the standard error (stderror) stream.
STANDARD_ERROR_DATA — Constant static property in class flash.events.ProgressEvent
Defines the value of the type property of a standardErrorData event object.
standardErrorIoError — Event in class flash.desktop.NativeProcess
Signals that reading from the standard error (stderror) stream has failed.
STANDARD_ERROR_IO_ERROR — Constant static property in class flash.events.IOErrorEvent
The standardErrorIoError event is dispatched when an error occurs while reading data from the standardError stream of a NativeProcess object.
STANDARD_EXTENDED — Constant static property in class flash.display3D.Context3DProfile
Use standard extended profile to target GPUs which support AGAL3 and instanced drawing feature.
standardInput — Property in class flash.desktop.NativeProcess
Provides access to the standard input of this native process.
standardInputClose — Event in class flash.desktop.NativeProcess
Signals that the NativeProcess object has closed its input stream by calling the closeInput() method.
STANDARD_INPUT_CLOSE — Constant static property in class flash.events.Event
The Event.STANDARD_INPUT_CLOSE constant defines the value of the type property of a standardInputClose event object.
standardInputIoError — Event in class flash.desktop.NativeProcess
Signals that writing to the standard input (stdin) stream has failed.
STANDARD_INPUT_IO_ERROR — Constant static property in class flash.events.IOErrorEvent
The standardInputIoError event is dispatched when an error occurs while writing data to the standardInput of a NativeProcess object.
standardInputProgress — Event in class flash.desktop.NativeProcess
Signals that the NativeProcess has written data to the input stream for the child process.
STANDARD_INPUT_PROGRESS — Constant static property in class flash.events.ProgressEvent
Defines the value of the type property of a standardInputProgress event object.
standardOutput — Property in class flash.desktop.NativeProcess
Provides access to the standard output pipe of this native process.
standardOutputClose — Event in class flash.desktop.NativeProcess
Signals that the NativeProcess has closed its output stream.
STANDARD_OUTPUT_CLOSE — Constant static property in class flash.events.Event
The Event.STANDARD_OUTPUT_CLOSE constant defines the value of the type property of a standardOutputClose event object.
standardOutputData — Event in class flash.desktop.NativeProcess
Signals that the native process has data available to read on the output stream.
STANDARD_OUTPUT_DATA — Constant static property in class flash.events.ProgressEvent
Defines the value of the type property of a standardOutputData event object.
standardOutputIoError — Event in class flash.desktop.NativeProcess
Signals that reading from the stdout stream has failed.
STANDARD_OUTPUT_IO_ERROR — Constant static property in class flash.events.IOErrorEvent
The standardOutputIoError event is dispatched when an error occurs while reading data from the standardOutput stream of a NativeProcess object.
start(info:flash.desktop:NativeProcessStartupInfo) — Method in class flash.desktop.NativeProcess
Starts the native process identified by the start up info specified.
start(waitForCompletion:Boolean) — Method in class flash.display.ShaderJob
Starts a shader operation in synchronous or asynchronous mode, according to the value of the waitForCompletion parameter.
start — Property in class flash.net.NetStreamPlayOptions
The start time, in seconds, for streamName.
start() — Method in class flash.printing.PrintJob
Displays the operating system's Print dialog box and starts spooling.
start() — Method in class flash.system.Worker
Starts the execution of the worker.
start() — Method in class flash.utils.Timer
Starts the timer, if it is not already running.
START — Constant static property in class flash.text.TextFormatAlign
Constant; aligns text to the start edge of a line.
START — Constant static property in class flash.text.engine.TabAlignment
Positions the start of the tabbed text at the tab stop.
start2(uiOptions:flash.printing:PrintUIOptions, showPrintDialog:Boolean) — Method in class flash.printing.PrintJob
Optionally displays the operating system's Print dialog box, starts spooling, and possibly modifies the PrintJob read-only property values.
startAtLogin — Property in class flash.desktop.NativeApplication
Specifies whether this application is automatically launched whenever the current user logs in.
startCachingSamples(numSamples:int, controls) — Method in class flash.ui.GameInputDevice
Requests this device to start keeping a cache of sampled values.
startDate — Property in class flash.net.drm.DRMPlaybackTimeWindow
The start date for the period of time during which a DRM voucher is valid (the playback window).
startDrag(lockCenter:Boolean, bounds:flash.geom:Rectangle) — Method in class flash.display.Sprite
Lets the user drag the specified sprite.
startIndex — Property in class flash.globalization.NumberParseResult
The index of the first character of the numeric portion of the input string.
startMove() — Method in class flash.display.NativeWindow
Starts a system-controlled move of this window.
startResize(edgeOrCorner:String) — Method in class flash.display.NativeWindow
Starts a system-controlled resize operation of this window.
startServer(s:flash.net:Socket) — Method in class air.net.WebSocket
Takes over an existing connection in order to act as a socket server.
startsWith(other:String) — Method in class String
Checks whether this String object starts with the string that is passed in.
startTouchDrag(touchPointID:int, lockCenter:Boolean, bounds:flash.geom:Rectangle) — Method in class flash.display.Sprite
Lets the user drag the specified sprite on a touch-enabled device.
state — Property in class flash.events.ThrottleEvent
Describes the state that the player is entering: ThrottleType.THROTTLE, ThrottleType.PAUSE, or ThrottleType.RESUME.
state — Property in class flash.system.MessageChannel
Indicates the current state of the MessageChannel object (open, closing, or closed).
state — Property in class flash.system.Worker
The current state of the worker in its lifecycle.
STATEMENT — Constant static property in class flash.printing.PaperSize
Statement size
stateOrProvinceName — Property in class flash.security.X500DistinguishedName
Returns the DN StateOrProvinceName attribute.
static — Statement
Specifies that a variable, constant, or method belongs to the class, rather than to instances of the class.
STATIC — Constant static property in 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.
STATIC_DRAW — Constant static property in class flash.display3D.Context3DBufferUsage
Indicates the buffer will be used for drawing and be updated once

This type is the default value for buffers in Stage3D.

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 — Property in class flash.events.PermissionEvent
Check whether the permission has been granted or denied.
status — Property in class flash.events.StageVideoEvent
The status of the StageVideo object.
status — Property in class flash.events.VideoEvent

Returns the rendering status of the VideoEvent object.

status — Property in class flash.events.VideoTextureEvent
The status of the VideoTexture object.
status — Event in class flash.external.ExtensionContext
The ExtensionContext class provides an interface for calling functions in the native implementation of a native extension for Adobe AIR.
status — Event in class flash.media.Camera
Dispatched when a camera reports its status.
status — Event in class flash.media.Microphone
Dispatched when a microphone reports its status.
status — Event in class flash.net.LocalConnection
Dispatched when a LocalConnection object reports its status.
status — Event in class flash.net.NetStream
Dispatched when the application attempts to play content encrypted with digital rights management (DRM), by invoking the NetStream.play() method.
status — Event in class flash.notifications.RemoteNotifier
Dispatched if an error is encountered during the subscription process.
status — Event in class flash.sensors.Accelerometer
Dispatched when an accelerometer changes its status.
status — Event in class flash.sensors.DeviceRotation
Dispatched when device rotation changes its status.
status — Event in class flash.sensors.Geolocation
The Geolocation object dispatches status events when the user changes access to the location sensor.
status — Event in class flash.system.SystemUpdater
Dispatched when the update fails.
STATUS — Constant static property in class flash.events.StatusEvent
Defines the value of the type property of a status event object.
statusBarVisible — Property in class flash.html.HTMLWindowCreateOptions
Specifies whether a status bar should be displayed.
StatusEvent — Class in package flash.events
An object dispatches a StatusEvent object 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.
STATUS_OK — Constant static property in class flash.html.HTMLPDFCapability
A sufficient version (8.1 or later) of Adobe Reader is detected and PDF content can be loaded in an HTMLLoader object.
STATUS_OK — Constant static property in class flash.html.HTMLSWFCapability
A sufficient version of Adobe Flash Player is detected and SWF content can be loaded in a HTMLLoader object.
STENCIL — Constant static property in class flash.display3D.Context3DClearMask
Clear only the stencil buffer.
step(frames:int) — Method in class flash.net.NetStream
Steps forward or back the specified number of frames, relative to the currently displayed frame.
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.media.StageWebView
Halts the current load operation.
stop() — Method in class flash.utils.Timer
Stops the timer.
STOP — Constant static property in class flash.net.NetStreamPlayTransitions
Stops playing the streams in a playlist.
STOP — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for stopping transport mode.
stopAll() — Static method in class flash.media.SoundMixer
Stops all sounds currently playing.
stopAllMovieClips() — Method in class flash.display.DisplayObjectContainer
Recursively stops the timeline execution of all MovieClips rooted at this object.
stopCachingSamples() — Method in class flash.ui.GameInputDevice
Stops sample caching.
stopDrag() — Method in class flash.display.Sprite
Ends the 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.
stopTouchDrag(touchPointID:int) — Method in class flash.display.Sprite
Ends the startTouchDrag() method, for use with touch-enabled devices.
storageVolume — Property in class flash.events.StorageVolumeChangeEvent
A StorageVolume object containing information about a mounted volume.
StorageVolume — Class in package flash.filesystem
A StorageVolume object includes properties defining a mass storage volume.
StorageVolume(rootDirPath:flash.filesystem:File, name:String, writable:Boolean, removable:Boolean, fileSysType:String, drive:String) — Constructor in class flash.filesystem.StorageVolume
The constructor function.
StorageVolumeChangeEvent — Class in package flash.events
The StorageVolumeInfo.storageVolumeInfo object dispatches a StorageVolumeChangeEvent event object when a storage volume is mounted or unmounted.
StorageVolumeChangeEvent(type:String, bubbles:Boolean, cancelable:Boolean, path:flash.filesystem:File, volume:flash.filesystem:StorageVolume) — Constructor in class flash.events.StorageVolumeChangeEvent
Creates a StorageVolumeChangeEvent object to pass as an argument to event listeners.
storageVolumeInfo — Static property in class flash.filesystem.StorageVolumeInfo
The singleton instance of the StorageVolumeInfo object.
StorageVolumeInfo — Final class in package flash.filesystem
The StorageVolumeInfo object dispatches a StorageVolumeChangeEvent object when a storage volume is mounted or unmounted.
storageVolumeMount — Event in class flash.filesystem.StorageVolumeInfo
Dispatched when a storage volume has been mounted.
STORAGE_VOLUME_MOUNT — Constant static property in class flash.events.StorageVolumeChangeEvent
The StorageVolumeChangeEvent.VOLUME_MOUNT constant defines the value of the type property of a StorageVolumeChangeEvent when a volume is mounted.
storageVolumeUnmount — Event in class flash.filesystem.StorageVolumeInfo
Dispatched when a storage volume has been unmounted.
STORAGE_VOLUME_UNMOUNT — Constant static property in class flash.events.StorageVolumeChangeEvent
The StorageVolumeChangeEvent.VOLUME_MOUNT constant defines the value of the type property of a StorageVolumeChangeEvent when a volume is unmounted.
storeVoucher(voucher:flash.utils:ByteArray) — Method in class flash.net.drm.DRMManager
streamName — Property in class flash.net.NetStreamPlayOptions
The name of the new stream to transition to or to play.
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.
strikethroughOffset — Property in class flash.text.engine.FontMetrics
The strikethroughOffset value is the suggested vertical offset from the Roman baseline for a strikethrough.
strikethroughThickness — Property in class flash.text.engine.FontMetrics
The strikethroughThickness value is the suggested thickness for a strikethrough.
String — Final class in Top Level
The String class is a data type that represents 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.
STRING_BEGIN — Constant static property in class flash.ui.Keyboard
The OS X Unicode Begin constant
STRING_BREAK — Constant static property in class flash.ui.Keyboard
The OS X Unicode Break constant
STRING_CLEARDISPLAY — Constant static property in class flash.ui.Keyboard
The OS X Unicode Clear Display constant
STRING_CLEARLINE — Constant static property in class flash.ui.Keyboard
The OS X Unicode Clear Line constant
stringData — Property in class flash.events.WebSocketEvent
Retrieves the WebSocket message string for 'TEXT' messages.
STRING_DELETE — Constant static property in class flash.ui.Keyboard
The OS X Unicode Delete constant
STRING_DELETECHAR — Constant static property in class flash.ui.Keyboard
The OS X Unicode Delete Character constant
STRING_DELETELINE — Constant static property in class flash.ui.Keyboard
The OS X Unicode Delete Line constant
STRING_DOWNARROW — Constant static property in class flash.ui.Keyboard
The OS X Unicode down arrow constant
STRING_END — Constant static property in class flash.ui.Keyboard
The OS X Unicode End constant
STRING_EXECUTE — Constant static property in class flash.ui.Keyboard
The OS X Unicode Execute constant
STRING_F1 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F1 constant
STRING_F10 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F10 constant
STRING_F11 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F11 constant
STRING_F12 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F12 constant
STRING_F13 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F13 constant
STRING_F14 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F14 constant
STRING_F15 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F15 constant
STRING_F16 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F16 constant
STRING_F17 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F17 constant
STRING_F18 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F18 constant
STRING_F19 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F19 constant
STRING_F2 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F2 constant
STRING_F20 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F20 constant
STRING_F21 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F21 constant
STRING_F22 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F22 constant
STRING_F23 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F23 constant
STRING_F24 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F24 constant
STRING_F25 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F25 constant
STRING_F26 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F26 constant
STRING_F27 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F27 constant
STRING_F28 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F28 constant
STRING_F29 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F29 constant
STRING_F3 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F3 constant
STRING_F30 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F30 constant
STRING_F31 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F31 constant
STRING_F32 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F32 constant
STRING_F33 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F33 constant
STRING_F34 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F34 constant
STRING_F35 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F35 constant
STRING_F4 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F4 constant
STRING_F5 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F5 constant
STRING_F6 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F6 constant
STRING_F7 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F7 constant
STRING_F8 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F8 constant
STRING_F9 — Constant static property in class flash.ui.Keyboard
The OS X Unicode F9 constant
STRING_FIND — Constant static property in class flash.ui.Keyboard
The OS X Unicode Find constant
STRING_HELP — Constant static property in class flash.ui.Keyboard
The OS X Unicode Help constant
STRING_HOME — Constant static property in class flash.ui.Keyboard
The OS X Unicode Home constant
stringify(value:Object, replacer, space) — Static method in class JSON
Returns a String, in JSON format, that represents an ActionScript value.
STRING_INSERT — Constant static property in class flash.ui.Keyboard
The OS X Unicode Insert constant
STRING_INSERTCHAR — Constant static property in class flash.ui.Keyboard
The OS X Unicode Insert Character constant
STRING_INSERTLINE — Constant static property in class flash.ui.Keyboard
The OS X Unicode Insert Line constant
STRING_LEFTARROW — Constant static property in class flash.ui.Keyboard
The OS X Unicode left arrow constant
STRING_MENU — Constant static property in class flash.ui.Keyboard
The OS X Unicode Menu constant
STRING_MODESWITCH — Constant static property in class flash.ui.Keyboard
The OS X Unicode Mode Switch constant
STRING_NEXT — Constant static property in class flash.ui.Keyboard
The OS X Unicode Next constant
STRING_PAGEDOWN — Constant static property in class flash.ui.Keyboard
The OS X Unicode Page Down constant
STRING_PAGEUP — Constant static property in class flash.ui.Keyboard
The OS X Unicode Page Up constant
STRING_PAUSE — Constant static property in class flash.ui.Keyboard
The OS X Unicode Pause constant
STRING_PREV — Constant static property in class flash.ui.Keyboard
The OS X Unicode Previous constant
STRING_PRINT — Constant static property in class flash.ui.Keyboard
The OS X Unicode Print constant
STRING_PRINTSCREEN — Constant static property in class flash.ui.Keyboard
The OS X Unicode Print Screen constant
STRING_REDO — Constant static property in class flash.ui.Keyboard
The OS X Unicode Redo constant
STRING_RESET — Constant static property in class flash.ui.Keyboard
The OS X Unicode Reset constant
STRING_RIGHTARROW — Constant static property in class flash.ui.Keyboard
The OS X Unicode right arrow constant
STRING_SCROLLLOCK — Constant static property in class flash.ui.Keyboard
The OS X Unicode Scroll Lock constant
STRING_SELECT — Constant static property in class flash.ui.Keyboard
The OS X Unicode Select constant
STRING_STOP — Constant static property in class flash.ui.Keyboard
The OS X Unicode Stop constant
STRING_SYSREQ — Constant static property in class flash.ui.Keyboard
The OS X Unicode System Request constant
STRING_SYSTEM — Constant static property in class flash.ui.Keyboard
The OS X Unicode System constant
StringTools — Final class in package flash.globalization
The StringTools class provides locale-sensitive case conversion methods.
StringTools(requestedLocaleIDName:String) — Constructor in class flash.globalization.StringTools
Constructs a new StringTools object that provides case conversion and other utilities according to the conventions of a given locale.
STRING_UNDO — Constant static property in class flash.ui.Keyboard
The OS X Unicode Undo constant
STRING_UPARROW — Constant static property in class flash.ui.Keyboard
The OS X Unicode up arrow constant
STRING_USER — Constant static property in class flash.ui.Keyboard
The OS X Unicode User constant
stub — Property in class flash.accessibility.AccessibilityImplementation
Used to create a component accessibility stub.
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.
STYLUS — Constant static property in class flash.system.TouchscreenType
A touchscreen designed for use with a stylus.
subErrorID — Property in class flash.errors.DRMManagerError
The specific error number.
subErrorID — Property in class flash.events.DRMAuthenticationErrorEvent
A more detailed error code.
subErrorID — Property in class flash.events.DRMDeviceGroupErrorEvent
subErrorID — Property in class flash.events.DRMErrorEvent
An error ID that indicates more detailed information about the underlying problem.
subErrorID — Property in class flash.events.DRMReturnVoucherErrorEvent
A more detailed error code.
subInterfaces — Property in class flash.net.NetworkInterface
The list of subinterfaces attached to this network interface.
subject — Property in class flash.security.X509Certificate
Provides the subject's Distinguished Name (DN).
subjectPublicKey — Property in class flash.security.X509Certificate
Provides the subject's public key.
subjectPublicKeyAlgorithmOID — Property in class flash.security.X509Certificate
Provides the algorithm OID for the subject's public key.
subjectUniqueID — Property in class flash.security.X509Certificate
Provides the subject's unique identifier.
submenu — Property in class flash.display.NativeMenuItem
The submenu associated with this menu item.
SUBPIXEL — Constant static property in class flash.text.GridFitType
Fits strong horizontal and vertical lines to the sub-pixel grid on LCD monitors.
subscribe(options:flash.notifications:RemoteNotifierSubscribeOptions) — Method in class flash.notifications.RemoteNotifier
Subscribes/registers the application to receive remote notifications from APNs.
subscriptOffset — Property in class flash.text.engine.FontMetrics
The subscriptOffset value is the suggested vertical offset from the Roman baseline for a subscript.
subscriptScale — Property in 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 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.
SUBTITLE — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for toggling subtitles.
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(a:flash.geom:Vector3D) — Method in 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 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.
subtractToOutput(v:flash.geom:Point, output: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.
subtractToOutput(a:flash.geom:Vector3D, output:flash.geom:Vector3D) — Method in 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.
SUCCESS — Constant static property in class flash.text.engine.TextLineCreationResult
Indicates the line was successfully broken.
SUNDANESE — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Sundanese digit set.
super — Statement
Invokes the superclass or parent version of a method or constructor.
superscriptOffset — Property in class flash.text.engine.FontMetrics
The superscriptOffset value is the suggested vertical offset from the Roman baseline for a superscript.
superscriptScale — Property in class flash.text.engine.FontMetrics
The superscriptScale value is the suggested scale factor to apply to the point size for a superscript.
supportedGestures — Static property in class flash.ui.Multitouch
A Vector array (a typed array of string values) of multi-touch contact types supported in the current environment.
supportedNotificationStyles — Static property in class flash.notifications.RemoteNotifier
A vector list of all supported notification styles.
supportedOrientations — Property in class flash.display.Stage
The orientations supported by the current device.
supports32BitProcesses — Static property in class flash.system.Capabilities
Specifies whether the system supports running 32-bit processes.
supports64BitProcesses — Static property in class flash.system.Capabilities
Specifies whether the system supports running 64-bit processes.
supportsAddBitmapData — Static property in class flash.media.CameraRoll
Whether the CameraRoll.addBitmapData() method is supported.
supportsBrowseForImage — Static property in class flash.media.CameraRoll
Reports whether the CameraRoll.browseForImage() method is supported.
supportsCursor — Static property in class flash.ui.Mouse
Indicates whether the computer or device displays a persistent cursor.
supportsDefaultApplication — Static property in class flash.desktop.NativeApplication
Indicates whether setAsDefaultApplication(), removeAsDefaultApplication(), and isSetAsDefaultApplication() are supported on the current platform.
supportsDockIcon — Static property in class flash.desktop.NativeApplication
Indicates whether AIR supports dock-style application icons on the current operating system.
supportsFilePromise — Property in class flash.desktop.Clipboard
Indicates whether the file promise clipboard format is supported on the client system.
supportsGestureEvents — Static property in class flash.ui.Multitouch
Indicates whether the current environment supports gesture input, such as rotating two fingers around a touch screen.
supportsMenu — Static property in class flash.desktop.NativeApplication
Specifies whether the current operating system supports a global application menu bar.
supportsMenu — Static property in class flash.display.NativeWindow
Indicates whether AIR supports native window menus on the current computer system.
supportsNativeCursor — Static property in class flash.ui.Mouse
Indicates whether the current configuration supports native cursors.
supportsNotification — Static property in class flash.display.NativeWindow
Indicates whether AIR supports window notification cueing on the current computer system.
supportsOrientationChange — Static property in class flash.display.Stage
Whether the application supports changes in the stage orientation (and device rotation).
supportsPageSetupDialog — Static property in class flash.printing.PrintJob
Indicates whether the Flash runtime environment supports a separate Page Setup dialog.
supportsStartAtLogin — Static property in class flash.desktop.NativeApplication
Indicates whether startAtLogin is supported on the current platform.
supportsSystemTrayIcon — Static property in class flash.desktop.NativeApplication
Specifies whether AIR supports system tray icons on the current operating system.
supportsTouchEvents — Static property in class flash.ui.Multitouch
Indicates whether the current environment supports basic touch input, such as a single finger tap.
supportsTransparency — Static property in class flash.display.NativeWindow
Indicates whether AIR supports native windows with transparent pixels.
supportsVideoTexture — Static property in class flash.display3D.Context3D
Indicates if Context3D supports video texture.
suspend — Event in class flash.desktop.NativeApplication
Dispatched when the application is about to be suspended by the operating system.
SUSPEND — Constant static property in class flash.events.Event
The Event.SUSPEND constant defines the value of the type property of an suspend event object.
SWAP — Constant static property in 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 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.
swfCapability — Static property in class flash.html.HTMLLoader
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.
SWITCH — Constant static property in class flash.net.NetStreamPlayTransitions
Switches from playing one stream to another stream, typically with streams of the same content.
sync — Event in class flash.net.SharedObject
Dispatched when a remote shared object has been updated by the server.
SYNC — Constant static property in class flash.events.SyncEvent
Defines the value of the type property of a sync event object.
SyncEvent — Class in package flash.events
An SharedObject object representing a remote shared object dispatches a SyncEvent object when the remote shared object 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, for one of the following reasons:.
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 local settings and operations.
SYSTEM — Constant static property in class flash.system.SystemUpdaterType
Updates the player runtime itself.
systemCharset — Static property in class flash.filesystem.File
The default encoding used by the host operating system.
systemChrome — Property in class flash.display.NativeWindow
Reports the system chrome setting used to create this window.
systemChrome — Property in class flash.display.NativeWindowInitOptions
Specifies whether system chrome is provided for the window.
systemClearMenuItem() — Static method in class flash.ui.ContextMenuItem
systemCopyLinkMenuItem() — Static method in class flash.ui.ContextMenuItem
systemCopyMenuItem() — Static method in class flash.ui.ContextMenuItem
systemCutMenuItem() — Static method in class flash.ui.ContextMenuItem
systemIdleMode — Property in class flash.desktop.NativeApplication
Provides a way for applications to prevent the user interface from going into "idle" mode.
SystemIdleMode — Final class in package flash.desktop
The SystemIdleMode class provides constant values for system idle behaviors.
systemMaxSize — Static property in class flash.display.NativeWindow
The largest window size allowed by the operating system.
systemMinSize — Static property in class flash.display.NativeWindow
The smallest window size allowed by the operating system.
systemOpenLinkMenuItem() — Static method in class flash.ui.ContextMenuItem
systemPasteMenuItem() — Static method in class flash.ui.ContextMenuItem
systemSelectAllMenuItem() — Static method in class flash.ui.ContextMenuItem
SystemTrayIcon — Class in package flash.desktop
The SystemTrayIcon class represents the Windows® taskbar notification area (system tray)-style icon.
systemUpdateNeeded — Property in class flash.events.DRMDeviceGroupErrorEvent
systemUpdateNeeded — Property in class flash.events.DRMErrorEvent
Indicates whether a system update is needed to play the DRM-protected content.
SystemUpdater — Class in package flash.system
The SystemUpdater class allows you to update modules of the Flash Player, such as the DRM module for Adobe Access, as well as the Flash Player itself.
SystemUpdater() — Constructor in class flash.system.SystemUpdater
Constructor.
SystemUpdaterType — Class in package flash.system
The SystemUpdaterType class provides constants for a system update.
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