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, class flash.ui.Keyboard
Constant associated with the key code value for the S key (83).
sameDomain — Property, class flash.display.LoaderInfo
Expresses the domain relationship between the loader and the content: true if they have the same origin domain; false otherwise.
Sample — class, package flash.sampler
The Sample class creates objects that hold memory analysis information over distinct durations.
sandboxType — Property, class flash.events.BrowserInvokeEvent
The sandbox type for the content in the browser.
sandboxType — Static Property, class flash.system.Security
Indicates the type of security sandbox in which the calling file is operating.
save — Property, class flash.ui.ContextMenuBuiltInItems
Lets the user with Shockmachine installed save a SWF file.
scale(sx:Number, sy:Number) — method, class flash.geom.Matrix
Applies a scaling transformation to the matrix.
scale9Grid — Property, class flash.display.DisplayObject
The current scaling grid that is in effect.
scaleContent — Property, class fl.containers.UILoader
Gets or sets a value that indicates whether to automatically scale the image to the size of the UILoader instance.
scaleMode — Property, class fl.video.FLVPlayback
Specifies how the video will resize after loading.
scaleMode — Property, class fl.video.VideoPlayer
Specifies how the video resizes after loading.
scaleMode — Property, class flash.display.Stage
A value from the StageScaleMode class that specifies which scale mode to use.
scaleX — Property, class fl.core.UIComponent
Multiplies the current width of the component by a scale factor.
scaleX — Property, class fl.motion.Keyframe
Indicates the horizontal scale as a percentage of the object as applied from the transformation point.
scaleX — Property, class fl.motion.Source
Indicates the scaleX value of the original object.
scaleX — Property, class fl.video.FLVPlayback
A number that is the horizontal scale.
scaleX — Property, class fl.video.VideoPlayer
A number that is the horizontal scale.
scaleX — Property, class flash.display.DisplayObject
Indicates the horizontal scale (percentage) of the object as applied from the registration point.
scaleX — Property, class flash.filters.DisplacementMapFilter
The multiplier to use to scale the x displacement result from the map calculation.
SCALE_X — Constant Static Property, class fl.motion.Tweenables
Constant for the scaleX property.
scaleY — Property, class fl.core.UIComponent
Multiplies the current height of the component by a scale factor.
scaleY — Property, class fl.motion.Keyframe
Indicates the vertical scale as a percentage of the object as applied from the transformation point.
scaleY — Property, class fl.motion.Source
Indicates the scaleY value of the original object.
scaleY — Property, class fl.video.FLVPlayback
A number that is the vertical scale.
scaleY — Property, class fl.video.VideoPlayer
A number that is the vertical scale.
scaleY — Property, class flash.display.DisplayObject
Indicates the vertical scale (percentage) of an object as applied from the registration point of the object.
scaleY — Property, class flash.filters.DisplacementMapFilter
The multiplier to use to scale the y displacement result from the map calculation.
SCALE_Y — Constant Static Property, class fl.motion.Tweenables
Constant for the scaleY property.
scanHardware() — Package Function, flash.media
Forces a rescan of the microphones and cameras on the system.
Scene — final class, package flash.display
The Scene class includes properties for identifying the name, labels, and number of frames in a scene.
scenes — Property, class flash.display.MovieClip
An array of Scene objects, each listing the name, the number of frames, and the frame labels for a scene in the MovieClip instance.
schema — Event, class flash.data.SQLConnection
Dispatched when a loadSchema() method call's operation completes successfully and the schema results are ready.
SCHEMA — Constant Static Property, class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.loadSchema() method was called.
SCHEMA — Constant Static Property, class flash.events.SQLEvent
The SQLEvent.SCHEMA constant defines the value of the type property of a schema event object.
Screen — final class, package flash.display
The Screen class provides information about the display screens available to this application.
SCREEN — Constant Static Property, class flash.display.BlendMode
Multiplies the complement (inverse) of the display object color by the complement of the background color, resulting in a bleaching effect.
screenColor — Static Property, class flash.system.Capabilities
Specifies the screen color.
screenDPI — Static Property, class flash.system.Capabilities
Specifies the dots-per-inch (dpi) resolution of the screen, in pixels.
ScreenMouseEvent — class, 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, class flash.events.ScreenMouseEvent
Creates a ScreenMouseEvent object that contains the mouse location in screen coordinates.
screenResolutionX — Static Property, class flash.system.Capabilities
Specifies the maximum horizontal resolution of the screen.
screenResolutionY — Static Property, class flash.system.Capabilities
Specifies the maximum vertical resolution of the screen.
screens — Static Property, class flash.display.Screen
The array of the currently available screens.
screenX — Property, class flash.events.ScreenMouseEvent
The X position of the click in screen coordinates.
screenY — Property, class flash.events.ScreenMouseEvent
The Y position of the click in screen coordinates.
ScriptTimeoutError — Dynamic Class, package flash.errors
The ScriptTimeoutError exception is thrown when the script timeout interval is reached.
ScriptTimeoutError(message:String) — Constructor, class flash.errors.ScriptTimeoutError
Creates a new ScriptTimeoutError object.
scroll — Event, class fl.containers.BaseScrollPane
Dispatched when the user scrolls content by using the scroll bars on the component or the wheel on a mouse device.
scroll — Event, class fl.containers.ScrollPane
Dispatched when the user scrolls content by using the scroll bars on the component or the wheel on a mouse device.
scroll — Event, class fl.controls.ComboBox
Dispatched when the user scrolls the drop-down list of the ComboBox component.
scroll — Event, class fl.controls.ScrollBar
Dispatched when the ScrollBar instance's scrollPosition property changes.
scroll — Event, class fl.controls.SelectableList
Dispatched when the user scrolls horizontally or vertically.
scroll — Event, class fl.controls.TextArea
Dispatched when the content is scrolled.
scroll(x:int, y:int) — method, class flash.display.BitmapData
Scrolls an image by a certain (x, y) pixel amount.
scroll — Event, class flash.html.HTMLLoader
Signals that the scrollH or scrollV property has been changed by the HTMLLoader object.
scroll — Event, class flash.text.TextField
Dispatched by a TextField object after the user scrolls.
SCROLL — Constant Static Property, class fl.core.InvalidationType
The InvalidationType.SCROLL constant defines the value of the type property of the event object that is dispatched to indicate that the scroll position of the component is invalid.
SCROLL — Constant Static Property, class fl.events.ScrollEvent
Defines the value of the type property of a scroll event object.
SCROLL — Constant Static Property, class flash.events.Event
The Event.SCROLL constant defines the value of the type property of a scroll event object.
ScrollBar — class, package fl.controls
The ScrollBar component provides the end user with a way to control the portion of data that is displayed when there is too much data to fit in the display area.
ScrollBar() — Constructor, class fl.controls.ScrollBar
Creates a new ScrollBar component instance.
ScrollBarDirection — class, package fl.controls
Defines the values for the direction property of the ScrollBar component.
scrollBarsVisible — Property, class flash.html.HTMLWindowCreateOptions
Specifies whether scrollbars should be displayed.
scrollDrag — Property, class fl.containers.ScrollPane
Gets or sets a value that indicates whether scrolling occurs when a user drags on content within the scroll pane.
ScrollEvent — class, package fl.events
The ScrollEvent class defines the scroll event that is associated with the ScrollBar component.
ScrollEvent(direction:String, delta:Number, position:Number) — Constructor, class fl.events.ScrollEvent
Creates a new ScrollEvent object with the specified parameters.
scrollH — Property, class flash.html.HTMLLoader
The horizonal scroll position of the HTML content in the HTMLLoader object.
scrollH — Property, class flash.text.TextField
The current horizontal scrolling position.
ScrollPane — class, package fl.containers
The ScrollPane component displays display objects and JPEG, GIF, and PNG files, as well as SWF files, in a scrollable area.
ScrollPane() — Constructor, class fl.containers.ScrollPane
Creates a new ScrollPane component instance.
scrollPolicy — Property, class fl.controls.TileList
Gets or sets the scroll policy for the TileList component.
ScrollPolicy — class, package fl.controls
Values for the horizontalScrollPolicy and verticalScrollPolicy properties of the BaseScrollPane class.
scrollPosition — Property, class fl.controls.ScrollBar
Gets or sets the current scroll position and updates the position of the thumb.
scrollRect — Property, class flash.display.DisplayObject
The scroll rectangle bounds of the display object.
scrollTarget — Property, class fl.controls.UIScrollBar
Registers a TextField component instance with the ScrollBar component instance.
scrollToIndex(newCaretIndex:int) — method, class fl.controls.DataGrid
Scrolls the list to the item at the specified index.
scrollToIndex(newCaretIndex:int) — method, class fl.controls.List
Scrolls the list to the item at the specified index.
scrollToIndex(newCaretIndex:int) — method, class fl.controls.SelectableList
Scrolls the list to the item at the specified index.
scrollToIndex(newCaretIndex:int) — method, class fl.controls.TileList
Scrolls the list to the item at the specified index.
scrollToSelected() — method, class fl.controls.SelectableList
Scrolls the list to the item at the location indicated by the current value of the selectedIndex property.
scrollV — Property, class flash.html.HTMLLoader
The vertical scroll position of the HTML content in the HTMLLoader object.
scrollV — Property, class flash.text.TextField
The vertical position of text in a text field.
scrubbing — Property, class fl.video.FLVPlayback
A Boolean value that is true if the user is scrubbing with the SeekBar and false otherwise.
scrubFinish — Event, class fl.video.FLVPlayback
Dispatched when the user stops scrubbing the FLV file with the seek bar.
SCRUB_FINISH — Constant Static Property, class fl.video.VideoEvent
Defines the value of the type property of a scrubFinish event object.
scrubStart — Event, class fl.video.FLVPlayback
Dispatched when the user begins scrubbing the FLV file with the seek bar.
SCRUB_START — Constant Static Property, class fl.video.VideoEvent
Defines the value of the type property of a scrubStart event object.
search(pattern) — method, class String
Searches for the specifed pattern and returns the index of the first matching substring.
seconds — Property, class Date
The seconds (an integer from 0 to 59) portion of a Date object according to local time.
secondsUTC — Property, class Date
The seconds (an integer from 0 to 59) portion of a Date object according to universal time (UTC).
Security — final class, package flash.system
The Security class lets you specify how content in different domains can communicate with each other.
securityDomain — Property, class flash.events.BrowserInvokeEvent
The security domain for the content in the browser, such as "www.adobe.com" or "www.example.org".
securityDomain — Property, class flash.system.LoaderContext
Specifies the security domain to use for a Loader.load() operation.
SecurityDomain — class, package flash.system
The SecurityDomain class represents the current security "sandbox," also known as a security domain.
securityError — Event, class fl.containers.UILoader
Dispatched after a security error occurs while content is loading.
securityError — Event, class fl.video.FLVPlaybackCaptioning
Dispatched if a call to the URLLoader.load() event attempts to load a Timed Text XML file from a server outside the security sandbox.
securityError — Event, class flash.filesystem.File
Dispatched when an operation violates a security constraint.
securityError — Event, class flash.net.FileReference
Dispatched when a call to the FileReference.upload() or FileReference.download() method tries to upload a file to a server or get a file from a server that is outside the caller's security sandbox.
securityError — Event, class flash.net.LocalConnection
Dispatched if a call to LocalConnection.send() attempts to send data to a different security sandbox.
securityError — Event, class flash.net.NetConnection
Dispatched if a call to NetConnection.call() attempts to connect to a server outside the caller's security sandbox.
securityError — Event, class flash.net.Socket
Dispatched if a call to Socket.connect() attempts to connect either to a server outside the caller's security sandbox or to a port lower than 1024.
securityError — Event, class flash.net.URLLoader
Dispatched if a call to URLLoader.load() attempts to load data from a server outside the security sandbox.
securityError — Event, class flash.net.URLStream
Dispatched if a call to URLStream.load() attempts to load data from a server outside the security sandbox.
securityError — Event, class flash.net.XMLSocket
Dispatched if a call to the XMLSocket.connect() method attempts to connect either to a server outside the caller's security sandbox or to a port lower than 1024.
SecurityError — Dynamic Class, Top Level
The SecurityError exception is thrown when some type of security violation takes place.
SecurityError(message:String) — Constructor, class SecurityError
Creates a new SecurityError object.
SECURITY_ERROR — Constant Static Property, class flash.events.SecurityErrorEvent
The SecurityErrorEvent.SECURITY_ERROR constant defines the value of the type property of a securityError event object.
SecurityErrorEvent — class, package flash.events
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, class flash.events.SecurityErrorEvent
Creates an Event object that contains information about security error events.
SecurityPanel — final class, package flash.system
The SecurityPanel class provides values for specifying which Security Settings panel you want to display.
seek(time:Number) — method, class fl.video.FLVPlayback
Seeks to a given time in the file, specified in seconds, with a precision of three decimal places (milliseconds).
seek(time:Number) — method, class fl.video.VideoPlayer
Seeks to a given time in the file, specified in seconds, with a precision of three decimal places (milliseconds).
seek(offset:Number) — method, class flash.net.NetStream
Seeks the keyframe (also called an I-frame in the video industry) closest to the specified location.
seekBar — Property, class fl.video.FLVPlayback
The SeekBar control.
seekBarInterval — Property, class fl.video.FLVPlayback
A number that specifies, in milliseconds, how often to check the SeekBar handle when scrubbing.
seekBarScrubTolerance — Property, class fl.video.FLVPlayback
A number that specifies how far a user can move the SeekBar handle before an update occurs.
seeked — Event, class fl.video.FLVPlayback
Dispatched when the location of the playhead is changed by a call to seek() or by setting the playheadTime property or by using the SeekBar control.
SEEKED — Constant Static Property, class fl.video.VideoEvent
Defines the value of the type property of a seeked event object.
SEEKING — Constant Static Property, class fl.video.VideoState
The video player is in the seeking state.
seekPercent(percent:Number) — method, class fl.video.FLVPlayback
Seeks to a percentage of the file and places the playhead there.
seekSeconds(time:Number) — method, class fl.video.FLVPlayback
Seeks to a given time in the file, specified in seconds, with a precision up to three decimal places (milliseconds).
seekToNavCuePoint(timeNameOrCuePoint) — method, class fl.video.FLVPlayback
Seeks to a navigation cue point that matches the specified time, name, or time and name.
seekToNextNavCuePoint(time:Number) — method, class fl.video.FLVPlayback
Seeks to the next navigation cue point, based on the current value of the playheadTime property.
seekToPrevNavCuePoint(time:Number) — method, class fl.video.FLVPlayback
Seeks to the previous navigation cue point, based on the current value of the playheadTime property.
seekToPrevOffset — Property, class fl.video.FLVPlayback
The number of seconds that the seekToPrevNavCuePoint() method uses when it compares its time against the previous cue point.
select — Event, 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, class flash.display.NativeMenuItem
Dispatched whenever a menu item is selected by the user.
select — Event, class flash.filesystem.File
Dispatched when the user selects a file or directory from a file- or directory-browsing dialog box.
select — Event, class flash.net.FileReference
Dispatched when the user selects a file for upload or download from the file-browsing dialog box.
select — Event, class flash.net.FileReferenceList
Dispatched when the user selects one or more files to upload from the file-browsing dialog box.
SELECT — Constant Static Property, class flash.events.Event
The Event.SELECT constant defines the value of the type property of a select event object.
selectable — Property, class fl.controls.Label
Gets or sets a value that indicates whether the text can be selected.
selectable — Property, class fl.controls.SelectableList
Gets or sets a Boolean value that indicates whether the items in the list can be selected.
selectable — Property, class flash.text.TextField
A Boolean value that indicates whether the text field is selectable.
SelectableList — class, package fl.controls
The SelectableList is the base class for all list-based components--for example, the List, TileList, DataGrid, and ComboBox components.
SelectableList() — Constructor, class fl.controls.SelectableList
Creates a new SelectableList instance.
SelectableListAccImpl — class, package fl.accessibility
The SelectableListAccImpl class, also called the SelectableList Accessibility Implementation class, is used to make a SelectableList component accessible.
selectAll() — method, class flash.desktop.NativeApplication
Invokes an internal selectAll command on the focused display object.
selected — Property, class fl.controls.BaseButton
Gets or sets a Boolean value that indicates whether a toggle button is selected.
selected — Property, class fl.controls.LabelButton
Gets or sets a Boolean value that indicates whether a toggle button is toggled in the on or off position.
selected — Property, class fl.controls.RadioButton
Indicates whether a radio button is currently selected (true) or deselected (false).
selected — Property, class fl.controls.dataGridClasses.DataGridCellEditor
Indicates whether the cell is included in the indices that were selected by the owner.
selected — Property, class fl.controls.listClasses.CellRenderer
Gets or sets a Boolean value that indicates whether the current cell is selected.
selected — Property, interface fl.controls.listClasses.ICellRenderer
Gets or sets a Boolean value that indicates whether the current cell is selected.
selected — Property, interface fl.managers.IFocusManagerGroup
Gets or sets a Boolean value that indicates whether this component is selected.
SELECTED — Constant Static Property, class fl.core.InvalidationType
The InvalidationType.SELECTED constant defines the value of the type property of the event object that is dispatched to indicate that the selected property of the component is invalid.
selectedColor — Property, class fl.controls.ColorPicker
Gets or sets the swatch that is currently highlighted in the palette of the ColorPicker component.
selectedData — Property, class fl.controls.RadioButtonGroup
Gets or sets the selected radio button's value property.
selectedDisabledIcon — Style, class fl.controls.RadioButton
Name of the class to use as the icon when the button is selected and disabled.
selectedDisabledIcon — Style, class fl.controls.LabelButton
Name of the class to use as the icon when the button is selected and disabled.
selectedDisabledIcon — Style, class fl.controls.CheckBox
Name of the class to use as the icon when the button is selected and disabled.
selectedDisabledSkin — Style, class fl.controls.dataGridClasses.HeaderRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and disabled.
selectedDisabledSkin — Style, class fl.controls.listClasses.CellRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and disabled.
selectedDisabledSkin — Style, class fl.controls.LabelButton
Name of the class to use as the skin for the background and border when a toggle button is selected and disabled.
selectedDisabledSkin — Style, class fl.controls.BaseButton
Name of the class to use as the skin for the background and border when a toggle button is selected and disabled.
selectedDownIcon — Style, class fl.controls.RadioButton
Name of the class to use as the icon when the button is selected and the mouse button is down.
selectedDownIcon — Style, class fl.controls.LabelButton
Name of the class to use as the icon when the button is selected and the mouse button is down.
selectedDownIcon — Style, class fl.controls.CheckBox
Name of the class to use as the icon when the button is selected and the mouse button is down.
selectedDownSkin — Style, class fl.controls.dataGridClasses.HeaderRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse button is down.
selectedDownSkin — Style, class fl.controls.listClasses.CellRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse button is down.
selectedDownSkin — Style, class fl.controls.LabelButton
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse button is down.
selectedDownSkin — Style, class fl.controls.BaseButton
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse button is down.
selectedIndex — Property, class fl.controls.ComboBox
Gets or sets the index of the item that is selected in a single-selection list.
selectedIndex — Property, class fl.controls.SelectableList
Gets or sets the index of the item that is selected in a single-selection list.
selectedIndices — Property, class fl.controls.SelectableList
Gets or sets an array that contains the items that were selected from a multiple-selection list.
selectedItem — Property, class fl.controls.ComboBox
Gets or sets the value of the item that is selected in the drop-down list.
selectedItem — Property, class fl.controls.SelectableList
Gets or sets the item that was selected from a single-selection list.
selectedItems — Property, class fl.controls.SelectableList
Gets or sets an array that contains the objects for the items that were selected from the multiple-selection list.
selectedLabel — Property, class fl.controls.ComboBox
Gets the string that is displayed in the TextInput portion of the ComboBox component.
selectedOverIcon — Style, class fl.controls.RadioButton
Name of the class to use as the icon when the button is selected and the mouse is over the component.
selectedOverIcon — Style, class fl.controls.LabelButton
Name of the class to use as the icon when the button is selected and the mouse is over the component.
selectedOverIcon — Style, class fl.controls.CheckBox
Name of the class to use as the icon when the button is selected and the mouse is over the component.
selectedOverSkin — Style, class fl.controls.dataGridClasses.HeaderRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is over the component.
selectedOverSkin — Style, class fl.controls.listClasses.CellRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is over the component.
selectedOverSkin — Style, class fl.controls.LabelButton
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is over the component.
selectedOverSkin — Style, class fl.controls.BaseButton
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is over the component.
selectedSkin — Style, class fl.controls.listClasses.ImageCell
The skin that is used to indicate the selected state.
selectedUpIcon — Style, class fl.controls.RadioButton
Name of the class to use as the icon when the button is selected and the mouse button is up.
selectedUpIcon — Style, class fl.controls.LabelButton
Name of the class to use as the icon when the button is selected and the mouse button is up.
selectedUpIcon — Style, class fl.controls.CheckBox
Name of the class to use as the icon when the button is selected and the mouse button is up.
selectedUpSkin — Style, class fl.controls.dataGridClasses.HeaderRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is not over the component.
selectedUpSkin — Style, class fl.controls.listClasses.CellRenderer
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is not over the component.
selectedUpSkin — Style, class fl.controls.LabelButton
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is not over the component.
selectedUpSkin — Style, class fl.controls.BaseButton
Name of the class to use as the skin for the background and border when a toggle button is selected and the mouse is not over the component.
selection — Property, class fl.controls.RadioButtonGroup
Gets or sets a reference to the radio button that is currently selected from the radio button group.
selectionBeginIndex — Property, class fl.controls.TextArea
Gets the index position of the first selected character in a selection of one or more characters.
selectionBeginIndex — Property, class fl.controls.TextInput
Gets the index value of the first selected character in a selection of one or more characters.
selectionBeginIndex — Property, class flash.text.TextField
The zero-based character index value of the first character in the current selection.
selectionEndIndex — Property, class fl.controls.TextArea
Gets the index position of the last selected character in a selection of one or more characters.
selectionEndIndex — Property, class fl.controls.TextInput
Gets the index position of the last selected character in a selection of one or more characters.
selectionEndIndex — Property, class flash.text.TextField
The zero-based character index value of the last character in the current selection.
selectMultiple — Event, 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, class flash.events.FileListEvent
The FileListEvent.SELECT_MULTIPLE constant defines the value of the type property of the event object for a selectMultiple event.
SEMICOLON — Constant Static Property, class flash.ui.Keyboard
Constant associated with the key code value for the ; key (186).
send(connectionName:String, methodName:String, ... rest) — method, class flash.net.LocalConnection
Invokes the method named methodName on a connection opened with the connect(connectionName) method (the receiving LocalConnection object).
send(handlerName:String, ... rest) — method, class flash.net.NetStream
Sends a message on a published stream to all subscribing clients.
send(... rest) — method, class flash.net.SharedObject
Broadcasts a message to all clients connected to a remote shared object, including the client that sent the message.
send(object) — method, class flash.net.XMLSocket
Converts the XML object or data specified in the object parameter to a string and transmits it to the server, followed by a zero (0) byte.
send() — method, class flash.printing.PrintJob
Sends spooled pages to the printer after PrintJob.start() and PrintJob.addPage() have been successful.
sendToURL(request:flash.net:URLRequest) — Package Function, flash.net
Sends a URL request to a server, but ignores any response.
separator — Static Property, class flash.filesystem.File
The host operating system's path component separator character.
separatorBefore — Property, class flash.ui.ContextMenuItem
Indicates whether a separator bar should appear above the specified menu item.
serverString — Static Property, class flash.system.Capabilities
A URL-encoded string that specifies values for each Capabilities property.
ServiceMonitor — Dynamic Class, package air.net
The ServiceMonitor class implements the framework for monitoring the status and availability of network services.
ServiceMonitor() — Constructor, class air.net.ServiceMonitor
Creates a ServiceMonitor object.
set — Statement
Defines a setter, which is a method that appears in the public interface as a property.
setAdvancedAntiAliasingTable(fontName:String, fontStyle:String, colorType:String, advancedAntiAliasingTable:Array) — Static Method , class flash.text.TextRenderer
Sets a custom continuous stroke modulation (CSM) lookup table for a font.
setAsDefaultApplication(extension:String) — method, class flash.desktop.NativeApplication
Sets this application as the default application for opening files with the specified extension.
setChildIndex(child:flash.display:DisplayObject, index:int) — method, class flash.display.DisplayObjectContainer
Changes the position of an existing child in the display object container.
setChildIndex(child:flash.display:DisplayObject, index:int) — method, class flash.display.Stage
Changes the position of an existing child in the display object container.
setChildren(value:Object) — method, class XML
Replaces the child properties of the XML object with the specified set of XML properties, provided in the value parameter.
setClipboard(string:String) — Static Method , class flash.system.System
Replaces the contents of the Clipboard with a specified text string.
setComponentStyle(component:Object, name:String, style:Object) — Static Method , class fl.managers.StyleManager
Sets a style on all instances of a component type, for example, on all instances of a Button component, or on all instances of a ComboBox component.
setCompositionString(composition:String) — Static Method , class flash.system.IME
Sets the IME composition string.
setData(format:String, data:Object, serializable:Boolean) — method, class flash.desktop.Clipboard
Adds a representation of the information to be transferred in the specified data format.
setDataHandler(format:String, handler:Function, serializable:Boolean) — method, class flash.desktop.Clipboard
Adds a reference to a handler function that produces the data for the specified format on demand.
setDate(day:Number) — method, class Date
Sets the day of the month, according to local time, and returns the new time in milliseconds.
setDefaultLang(langCode:String) — Static Method , class fl.lang.Locale
Sets the default language code.
setDirty(propertyName:String) — method, class flash.net.SharedObject
Indicates to the server that the value of a property in the shared object has changed.
setDRMAuthenticationCredentials(userName:String, password:String, type:String) — method, class flash.net.NetStream
Sets the DRM authentication credentials needed for viewing the underlying encrypted content.
setEmpty() — method, class flash.geom.Rectangle
Sets all of the Rectangle object's properties to 0.
setFLVCuePointEnabled(enabled:Boolean, timeNameOrCuePoint) — method, class fl.video.FLVPlayback
Enables or disables one or more FLV file cue points.
setFocus() — method, class fl.controls.NumericStepper
Sets focus to the component instance.
setFocus() — method, class fl.core.UIComponent
Sets the focus to this component.
setFocus(component:flash.display:InteractiveObject) — method, class fl.managers.FocusManager
Sets focus on an IFocusManagerComponent component.
setFocus(o:flash.display:InteractiveObject) — method, interface fl.managers.IFocusManager
Sets focus to an IFocusManagerComponent component.
setFocus() — method, interface fl.managers.IFocusManagerComponent
Sets focus for a component.
setFullYear(year:Number, month:Number, day:Number) — method, class Date
Sets the year, according to local time, and returns the new time in milliseconds.
setHours(hour:Number, minute:Number, second:Number, millisecond:Number) — method, class Date
Sets the hour, according to local time, and returns the new time in milliseconds.
setInterval(closure:Function, delay:Number, ... rest) — Package Function, flash.utils
Runs a function at a specified interval (in milliseconds).
setItem(name:String, data:flash.utils:ByteArray, stronglyBound:Boolean) — Static Method , class flash.data.EncryptedLocalStore
Sets the item with the given name to the provided ByteArray data.
setItemIndex(item:flash.display:NativeMenuItem, index:int) — method, class flash.display.NativeMenu
Moves a menu item to the specified position.
setKeyFrameInterval(keyFrameInterval:int) — method, class flash.media.Camera
Specifies which video frames are transmitted in full (called keyframes) instead of being interpolated by the video compression algorithm.
setLoadCallback(loadCallback:Function) — Static Method , class fl.lang.Locale
Sets the callback function that is called after the XML file is loaded.
setLocalName(name:String) — method, class XML
Changes the local name of the XML object to the given name parameter.
setLoginCredentialsForHost(hostname:String, user:String, password:String) — Static Method , class flash.net.URLRequestDefaults
Sets default user and password credentials for a selected host.
setLoopback(compress:Boolean) — method, class flash.media.Camera
Specifies whether to use a compressed video stream for a local view of the camera.
setLoopBack(state:Boolean) — method, class flash.media.Microphone
Routes audio captured by a microphone to the local speakers.
setMilliseconds(millisecond:Number) — method, class Date<