| Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |
| sameDomain — Property in class flash.display.LoaderInfo | |
| Expresses the domain relationship between the loader and the content: true if they have the same origin domain; false otherwise. | |
| sandboxType — Static property in class flash.system.Security | |
| Indicates the type of security sandbox in which the calling SWF file is operating. | |
| save — Property in class flash.ui.ContextMenuBuiltInItems | |
| Lets the user with Shockmachine installed save a SWF file. | |
| scale(sx:Number, sy:Number) — Method in class flash.geom.Matrix | |
| Applies a scaling transformation to the matrix. | |
| scale9Grid — Property in class flash.display.DisplayObject | |
| The current scaling grid that is in effect. | |
| scaleContent — Property in 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 in class fl.video.FLVPlayback | |
| Specifies how the video will resize after loading. | |
| scaleMode — Property in class fl.video.VideoPlayer | |
| Specifies how the video resizes after loading. | |
| scaleMode — Property in class flash.display.Stage | |
| A value from the StageScaleMode class that specifies which scale mode to use. | |
| scaleX — Property in class fl.core.UIComponent | |
| Multiplies the current width of the component by a scale factor. | |
| scaleX — Property in class fl.motion.Keyframe | |
| Indicates the horizontal scale as a percentage of the object as applied from the transformation point. | |
| scaleX — Property in class fl.motion.Source | |
| Indicates the scaleX value of the original object. | |
| scaleX — Property in class fl.video.FLVPlayback | |
| A number that is the horizontal scale. | |
| scaleX — Property in class fl.video.VideoPlayer | |
| A number that is the horizontal scale. | |
| scaleX — Property in class flash.display.DisplayObject | |
| Indicates the horizontal scale (percentage) of the object as applied from the registration point. | |
| scaleX — Property in class flash.filters.DisplacementMapFilter | |
| The multiplier to use to scale the x displacement result from the map calculation. | |
| SCALE_X — Constant static property in class fl.motion.Tweenables | |
| Constant for the scaleX property. | |
| scaleY — Property in class fl.core.UIComponent | |
| Multiplies the current height of the component by a scale factor. | |
| scaleY — Property in class fl.motion.Keyframe | |
| Indicates the vertical scale as a percentage of the object as applied from the transformation point. | |
| scaleY — Property in class fl.motion.Source | |
| Indicates the scaleY value of the original object. | |
| scaleY — Property in class fl.video.FLVPlayback | |
| A number that is the vertical scale. | |
| scaleY — Property in class fl.video.VideoPlayer | |
| A number that is the vertical scale. | |
| scaleY — Property in class flash.display.DisplayObject | |
| Indicates the vertical scale (percentage) of an object as applied from the registration point of the object. | |
| scaleY — Property in class flash.filters.DisplacementMapFilter | |
| The multiplier to use to scale the y displacement result from the map calculation. | |
| SCALE_Y — Constant static property in class fl.motion.Tweenables | |
| Constant for the scaleY property. | |
| Scene — Final class in package flash.display | |
| The Scene class includes properties for identifying the name, labels, and number of frames in a scene. | |
| scenes — Property in class flash.display.MovieClip | |
| An array of Scene objects, each listing the name, the number of frames, and the frame labels for a scene in the MovieClip instance. | |
| SCREEN — Constant static property in class flash.display.BlendMode | |
| Multiplies the complement (inverse) of the display object color by the complement of the background color, resulting in a bleaching effect. | |
| screenColor — Static property in class flash.system.Capabilities | |
| Specifies the screen color. | |
| screenDPI — Static property in class flash.system.Capabilities | |
| Specifies the dots-per-inch (dpi) resolution of the screen, in pixels. | |
| screenResolutionX — Static property in class flash.system.Capabilities | |
| Specifies the maximum horizontal resolution of the screen. | |
| screenResolutionY — Static property in class flash.system.Capabilities | |
| Specifies the maximum vertical resolution of the screen. | |
| ScriptTimeoutError — Dynamic class in package flash.errors | |
| The ScriptTimeoutError exception is thrown when the script timeout interval is reached. | |
| ScriptTimeoutError(message:String) — Constructor in class flash.errors.ScriptTimeoutError | |
| Creates a new ScriptTimeoutError object. | |
| scroll — Event in 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 in 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 in class fl.controls.ComboBox | |
| Dispatched when the user scrolls the drop-down list of the ComboBox component. | |
| scroll — Event in class fl.controls.ScrollBar | |
| Dispatched when the ScrollBar instance's scrollPosition property changes. | |
| scroll — Event in class fl.controls.SelectableList | |
| Dispatched when the user scrolls horizontally or vertically. | |
| scroll — Event in class fl.controls.TextArea | |
| Dispatched when the content is scrolled. | |
| 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 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 in class fl.events.ScrollEvent | |
| Defines the value of the type property of a scroll event object. | |
| SCROLL — Constant static property in class flash.events.Event | |
| Defines the value of the type property of a scroll event object. | |
| ScrollBar — Class in 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 in class fl.controls.ScrollBar | |
| Creates a new ScrollBar component instance. | |
| ScrollBarDirection — Class in package fl.controls | |
| Defines the values for the direction property of the ScrollBar component. | |
| scrollDrag — Property in 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 in 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 in class fl.events.ScrollEvent | |
| Creates a new ScrollEvent object with the specified parameters. | |
| scrollH — Property in class flash.text.TextField | |
| The current horizontal scrolling position. | |
| ScrollPane — Class in 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 in class fl.containers.ScrollPane | |
| Creates a new ScrollPane component instance. | |
| scrollPolicy — Property in class fl.controls.TileList | |
| Gets or sets the scroll policy for the TileList component. | |
| ScrollPolicy — Class in package fl.controls | |
| Values for the horizontalScrollPolicy and verticalScrollPolicy properties of the BaseScrollPane class. | |
| scrollPosition — Property in class fl.controls.ScrollBar | |
| Gets or sets the current scroll position and updates the position of the thumb. | |
| scrollRect — Property in class flash.display.DisplayObject | |
| The scroll rectangle bounds of the display object. | |
| scrollTarget — Property in class fl.controls.UIScrollBar | |
| Registers a TextField component instance with the ScrollBar component instance. | |
| scrollToIndex(newCaretIndex:int) — Method in class fl.controls.DataGrid | |
| Scrolls the list to the item at the specified index. | |
| scrollToIndex(newCaretIndex:int) — Method in class fl.controls.List | |
| Scrolls the list to the item at the specified index. | |
| scrollToIndex(newCaretIndex:int) — Method in class fl.controls.SelectableList | |
| Scrolls the list to the item at the specified index. | |
| scrollToIndex(newCaretIndex:int) — Method in class fl.controls.TileList | |
| Scrolls the list to the item at the specified index. | |
| scrollToSelected() — Method in class fl.controls.SelectableList | |
| Scrolls the list to the item at the location indicated by the current value of the selectedIndex property. | |
| scrollV — Property in class flash.text.TextField | |
| The vertical position of text in a text field. | |
| scrubbing — Property in class fl.video.FLVPlayback | |
| A Boolean value that is true if the user is scrubbing with the SeekBar and false otherwise. | |
| scrubFinish — Event in class fl.video.FLVPlayback | |
| Dispatched when the user stops scrubbing the FLV file with the seek bar. | |
| SCRUB_FINISH — Constant static property in class fl.video.VideoEvent | |
| Defines the value of the type property of a scrubFinish event object. | |
| scrubStart — Event in class fl.video.FLVPlayback | |
| Dispatched when the user begins scrubbing the FLV file with the seek bar. | |
| SCRUB_START — Constant static property in class fl.video.VideoEvent | |
| Defines the value of the type property of a scrubStart event object. | |
| search(pattern) — Method in class String | |
| Searches for the specifed pattern and returns the index of the first matching substring. | |
| seconds — Property in class Date | |
| The seconds (an integer from 0 to 59) portion of a Date object according to local time. | |
| secondsUTC — Property in class Date | |
| The seconds (an integer from 0 to 59) portion of a Date object according to universal time (UTC). | |
| Security — Final class in package flash.system | |
| The Security class lets you specify how SWF files in different domains can communicate with each other. | |
| securityDomain — Property in class flash.system.LoaderContext | |
| Specifies the 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 fl.containers.UILoader | |
| Dispatched after a security error occurs while content is loading. | |
| securityError — Event in 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 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.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 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 — 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 | |
| Flash® Player dispatches SecurityErrorEvent objects to report the occurrence of a security error. | |
| SecurityErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class flash.events.SecurityErrorEvent | |
| Creates an Event object that contains information about security error events. | |
| SecurityPanel — Final class in package flash.system | |
| The SecurityPanel class provides values for specifying which Security Settings panel you want to display. | |
| seek(time:Number) — Method in 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 in 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 in class flash.net.NetStream | |
| Seeks the keyframe (also called an I-frame in the video industry) closest to the specified location. | |
| seekBar — Property in class fl.video.FLVPlayback | |
| The SeekBar control. | |
| seekBarInterval — Property in class fl.video.FLVPlayback | |
| A number that specifies, in milliseconds, how often to check the SeekBar handle when scrubbing. | |
| seekBarScrubTolerance — Property in class fl.video.FLVPlayback | |
| A number that specifies how far a user can move the SeekBar handle before an update occurs. | |
| seeked — Event in 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 in class fl.video.VideoEvent | |
| Defines the value of the type property of a seeked event object. | |
| SEEKING — Constant static property in class fl.video.VideoState | |
| The video player is in the seeking state. | |
| seekPercent(percent:Number) — Method in class fl.video.FLVPlayback | |
| Seeks to a percentage of the file and places the playhead there. | |
| seekSeconds(time:Number) — Method in 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 in class fl.video.FLVPlayback | |
| Seeks to a navigation cue point that matches the specified time, name, or time and name. | |
| seekToNextNavCuePoint(time:Number) — Method in class fl.video.FLVPlayback | |
| Seeks to the next navigation cue point, based on the current value of the playheadTime property. | |
| seekToPrevNavCuePoint(time:Number) — Method in class fl.video.FLVPlayback | |
| Seeks to the previous navigation cue point, based on the current value of the playheadTime property. | |
| seekToPrevOffset — Property in 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 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 | |
| Defines the value of the type property of a select event object. | |
| selectable — Property in class fl.controls.Label | |
| Gets or sets a value that indicates whether the text can be selected. | |
| selectable — Property in class fl.controls.SelectableList | |
| Gets or sets a Boolean value that indicates whether the items in the list can be selected. | |
| selectable — Property in class flash.text.TextField | |
| A Boolean value that indicates whether the text field is selectable. | |
| SelectableList — Class in 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 in class fl.controls.SelectableList | |
| Creates a new SelectableList instance. | |
| SelectableListAccImpl — Class in package fl.accessibility | |
| The SelectableListAccImpl class, also called the SelectableList Accessibility Implementation class, is used to make a SelectableList component accessible. | |
| selected — Property in class fl.controls.BaseButton | |
| Gets or sets a Boolean value that indicates whether a toggle button is selected. | |
| selected — Property in 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 in class fl.controls.RadioButton | |
| Indicates whether a radio button is currently selected (true) or deselected (false). | |
| selected — Property in class fl.controls.dataGridClasses.DataGridCellEditor | |
| Indicates whether the cell is included in the indices that were selected by the owner. | |
| selected — Property in class fl.controls.listClasses.CellRenderer | |
| Gets or sets a Boolean value that indicates whether the current cell is selected. | |
| selected — Property in interface fl.controls.listClasses.ICellRenderer | |
| Gets or sets a Boolean value that indicates whether the current cell is selected. | |
| selected — Property in interface fl.managers.IFocusManagerGroup | |
| Gets or sets a Boolean value that indicates whether this component is selected. | |
| SELECTED — Constant static property in 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 in class fl.controls.ColorPicker | |
| Gets or sets the swatch that is currently highlighted in the palette of the ColorPicker component. | |
| selectedData — Property in class fl.controls.RadioButtonGroup | |
| Gets or sets the selected radio button's value property. | |
| selectedDisabledIcon — Style in class fl.controls.LabelButton | |
| Name of the class to use as the icon when the button is selected and disabled. | |
| selectedDisabledIcon — Style in class fl.controls.CheckBox | |
| Name of the class to use as the icon when the button is selected and disabled. | |
| selectedDisabledIcon — Style in class fl.controls.RadioButton | |
| Name of the class to use as the icon when the button is selected and disabled. | |
| selectedDisabledSkin — Style in 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 in 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 in 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 in 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 in 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 in class fl.controls.CheckBox | |
| Name of the class to use as the icon when the button is selected and the mouse button is down. | |
| selectedDownIcon — Style in class fl.controls.RadioButton | |
| Name of the class to use as the icon when the button is selected and the mouse button is down. | |
| selectedDownSkin — Style in 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 in 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 in 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 in 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 in class fl.controls.ComboBox | |
| Gets or sets the index of the item that is selected in a single-selection list. | |
| selectedIndex — Property in class fl.controls.SelectableList | |
| Gets or sets the index of the item that is selected in a single-selection list. | |
| selectedIndices — Property in class fl.controls.SelectableList | |
| Gets or sets an array that contains the items that were selected from a multiple-selection list. | |
| selectedItem — Property in class fl.controls.ComboBox | |
| Gets or sets the value of the item that is selected in the drop-down list. | |
| selectedItem — Property in class fl.controls.SelectableList | |
| Gets or sets the item that was selected from a single-selection list. | |
| selectedItems — Property in 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 in class fl.controls.ComboBox | |
| Gets the string that is displayed in the TextInput portion of the ComboBox component. | |
| selectedOverIcon — Style in 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 in 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. | |
| selectedOverIcon — Style in 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. | |
| selectedOverSkin — Style in 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 in 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 in 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 in 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 in class fl.controls.listClasses.ImageCell | |
| The skin that is used to indicate the selected state. | |
| selectedUpIcon — Style in 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 in class fl.controls.CheckBox | |
| Name of the class to use as the icon when the button is selected and the mouse button is up. | |
| selectedUpIcon — Style in class fl.controls.RadioButton | |
| Name of the class to use as the icon when the button is selected and the mouse button is up. | |
| selectedUpSkin — Style in 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 in 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 in 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 in 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 in class fl.controls.RadioButtonGroup | |
| Gets or sets a reference to the radio button that is currently selected from the radio button group. | |
| selectionBeginIndex — Property in class fl.controls.TextArea | |
| Gets the index position of the first selected character in a selection of one or more characters. | |
| selectionBeginIndex — Property in class fl.controls.TextInput | |
| Gets the index value of the first selected character in a selection of one or more characters. | |
| 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 fl.controls.TextArea | |
| Gets the index position of the last selected character in a selection of one or more characters. | |
| selectionEndIndex — Property in class fl.controls.TextInput | |
| Gets the index position of the last selected character in a selection of one or more characters. | |
| selectionEndIndex — Property in class flash.text.TextField | |
| The zero-based character index value of the last character in the current selection. | |
| send(connectionName:String, methodName:String, ... rest) — Method in class flash.net.LocalConnection | |
| Invokes the method named methodName on a connection opened with the connect(connectionName) method (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 PrintJob.start() and PrintJob.addPage() have been successful. | |
| sendToURL(request:flash.net:URLRequest) — Package function in flash.net | |
| Sends a URL request to a server, but ignores any response. | |
| separatorBefore — Property in class flash.ui.ContextMenuItem | |
| Indicates whether a separator bar should appear above the specified menu item. | |
| serverString — Static property in class flash.system.Capabilities | |
| A URL-encoded string that specifies values for each Capabilities property. | |
| set — Statement | |
| Defines a setter, which is a method that appears in the public interface as a property. | |
| setAdvancedAntiAliasingTable(fontName:String, fontStyle:String, colorType:String, advancedAntiAliasingTable:Array) — Static method in class flash.text.TextRenderer | |
| Sets a custom continuous stroke modulation (CSM) lookup table for a font. | |
| setChildIndex(child:flash.display:DisplayObject, index:int) — Method in class flash.display.DisplayObjectContainer | |
| Changes the position of an existing child in the display object container. | |
| setChildIndex(child:flash.display:DisplayObject, index:int) — Method in class flash.display.Stage | |
| Changes the position of an existing child in the display object container. | |
| setChildren(value:Object) — Method in class XML | |
| Replaces the child properties of the XML object with the specified set of XML properties, provided in the value parameter. | |
| setClipboard(string:String) — Static method in class flash.system.System | |
| Replaces the contents of the Clipboard with a specified text string. | |
| setComponentStyle(component:Object, name:String, style:Object) — Static method in 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 in class flash.system.IME | |
| Sets the IME composition string. | |
| setDate(day:Number) — Method in class Date | |
| Sets the day of the month, according to local time, and returns the new time in milliseconds. | |
| setDefaultLang(langCode:String) — Static method in class fl.lang.Locale | |
| Sets the default language code. | |
| 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. | |
| setEmpty() — Method in class flash.geom.Rectangle | |
| Sets all of the Rectangle object's properties to 0. | |
| setFLVCuePointEnabled(enabled:Boolean, timeNameOrCuePoint) — Method in class fl.video.FLVPlayback | |
| Enables or disables one or more FLV file cue points. | |
| setFocus() — Method in class fl.controls.NumericStepper | |
| Sets focus to the component instance. | |
| setFocus() — Method in class fl.core.UIComponent | |
| Sets the focus to this component. | |
| setFocus(component:flash.display:InteractiveObject) — Method in class fl.managers.FocusManager | |
| Sets focus on an IFocusManagerComponent component. | |
| setFocus(o:flash.display:InteractiveObject) — Method in interface fl.managers.IFocusManager | |
| Sets focus to an IFocusManagerComponent component. | |
| setFocus() — Method in interface fl.managers.IFocusManagerComponent | |
| Sets focus for a component. | |
| 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:Function, delay:Number, ... rest) — Package function in flash.utils | |
| Runs a function at a specified interval (in milliseconds). | |
| 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. | |
| setLoadCallback(loadCallback:Function) — Static method in class fl.lang.Locale | |
| Sets the callback function that is called after the XML file is loaded. | |
| setLocalName(name:String) — Method in class XML | |
| Changes the local name of the XML object to the given name parameter. | |
| 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. | |
| 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. | |
| setMouseState(state:String) — Method in class fl.controls.BaseButton | |
| Set the mouse state via ActionScript. | |
| setMouseState(state:String) — Method in class fl.controls.dataGridClasses.DataGridCellEditor | |
| Sets the current cell to a specific mouse state. | |
| setMouseState(state:String) — Method in interface fl.controls.listClasses.ICellRenderer | |
| Sets the current cell to a specific mouse state. | |
| setName(name:String) — Method in class XML | |
| Sets the name of the XML object to the given qualified name or attribute name. | |
| setNamespace(ns:Namespace) — Method in class XML | |
| Sets the namespace associated with the XML object. | |
| setPixel(x:int, y:int, color:uint) — Method in class flash.display.BitmapData | |
| Sets a single pixel of a BitmapData object. | |
| setPixel32(x:int, y:int, color:uint) — Method in class flash.display.BitmapData | |
| Sets the color and alpha transparency values of a single pixel of a BitmapData object. | |
| setPixels(rect:flash.geom:Rectangle, inputByteArray:flash.utils:ByteArray) — Method in class flash.display.BitmapData | |
| Converts a byte array into a rectangular region of pixel data. | |
| setProgress(value:Number, maximum:Number) — Method in class fl.controls.ProgressBar | |
| Sets the state of the bar to reflect the amount of progress made when using manual mode. | |
| setProperty(name:String, value:String) — Static method in class adobe.utils.XMLUI | |
| Modifies the value of the specified property of the current XMLUI dialog. | |
| setProperty(propertyName:String, value) — Method in interface fl.video.INCManager | |
| Sets values of arbitrary properties supported by the class implementing INCManager. | |
| setProperty(propertyName:String, value) — Method in class fl.video.NCManager | |
| Allows setting of the fallbackServerName, fpadZone, objectEncoding, and proxyType properties. | |
| setProperty(propertyName:String, value:Object) — Method in class flash.net.SharedObject | |
| Updates the value of a property in a shared object and indicates to the server that the value of the property has changed. | |
| setProperty(name, value) — Method in class flash.utils.Proxy | |
| Overrides a call to change a property's value. | |
| setPropertyIsEnumerable(name:String, isEnum:Boolean) — Method in class Object | |
| Sets the availability of a dynamic property for loop operations. | |
| setQuality(bandwidth:int, quality:int) — Method in class flash.media.Camera | |
| Sets the maximum amount of bandwidth per second or the required picture quality of the current outgoing video feed. | |
| setRendererStyle(name:String, style:Object, column:uint) — Method in class fl.controls.SelectableList | |
| Sets a style on the renderers in the list. | |
| setRotation(m:flash.geom:Matrix, rotation:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the angle of rotation in a matrix. | |
| setRotationRadians(m:flash.geom:Matrix, rotation:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the angle of rotation in a matrix. | |
| setScale(scaleX:Number, scaleY:Number) — Method in class fl.video.FLVPlayback | |
| Sets the scaleX and scaleY properties simultaneously. | |
| setScale(scaleX:Number, scaleY:Number) — Method in class fl.video.VideoPlayer | |
| Sets the scaleX and scaleY properties simultaneously. | |
| setScaleX(m:flash.geom:Matrix, scaleX:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the horizontal scale in a matrix. | |
| setScaleY(m:flash.geom:Matrix, scaleY:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the vertical scale in a matrix. | |
| setScrollProperties(pageSize:Number, minScrollPosition:Number, maxScrollPosition:Number, pageScrollSize:Number) — Method in class fl.controls.ScrollBar | |
| Sets the range and viewport size of the ScrollBar component. | |
| setScrollProperties(pageSize:Number, minScrollPosition:Number, maxScrollPosition:Number, pageScrollSize:Number) — Method in class fl.controls.UIScrollBar | |
| Sets the range and viewport size of the ScrollBar component. | |
| 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(setSelection:int, endIndex:int) — Method in class fl.controls.TextArea | |
| Sets the range of a selection made in a text area that has focus. | |
| setSelection(beginIndex:int, endIndex:int) — Method in class fl.controls.TextInput | |
| Sets the range of a selection made in a text area that has focus. | |
| 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. | |
| 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. | |
| setSize(w:Number, h:Number) — Method in class fl.containers.UILoader | |
| Resizes the component to the requested size. | |
| setSize(width:Number, height:Number) — Method in class fl.controls.ScrollBar | |
| Sets the component to the specified width and height. | |
| setSize(width:Number, height:Number) — Method in class fl.controls.Slider | |
| Sets the component to the specified width and height. | |
| setSize(width:Number, height:Number) — Method in class fl.controls.listClasses.CellRenderer | |
| Specifies the dimensions at which the data should be rendered. | |
| setSize(width:Number, height:Number) — Method in interface fl.controls.listClasses.ICellRenderer | |
| Sets the size of the data according to the pixel values specified by the width and height parameters. | |
| setSize(width:Number, height:Number) — Method in class fl.core.UIComponent | |
| Sets the component to the specified width and height. | |
| setSize(width:Number, height:Number) — Method in class fl.video.FLVPlayback | |
| Sets width and height simultaneously. | |
| setSize(width:Number, height:Number) — Method in class fl.video.VideoPlayer | |
| Sets the width and height properties simultaneously. | |
| setSkewX(m:flash.geom:Matrix, skewX:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the horizontal skew in a matrix. | |
| setSkewXRadians(m:flash.geom:Matrix, skewX:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the horizontal skew in a matrix. | |
| setSkewY(m:flash.geom:Matrix, skewY:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the vertical skew in a matrix. | |
| setSkewYRadians(m:flash.geom:Matrix, skewY:Number) — Static method in class fl.motion.MatrixTransformer | |
| Changes the vertical skew in a matrix. | |
| setString(stringID:String, languageCode:String, stringValue:String) — Static method in class fl.lang.Locale | |
| Sets the new string value of a given string ID and language code. | |
| setStyle(style:String, value:Object) — Method in class fl.core.UIComponent | |
| Sets a style property on this component instance. | |
| setStyle(name:String, style:Object) — Static method in class fl.managers.StyleManager | |
| Sets a global style for all user interface components in a document. | |
| setStyle(styleName:String, styleObject:Object) — Method in class flash.text.StyleSheet | |
| Adds a new style with the specified name to the style sheet object. | |
| setTextFormat(format:flash.text:TextFormat, beginIndex:int, endIndex:int) — Method in class flash.text.TextField | |
| Applies the text formatting that the format parameter specifies to the specified text in a text field. | |
| setTime(millisecond:Number) — Method in class Date | |
| Sets the date in milliseconds since midnight on January 1, 1970, and returns the new time in milliseconds. | |
| setTimeout(closure:Function, delay:Number, ... 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). | |
| setTint(tintColor:uint, tintMultiplier:Number) — Method in class fl.motion.Color | |
| Sets the tint color and amount at the same time. | |
| 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. | |
| setValue(tweenableName:String, newValue:Number) — Method in class fl.motion.Keyframe | |
| Changes the value of a specific tweenable property on the keyframe. | |
| setValue(index:int, tweenableName:String, value:Number) — Method in class fl.motion.Motion | |
| Sets the value of a specific tweenables property at a given time index in the Motion instance. | |
| shadowAlpha — Property in class flash.filters.BevelFilter | |
| The alpha transparency value of the shadow color. | |
| shadowColor — Property in class flash.filters.BevelFilter | |
| The shadow color of the bevel. | |
| Shape — Class in package flash.display | |
| The Shape class is used to create lightweight shapes by using the ActionScript drawing application program interface (API). | |
| Shape() — Constructor in class flash.display.Shape | |
| Creates a new Shape object. | |
| sharedEvents — Property in class flash.display.LoaderInfo | |
| An EventDispatcher instance that can be used to exchange events across security boundaries. | |
| SharedObject — Class in package flash.net | |
| The SharedObject class is used to read and store limited amounts of data on a user's computer 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 — Constant static property in class flash.ui.Keyboard | |
| Constant associated with the key code value for the Shift key (16). | |
| shiftKey — Property in class flash.events.FocusEvent | |
| Indicates whether the Shift key modifier is activated, in which case the value is true. | |
| shiftKey — Property in class flash.events.KeyboardEvent | |
| Indicates whether the Shift key modifier is active (true) or inactive (false). | |
| shiftKey — Property in class flash.events.MouseEvent | |
| Indicates whether the Shift key is active (true) or inactive (false). | |
| shortcut — Property in class flash.accessibility.AccessibilityProperties | |
| Indicates a keyboard shortcut associated with this display object. | |
| SHORT_VERSION — Constant static property in class fl.video.FLVPlayback | |
| State variable indicating the short version number of the component. | |
| SHORT_VERSION — Constant static property in class fl.video.FLVPlaybackCaptioning | |
| State variable indicating the short version number of the component. | |
| SHORT_VERSION — Constant static property in class fl.video.NCManager | |
| State variable indicating the short version number of the component. | |
| SHORT_VERSION — Constant static property in class fl.video.NCManagerNative | |
| State variable indicating the short version number of the component. | |
| SHORT_VERSION — Constant static property in class fl.video.VideoError | |
| State variable indicating the short version number of the component. | |
| SHORT_VERSION — Constant static property in class fl.video.VideoPlayer | |
| State variable indicating the short version number of the component. | |
| show — Event in class fl.core.UIComponent | |
| Dispatched after the component visibility changes from invisible to visible. | |
| show() — Static method in class flash.ui.Mouse | |
| Displays the pointer. | |
| SHOW — Constant static property in class fl.events.ComponentEvent | |
| Defines the value of the type property of a show event object. | |
| SHOW_ALL — Constant static property in class flash.display.StageScaleMode | |
| Specifies that the entire Flash application be visible in the specified area without distortion while maintaining the original aspect ratio of the application. | |
| showCaptions — Property in class fl.video.FLVPlaybackCaptioning | |
| Used to display captions; true = display captions, false = do not display captions. | |
| showDefaultContextMenu — Property in class flash.display.Stage | |
| Specifies whether to show or hide the default items in the Flash Player context menu. | |
| showFocus() — Method in class fl.managers.FocusManager | |
| Sets the showFocusIndicator value to true and draws the visual focus indicator on the object with focus, if any. | |
| showFocus() — Method in interface fl.managers.IFocusManager | |
| Sets the showFocusIndicator property to true. | |
| showFocusIndicator — Property in class fl.managers.FocusManager | |
| Gets or sets a value that indicates whether a component that has focus should be marked with a visual indicator of focus. | |
| showFocusIndicator — Property in interface fl.managers.IFocusManager | |
| Gets or sets a value that determines whether the user interface changes to indicate that a specific component has focus. | |
| showHeaders — Property in class fl.controls.DataGrid | |
| Gets or sets a Boolean value that indicates whether the DataGrid component shows column headers. | |
| showRedrawRegions(on:Boolean, color:uint) — 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. | |
| showTextField — Property in class fl.controls.ColorPicker | |
| Gets or sets a Boolean value that indicates whether the internal text field of the ColorPicker component is displayed. | |
| 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. | |
| SimpleCollectionItem — Dynamic class in package fl.data | |
| The SimpleCollectionItem class defines a single item in an inspectable property that represents a data provider. | |
| SimpleCollectionItem() — Constructor in class fl.data.SimpleCollectionItem | |
| Creates a new SimpleCollectionItem object. | |
| SimpleEase — Class in package fl.motion | |
| The SimpleEase class allows you to control an animation with the kind of percentage easing that is used in the Flash timeline. | |
| SimpleEase(xml:XML) — Constructor in class fl.motion.SimpleEase | |
| Constructor for SimpleEase instances. | |
| simpleFormatting — Property in class fl.video.FLVPlaybackCaptioning | |
| Limits formatting instructions from the Timed Text file when set to true. | |
| sin(angleRadians:Number) — Static method in class Math | |
| Computes and returns the sine of the specified angle in radians. | |
| Sine — Class in package fl.motion.easing | |
| The Sine class defines three easing functions to implement motion with ActionScript animation. | |
| size — Property in class flash.geom.Rectangle | |
| The size of the Rectangle object, expressed as a Point object with the values of the width and height properties. | |
| size — Property in class flash.net.FileReference | |
| The size of the file on the local disk in bytes. | |
| size — Property in class flash.net.SharedObject | |
| The current size of the shared object, in bytes. | |
| size — Property in class flash.text.TextFormat | |
| The point size of text in this text format. | |
| SIZE — Constant static property in class fl.core.InvalidationType | |
| The InvalidationType.SIZE constant defines the value of the type property of the event object that is dispatched to indicate that the screen dimensions of the component are invalid. | |
| skewX — Property in class fl.motion.Keyframe | |
| Indicates the horizontal skew angle of the target object in degrees as applied from the transformation point. | |
| skewX — Property in class fl.motion.Source | |
| Indicates the skewX value of the original object. | |
| SKEW_X — Constant static property in class fl.motion.Tweenables | |
| Constant for the skewX property. | |
| skewY — Property in class fl.motion.Keyframe | |
| Indicates the vertical skew angle of the target object in degrees as applied from the transformation point. | |
| skewY — Property in class fl.motion.Source | |
| Indicates the skewY value of the original object. | |
| SKEW_Y — Constant static property in class fl.motion.Tweenables | |
| Constant for the skewY property. | |
| skin — Property in class fl.video.FLVPlayback | |
| A string that specifies the URL to a skin SWF file. | |
| skin — Style in class fl.containers.BaseScrollPane | |
| The skin to be used as the background of the scroll pane. | |
| skin — Style in class fl.controls.TileList | |
| The skin to be used as the background of the TileList component. | |
| skin — Style in class fl.controls.SelectableList | |
| The class that provides the skin for the background of the component. | |
| skinAutoHide — Property in class fl.video.FLVPlayback | |
| A Boolean value that, if true, hides the component skin when the mouse is not over the video. | |
| skinBackgroundAlpha — Property in class fl.video.FLVPlayback | |
| The alpha for the background of the skin. | |
| skinBackgroundColor — Property in class fl.video.FLVPlayback | |
| The color for the background of the skin (0xRRGGBB). | |
| skinError — Event in class fl.video.FLVPlayback | |
| Dispatched when an error occurs loading a skin SWF file. | |
| SKIN_ERROR — Constant static property in class fl.video.SkinErrorEvent | |
| Defines the value of the type property of a skinError event object. | |
| SkinErrorEvent — Class in package fl.video | |
| Flash® Player dispatches a SkinErrorEvent object when there is an error loading a skin. | |
| SkinErrorEvent(type:String, bubbles:Boolean, cancelable:Boolean, text:String) — Constructor in class fl.video.SkinErrorEvent | |
| Creates an Event object that contains information about skinError events. | |
| skinFadeTime — Property in class fl.video.FLVPlayback | |
| The amount of time in milliseconds that it takes for the skin to fade in or fade out when hiding or showing. | |
| skinLoaded — Event in class fl.video.FLVPlayback | |
| Dispatched when a skin SWF file is loaded. | |
| SKIN_LOADED — Constant static property in class fl.video.VideoEvent | |
| Defines the value of the type property of a skinLoaded event object. | |
| skinScaleMaximum — Property in class fl.video.FLVPlayback | |
| This property specifies the largest multiple that FLVPlayback will use to scale up its skin when it enters full screen mode with a Flash Player that supports hardware acceleration. | |
| 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. | |
| Slider — Class in package fl.controls | |
| The Slider component lets users select a value by moving a slider thumb between the end points of the slider track. | |
| Slider() — Constructor in class fl.controls.Slider | |
| Creates a new Slider component instance. | |
| SliderDirection — Class in package fl.controls | |
| The orientation of the Slider component. | |
| SliderEvent — Class in package fl.events | |
| The SliderEvent class defines events that are associated with the Slider component. | |
| SliderEvent(type:String, value:Number, clickTarget:String, triggerEvent:String, keyCode:int) — Constructor in class fl.events.SliderEvent | |
| Creates a new SliderEvent object with the specified parameters. | |
| SliderEventClickTarget — Class in package fl.events | |
| The SliderEventClickTarget class defines constants for the values of the clickTarget property of the SliderEvent class. | |
| sliderTrackDisabledSkin — Style in class fl.controls.Slider | |
| The skin for the track in a Slider component that is disabled. | |
| sliderTrackSkin — Style in class fl.controls.Slider | |
| The skin for the track in a Slider component. | |
| 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. | |
| snapInterval — Property in class fl.controls.Slider | |
| Gets or sets the increment by which the value is increased or decreased as the user moves the slider thumb. | |
| Socket — Class in package flash.net | |
| The Socket class enables ActionScript code to make socket connections and to read and write raw binary data. | |
| Socket(host:String, port:int) — Constructor in class flash.net.Socket | |
| Creates a Socket object. | |
| socketData — Event in class flash.net.Socket | |
| Dispatched when a socket has received data. | |
| SOCKET_DATA — Constant static property in class flash.events.ProgressEvent | |
| Defines the value of the type property of a socketData event object. | |
| 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. | |
| songName — Property in class flash.media.ID3Info | |
| The name of the song; corresponds to the ID3 2.0 tag TIT2. | |
| sort(... rest) — Method in class Array | |
| Sorts the elements in an array. | |
| sort(... rest) — Method in class fl.data.DataProvider | |
| Sorts the items that the data provider contains and dispatches a DataChangeType.SORT event. | |
| SORT — Constant static property in class fl.events.DataChangeType | |
| The data provider was sorted. | |
| sortable — Property in class fl.controls.dataGridClasses.DataGridColumn | |
| Indicates whether the user can click on the header of the current column to sort the data provider. | |
| sortableColumns — Property in class fl.controls.DataGrid | |
| Indicates whether the user can sort the items in the data provider by clicking on a column header cell. | |
| sortCompareFunction — Property in class fl.controls.dataGridClasses.DataGridColumn | |
| A callback function that is called when sorting the data in the column. | |
| sortDescending — Property in class fl.controls.DataGrid | |
| Gets the order in which a column is sorted when the user clicks its header. | |
| sortDescending — Property in class fl.controls.dataGridClasses.DataGridColumn | |
| Indicates whether the DataGridColumn is to be sorted in ascending or descending order. | |
| sortIndex — Property in class fl.controls.DataGrid | |
| Gets the index of the column to be sorted. | |
| sortItems(... rest) — Method in class fl.controls.ComboBox | |
| Sorts the elements of the current data provider. | |
| sortItems(... rest) — Method in class fl.controls.SelectableList | |
| Sorts the elements of the current data provider. | |
| sortItemsOn(field:String, options:Object) — Method in class fl.controls.ComboBox | |
| Sorts the elements of the current data provider by one or more of its fields. | |
| sortItemsOn(field:String, options:Object) — Method in class fl.controls.SelectableList | |
| Sorts the elements of the current data provider by one or more of its fields. | |
| sortOn(fieldName:Object, options:Object) — Method in class Array | |
| Sorts the elements in an array according to one or more fields in the array. | |
| sortOn(fieldName:Object, options:Object) — Method in class fl.data.DataProvider | |
| Sorts the items that the data provider contains by the specified field and dispatches a DataChangeType.SORT event. | |
| sortOptions — Property in class fl.controls.dataGridClasses.DataGridColumn | |
| One or more defined constants, identified by name or number and separated by the bitwise OR (|) operator. | |
| Sound — Class in package flash.media | |
| The Sound class lets you work with sound in an application. | |
| Sound(stream:flash.net:URLRequest, context:flash.media:SoundLoaderContext) — Constructor in class flash.media.Sound | |
| Creates a new Sound object. | |
| SoundChannel — Final class in package flash.media | |
| The SoundChannel class controls a sound in an application. | |
| soundComplete — Event in class flash.media.SoundChannel | |
| Dispatched when a sound has finished playing. | |
| SOUND_COMPLETE — Constant static property in class flash.events.Event | |
| Defines the value of the type property of a soundComplete event object. | |
| SoundEvent — Class in package fl.video | |
| Flash® Player dispatches a SoundEvent object when the user changes the sound by either moving the handle of the volumeBar control or setting the volume or soundTransform property. | |
| SoundEvent(type:String, bubbles:Boolean, cancelable:Boolean, soundTransform:flash.media:SoundTransform) — Constructor in class fl.video.SoundEvent | |
| Creates an Event object that contains information about sound events. | |
| SoundLoaderContext — Class in package flash.media | |
| The SoundLoaderContext class provides security checks for SWF files that load sound. | |
| SoundLoaderContext(bufferTime:Number, checkPolicyFile:Boolean) — Constructor in class flash.media.SoundLoaderContext | |
| Creates a new sound loader context object. | |
| SoundMixer — Final class in package flash.media | |
| The SoundMixer class contains static properties and methods for global sound control in the SWF file. | |
| soundTransform — Property in class fl.video.FLVPlayback | |
| Provides direct access to the VideoPlayer.soundTransform property to expose more sound control. | |
| soundTransform — Property in class fl.video.SoundEvent | |
| Indicates new values for volume and panning. | |
| soundTransform — Property in class fl.video.VideoPlayer | |
| Provides direct access to the NetStream.soundTransform property to expose more sound control. | |
| 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. | |
| soundUpdate — Event in class fl.video.FLVPlayback | |
| Dispatched when sound changes by the user either moving the handle of the volumeBar control or setting the volume or soundTransform property. | |
| SOUND_UPDATE — Constant static property in class fl.video.SoundEvent | |
| Defines the value of the type property of a soundUpdate event object. | |
| source — Property in class RegExp | |
| Specifies the pattern portion of the regular expression. | |
| source — Property in class fl.containers.ScrollPane | |
| Gets or sets an absolute or relative URL that identifies the location of the SWF or image file to load, the class name of a movie clip in the library, a reference to a display object, or a instance name of a movie clip on the same level as the component. | |
| source — Property in class fl.containers.UILoader | |
| Gets or sets an absolute or relative URL that identifies the location of the SWF or image file to load, the class name of a movie clip in the library, a reference to a display object, or a instance name of a movie clip on the same level as the component. | |
| source — Property in class fl.controls.ProgressBar | |
| Gets or sets a reference to the content that is being loaded and for which the ProgressBar is measuring the progress of the load operation. | |
| source — Property in class fl.controls.listClasses.ImageCell | |
| Gets or sets an absolute or relative URL that identifies the location of the SWF or image file to load, the class name of a movie clip in the library, or a reference to a display object. | |
| source — Property in class fl.controls.listClasses.TileListData | |
| Gets or sets an absolute or relative URL that identifies the location of the SWF or image file to load, the class name of a movie clip in the library, or a reference to a display object. | |
| source — Property in class fl.data.TileListCollectionItem | |
| The source property of the object. | |
| source — Property in class fl.motion.Motion | |
| An object that stores information about the context in which the motion was created, such as framerate, dimensions, transformation point, and initial position, scale, rotation and skew. | |
| source — Property in class fl.video.FLVPlayback | |
| A string that specifies the URL of the FLV file to stream and how to stream it. | |
| source — Property in class fl.video.FLVPlaybackCaptioning | |
| URL of the Timed Text XML file that contains caption information (required property). | |
| source — Property in class fl.video.VideoPlayer | |
| A string that specifies the URL of the FLV file to stream and how to stream it. | |
| Source — Class in package fl.motion | |
| The Source class stores information about the context in which a Motion instance was generated. | |
| Source(xml:XML) — Constructor in class fl.motion.Source | |
| Constructor for Source instances. | |
| sourceField — Property in class fl.controls.TileList | |
| Gets or sets the item field that provides the source path for a tile. | |
| sourceFunction — Property in class fl.controls.TileList | |
| Gets or sets the function to be used to obtain the source path for a tile. | |
| SPACE — Constant static property in class flash.ui.Keyboard | |
| Constant associated with the key code value for the Spacebar (32). | |
| spaceColumnsEqually() — Method in class fl.controls.DataGrid | |
| Resets the widths of the visible columns to the same size. | |
| splice(startIndex:int, deleteCount:uint, ... rest) — Method in class Array | |
| Adds elements to and removes elements from an array. | |
| split(delimiter, limit:Number) — Method in class String | |
| Splits a String object into an array of substrings by dividing it wherever the specified delimiter parameter occurs. | |
| SpreadMethod — Final class in package flash.display | |
| 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. | |
| 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 fl.transitions.Iris | |
| Used to specify a square mask shape for the transition effect. | |
| 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. | |
| Squeeze — Class in package fl.transitions | |
| The Squeeze class scales the movie clip object horizontally or vertically. | |
| StackOverflowError — Dynamic class in package flash.errors | |
| ActionScript throws a StackOverflowError exception when the stack available to the script is exhausted. | |
| StackOverflowError(message:String) — Constructor in class flash.errors.StackOverflowError | |
| Creates a new StackOverflowError object. | |
| stage — Property in class flash.display.DisplayObject | |
| The Stage of the display object. | |
| Stage — Class in package flash.display | |
| The Stage class represents the main drawing area. | |
| StageAlign — Final class in package flash.display | |
| The StageAlign class provides constant values to use for the Stage.align property. | |
| 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. | |
| StageQuality — Final class in package flash.display | |
| The StageQuality class provides values for the Stage.quality property. | |
| StageScaleMode — Final class in package flash.display | |
| The StageScaleMode class provides values for the Stage.scaleMode property. | |
| stageWidth — Property in class flash.display.Stage | |
| Specifies the current width, in pixels, of the Stage. | |
| stageX — Property in class flash.events.MouseEvent | |
| The horizontal coordinate at which the event occurred in global Stage coordinates. | |
| stageY — Property in class flash.events.MouseEvent | |
| The vertical coordinate at which the event occurred in global Stage coordinates. | |
| STANDARD — Constant static property in class flash.ui.KeyLocation | |
| Indicates the key activation is not distinguished as the left or right version of the key, and did not originate on the numeric keypad (or did not originate with a virtual key corresponding to the numeric keypad). | |
| start(content:flash.display:MovieClip, transParams:Object) — Static method in class fl.transitions.TransitionManager | |
| Creates a new TransitionManager instance, designates the target object, applies a transition, and starts the transition. | |
| start() — Method in class fl.transitions.Tween | |
| Starts the play of a tweened animation from its starting point. | |
| start() — Method in class flash.printing.PrintJob | |
| Displays the operating system's Print dialog box, starts spooling, and sets the PrintJob read-only property values. | |
| start() — Method in class flash.utils.Timer | |
| Starts the timer, if it is not already running. | |
| startDrag(lockCenter:Boolean, bounds:flash.geom:Rectangle) — Method in class flash.display.Sprite | |
| Lets the user drag the specified sprite. | |
| startIndex — Property in class fl.events.DataChangeEvent | |
| Gets the index of the first changed item in the array of items that were changed. | |
| startTransition(transParams:Object) — Method in class fl.transitions.TransitionManager | |
| Creates a transition instance and starts it. | |
| state — Property in class fl.video.FLVPlayback | |
| A string that specifies the state of the component. | |
| state — Property in class fl.video.VideoEvent | |
| A string identifying the constant from the VideoState class that describes the playback state of the component. | |
| state — Property in class fl.video.VideoPlayer | |
| A string that specifies the state of the component. | |
| STATE — Constant static property in class fl.core.InvalidationType | |
| The InvalidationType.STATE constant defines the value of the type property of the event object that is dispatched to indicate that the state of the component is invalid. | |
| stateChange — Event in class fl.video.FLVPlayback | |
| Dispatched when the playback state changes. | |
| stateChange — Event in class fl.video.VideoPlayer | |
| Dispatched when the playback state changes. | |
| STATE_CHANGE — Constant static property in class fl.video.VideoEvent | |
| Defines the value of the type property of a stateChange event object. | |
| stateResponsive — Property in class fl.video.FLVPlayback | |
| A Boolean value that is true if the state is responsive. | |
| stateResponsive — Property in class fl.video.VideoPlayer | |
| A Boolean value that is true if the state is responsive. | |
| static — Statement | |
| Specifies that a variable, constant, or method belongs to the class, rather than to instances of the class. | |
| StaticText — Final class in package flash.text | |
| This class represents StaticText objects on the display list. | |
| status — Property in class flash.events.HTTPStatusEvent | |
| The HTTP status code returned by the server. | |
| status — Event in class flash.media.Camera | |
| 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 — Constant static property in class flash.events.StatusEvent | |
| Defines the value of the type property of a status event object. | |
| StatusEvent — Class in package flash.events | |
| Flash® Player dispatches StatusEvent objects when a device, such as a camera or microphone, or an object such as a LocalConnection object reports its status. | |
| StatusEvent(type:String, bubbles:Boolean, cancelable:Boolean, code:String, level:String) — Constructor in class flash.events.StatusEvent | |
| Creates an Event object that contains information about status events. | |
| stepSize — Property in class fl.controls.NumericStepper | |
| Gets or sets a nonzero number that describes the unit of change between values. | |
| stop() — Method in class fl.motion.Animator | |
| Stops the animation and Flash Player goes back to the first frame in the animation sequence. | |
| stop() — Method in class fl.transitions.Tween | |
| Stops the play of a tweened animation at its current value. | |
| stop() — Method in class fl.video.FLVPlayback | |
| Stops the video from playing. | |
| stop() — Method in class fl.video.VideoPlayer | |
| Stops video playback. | |
| stop() — Method in class flash.display.MovieClip | |
| Stops the playhead in the movie clip. | |
| stop() — Method in class flash.media.SoundChannel | |
| Stops the sound playing in the channel. | |
| stop() — Method in class flash.utils.Timer | |
| Stops the timer. | |
| stopAll() — Static method in class flash.media.SoundMixer | |
| Stops all sounds currently playing. | |
| stopButton — Property in class fl.video.FLVPlayback | |
| The Stop button control. | |
| 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. | |
| stopped — Property in class fl.video.FLVPlayback | |
| A Boolean value that is true if the state of the FLVPlayback instance is stopped. | |
| STOPPED — Constant static property in class fl.video.VideoState | |
| The video player is in the stopped state. | |
| stoppedStateEntered — Event in class fl.video.FLVPlayback | |
| Dispatched when entering the stopped state. | |
| STOPPED_STATE_ENTERED — Constant static property in class fl.video.VideoEvent | |
| Defines the value of the type property of a stoppedStateEntered event object. | |
| stopPropagation() — Method in class flash.events.Event | |
| Prevents processing of any event listeners in nodes subsequent to the current node in the event flow. | |
| streamHeight — Property in interface fl.video.INCManager | |
| Height of the stream, in pixels. | |
| streamHeight — Property in class fl.video.NCManager | |
| Height of the stream, in pixels. | |
| streamLength — Property in interface fl.video.INCManager | |
| Length of the stream, in seconds. | |
| streamLength — Property in class fl.video.NCManager | |
| Length of the stream, in seconds. | |
| streamLength — Property in class fl.video.NCManagerNative | |
| Length of the stream, in milliseconds. | |
| streamName — Property in interface fl.video.INCManager | |
| The stream name passed into the NetStream.play() method. | |
| streamName — Property in class fl.video.NCManager | |
| The stream name passed into the NetStream.play() method. | |
| streamWidth — Property in interface fl.video.INCManager | |
| Width of the stream, in pixels. | |
| streamWidth — Property in class fl.video.NCManager | |
| Width of the stream, in pixels. | |
| strength — Property in class flash.filters.BevelFilter | |
| The strength of the imprint or spread. | |
| strength — Property in class flash.filters.DropShadowFilter | |
| The strength of the imprint or spread. | |
| strength — Property in class flash.filters.GlowFilter | |
| The strength of the imprint or spread. | |
| strength — Property in class flash.filters.GradientBevelFilter | |
| The strength of the imprint or spread. | |
| strength — Property in class flash.filters.GradientGlowFilter | |
| The strength of the imprint or spread. | |
| String — Final class in Top Level | |
| The String class is a data type that represents a string of characters. | |
| String(expression:Object) — 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. | |
| stringIDArray — Static property in class fl.lang.Locale | |
| An array containing all the string IDs in the FLA file. | |
| Strong — Class in package fl.transitions.easing | |
| The Strong class defines three easing functions to implement motion with ActionScript animation. | |
| StyleManager — Class in package fl.managers | |
| The StyleManager class provides static methods that can be used to get and set styles for a component instance, an entire component type, or all user interface components in a Flash document. | |
| StyleManager() — Constructor in class fl.managers.StyleManager | |
| Creates a new StyleManager object. | |
| 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. | |
| STYLES — Constant static property in class fl.core.InvalidationType | |
| The InvalidationType.STYLES constant defines the value of the type property of the event object that is dispatched to indicate that the styles of the component are invalid. | |
| styleSheet — Property in class flash.text.TextField | |
| Attaches a style sheet to the text field. | |
| StyleSheet — Dynamic class in package flash.text | |
| The StyleSheet class lets you create a StyleSheet object that contains text formatting rules for font size, color, and other styles. | |
| StyleSheet() — Constructor in class flash.text.StyleSheet | |
| Creates a new StyleSheet object. | |
| SUBPIXEL — Constant static property in class flash.text.GridFitType | |
| Fits strong horizontal and vertical lines to the sub-pixel grid on LCD monitors. | |
| substr(startIndex:Number, len:Number) — Method in class String | |
| Returns a substring consisting of the characters that start at the specified startIndex and with a length specified by len. | |
| substring(startIndex:Number, endIndex:Number) — Method in class String | |
| Returns a string consisting of the character specified by startIndex and all characters up to endIndex - 1. | |
| subtract(v:flash.geom:Point) — Method in class flash.geom.Point | |
| Subtracts the coordinates of another point from the coordinates of this point to create a new point. | |
| SUBTRACT — Constant static property in class flash.display.BlendMode | |
| Subtracts the values of the constituent colors in the display object from the values of the background color, applying a floor of 0. | |
| super — Statement | |
| Invokes the superclass or parent version of a method or constructor. | |
| swapChildren(child1:flash.display:DisplayObject, child2:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer | |
| Swaps the z-order (front-to-back order) of the two specified child objects. | |
| swapChildrenAt(index1:int, index2:int) — Method in class flash.display.DisplayObjectContainer | |
| Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the child list. | |
| swapChildrenAt(index1:int, index2:int) — Method in class flash.display.Stage | |
| Swaps the z-order (front-to-back order) of the child objects at the two specified index positions in the child list. | |
| swatchHeight — Style in class fl.controls.ColorPicker | |
| The height of each swatch, in pixels. | |
| swatchPadding — Style in class fl.controls.ColorPicker | |
| Defines the padding that appears around each swatch in the color palette, in pixels. | |
| swatchSelectedSkin — Style in class fl.controls.ColorPicker | |
| The class that provides the skin which is used to highlight the currently selected color. | |
| swatchSkin — Style in class fl.controls.ColorPicker | |
| The class that provides the skin which is used to draw the swatches contained in the ColorPicker component. | |
| swatchWidth — Style in class fl.controls.ColorPicker | |
| The width of each swatch, in pixels. | |
| 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. | |
| symbolName — Property in class fl.motion.Source | |
| Indicates the name of the symbol from which the Motion instance was generated. | |
| 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 | |
| Flash® Player dispatches SyncEvent objects when a remote SharedObject instance has been updated by the server. | |
| SyncEvent(type:String, bubbles:Boolean, cancelable:Boolean, changeList:Array) — Constructor in class flash.events.SyncEvent | |
| Creates an Event object that contains information about sync events. | |
| SyntaxError — Dynamic class in Top Level | |
| A SyntaxError exception is thrown when a parsing error occurs. | |
| SyntaxError(message:String) — Constructor in class SyntaxError | |
| Creates a new SyntaxError object. | |
| System — Final class in package flash.system | |
| The System class contains properties related to certain operations that take place on the user's computer, such as operations with shared objects, local settings for cameras and microphones, and use of the Clipboard. | |
| Symbols A B C D E F G H I J K L M N O P Q R S T U V W X Y Z | |