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 |
R — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the R key (82). |
RADIAL — Constant Static Property, class flash.display.GradientType |
|
Value used to specify a radial gradient fill. |
RadioButton — class, package fl.controls |
|
The RadioButton component lets you force a user to make a single
selection from a set of choices. |
RadioButton() — Constructor, class fl.controls.RadioButton |
|
Creates a new RadioButton component instance. |
RadioButtonAccImpl — class, package fl.accessibility |
|
The RadioButtonAccImpl class, also called the RadioButton Accessibility Implementation class,
is used to make a RadioButton component accessible. |
RadioButtonGroup — class, package fl.controls |
|
The RadioButtonGroup class defines a group of RadioButton components
to act as a single component. |
RadioButtonGroup(name:String) — Constructor, class fl.controls.RadioButtonGroup |
|
Creates a new RadioButtonGroup instance. |
random() — Static Method, class Math |
|
Returns a pseudo-random number n, where 0 <= n < 1. |
RangeError — Dynamic Class, Top Level |
|
A RangeError exception is thrown when a numeric value is outside the acceptable range. |
RangeError(message:String) — Constructor, class RangeError |
|
Creates a new RangeError object. |
rate — Property, class flash.media.Microphone |
|
The rate at which the microphone captures sound, in kHz. |
ratios — Property, class flash.filters.GradientBevelFilter |
|
An array of color distribution ratios for the corresponding colors in the
colors array. |
ratios — Property, class flash.filters.GradientGlowFilter |
|
An array of color distribution ratios for the corresponding colors in the
colors array. |
READ — Constant Static Property, class flash.data.SQLMode |
|
Indicates that the connection is opened in read-only mode. |
READ — Constant Static Property, class flash.filesystem.FileMode |
|
Used for a file to be opened in read-only mode. |
readAhead — Property, class flash.filesystem.FileStream |
|
When reading files asynchronously, the amount of data requested. |
readBoolean() — method, class flash.filesystem.FileStream |
|
Reads a Boolean value from the file stream, byte stream, or byte array. |
readBoolean() — method, class flash.net.Socket |
|
Reads a Boolean value from the socket. |
readBoolean() — method, class flash.net.URLStream |
|
Reads a Boolean value from the stream. |
readBoolean() — method, class flash.utils.ByteArray |
|
Reads a Boolean value from the byte stream. |
readBoolean() — method, interface flash.utils.IDataInput |
|
Reads a Boolean value from the file stream, byte stream, or byte array. |
readByte() — method, class flash.filesystem.FileStream |
|
Reads a signed byte from the file stream, byte stream, or byte array. |
readByte() — method, class flash.net.Socket |
|
Reads a signed byte from the socket. |
readByte() — method, class flash.net.URLStream |
|
Reads a signed byte from the stream. |
readByte() — method, class flash.utils.ByteArray |
|
Reads a signed byte from the byte stream. |
readByte() — method, interface flash.utils.IDataInput |
|
Reads a signed byte from the file stream, byte stream, or byte array. |
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — method, class flash.filesystem.FileStream |
|
Reads the number of data bytes, specified by the length parameter,
from the file stream, byte stream, or byte array. |
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — method, class flash.net.Socket |
|
Reads the number of data bytes specified by the length
parameter from the socket. |
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — method, class flash.net.URLStream |
|
Reads length bytes of data from the stream. |
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — method, class flash.utils.ByteArray |
|
Reads the number of data bytes, specified by the length parameter, from the byte stream. |
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — method, interface flash.utils.IDataInput |
|
Reads the number of data bytes, specified by the length parameter,
from the file stream, byte stream, or byte array. |
readDouble() — method, class flash.filesystem.FileStream |
|
Reads an IEEE 754 double-precision floating point number from the file stream, byte stream, or byte array. |
readDouble() — method, class flash.net.Socket |
|
Reads an IEEE 754 double-precision floating-point number from the socket. |
readDouble() — method, class flash.net.URLStream |
|
Reads an IEEE 754 double-precision floating-point number from the stream. |
readDouble() — method, class flash.utils.ByteArray |
|
Reads an IEEE 754 double-precision (64-bit) floating-point number from the byte stream. |
readDouble() — method, interface flash.utils.IDataInput |
|
Reads an IEEE 754 double-precision floating point number from the file stream, byte stream, or byte array. |
readExternal(input:flash.utils:IDataInput) — method, interface flash.utils.IExternalizable |
|
A class implements this method to decode itself from a data stream by calling the methods of the IDataInput
interface. |
readFloat() — method, class flash.filesystem.FileStream |
|
Reads an IEEE 754 single-precision floating point number from the file stream, byte stream, or byte array. |
readFloat() — method, class flash.net.Socket |
|
Reads an IEEE 754 single-precision floating-point number from the socket. |
readFloat() — method, class flash.net.URLStream |
|
Reads an IEEE 754 single-precision floating-point number from the stream. |
readFloat() — method, class flash.utils.ByteArray |
|
Reads an IEEE 754 single-precision (32-bit) floating-point number from the byte stream. |
readFloat() — method, interface flash.utils.IDataInput |
|
Reads an IEEE 754 single-precision floating point number from the file stream, byte stream, or byte array. |
readInt() — method, class flash.filesystem.FileStream |
|
Reads a signed 32-bit integer from the file stream, byte stream, or byte array. |
readInt() — method, class flash.net.Socket |
|
Reads a signed 32-bit integer from the socket. |
readInt() — method, class flash.net.URLStream |
|
Reads a signed 32-bit integer from the stream. |
readInt() — method, class flash.utils.ByteArray |
|
Reads a signed 32-bit integer from the byte stream. |
readInt() — method, interface flash.utils.IDataInput |
|
Reads a signed 32-bit integer from the file stream, byte stream, or byte array. |
readMultiByte(length:uint, charSet:String) — method, class flash.filesystem.FileStream |
|
Reads a multibyte string of specified length from the file stream, byte stream, or byte array using the
specified character set. |
readMultiByte(length:uint, charSet:String) — method, class flash.net.Socket |
|
Reads a multibyte string from the byte stream, using the specified character set. |
readMultiByte(length:uint, charSet:String) — method, class flash.net.URLStream |
|
Reads a multibyte string of specified length from the byte stream using the
specified character set. |
readMultiByte(length:uint, charSet:String) — method, class flash.utils.ByteArray |
|
Reads a multibyte string of specified length from the byte stream using the
specified character set. |
readMultiByte(length:uint, charSet:String) — method, interface flash.utils.IDataInput |
|
Reads a multibyte string of specified length from the file stream, byte stream, or byte array using the
specified character set. |
readObject() — method, class flash.filesystem.FileStream |
|
Reads an object from the file stream, byte stream, or byte array, encoded in AMF
serialized format. |
readObject() — method, class flash.net.Socket |
|
Reads an object from the socket, encoded in AMF serialized format. |
readObject() — method, class flash.net.URLStream |
|
Reads an object from the socket, encoded in Action Message Format (AMF). |
readObject() — method, class flash.utils.ByteArray |
|
Reads an object from the byte array, encoded in AMF
serialized format. |
readObject() — method, interface flash.utils.IDataInput |
|
Reads an object from the file stream, byte stream, or byte array, encoded in AMF
serialized format. |
readShort() — method, class flash.filesystem.FileStream |
|
Reads a signed 16-bit integer from the file stream, byte stream, or byte array. |
readShort() — method, class flash.net.Socket |
|
Reads a signed 16-bit integer from the socket. |
readShort() — method, class flash.net.URLStream |
|
Reads a signed 16-bit integer from the stream. |
readShort() — method, class flash.utils.ByteArray |
|
Reads a signed 16-bit integer from the byte stream. |
readShort() — method, interface flash.utils.IDataInput |
|
Reads a signed 16-bit integer from the file stream, byte stream, or byte array. |
readUnsignedByte() — method, class flash.filesystem.FileStream |
|
Reads an unsigned byte from the file stream, byte stream, or byte array. |
readUnsignedByte() — method, class flash.net.Socket |
|
Reads an unsigned byte from the socket. |
readUnsignedByte() — method, class flash.net.URLStream |
|
Reads an unsigned byte from the stream. |
readUnsignedByte() — method, class flash.utils.ByteArray |
|
Reads an unsigned byte from the byte stream. |
readUnsignedByte() — method, interface flash.utils.IDataInput |
|
Reads an unsigned byte from the file stream, byte stream, or byte array. |
readUnsignedInt() — method, class flash.filesystem.FileStream |
|
Reads an unsigned 32-bit integer from the file stream, byte stream, or byte array. |
readUnsignedInt() — method, class flash.net.Socket |
|
Reads an unsigned 32-bit integer from the socket. |
readUnsignedInt() — method, class flash.net.URLStream |
|
Reads an unsigned 32-bit integer from the stream. |
readUnsignedInt() — method, class flash.utils.ByteArray |
|
Reads an unsigned 32-bit integer from the byte stream. |
readUnsignedInt() — method, interface flash.utils.IDataInput |
|
Reads an unsigned 32-bit integer from the file stream, byte stream, or byte array. |
readUnsignedShort() — method, class flash.filesystem.FileStream |
|
Reads an unsigned 16-bit integer from the file stream, byte stream, or byte array. |
readUnsignedShort() — method, class flash.net.Socket |
|
Reads an unsigned 16-bit integer from the socket. |
readUnsignedShort() — method, class flash.net.URLStream |
|
Reads an unsigned 16-bit integer from the stream. |
readUnsignedShort() — method, class flash.utils.ByteArray |
|
Reads an unsigned 16-bit integer from the byte stream. |
readUnsignedShort() — method, interface flash.utils.IDataInput |
|
Reads an unsigned 16-bit integer from the file stream, byte stream, or byte array. |
readUTF() — method, class flash.filesystem.FileStream |
|
Reads a UTF-8 string from the file stream, byte stream, or byte array. |
readUTF() — method, class flash.net.Socket |
|
Reads a UTF-8 string from the socket. |
readUTF() — method, class flash.net.URLStream |
|
Reads a UTF-8 string from the stream. |
readUTF() — method, class flash.utils.ByteArray |
|
Reads a UTF-8 string from the byte stream. |
readUTF() — method, interface flash.utils.IDataInput |
|
Reads a UTF-8 string from the file stream, byte stream, or byte array. |
readUTFBytes(length:uint) — method, class flash.filesystem.FileStream |
|
Reads a sequence of UTF-8 bytes from the byte stream or byte array and returns a string. |
readUTFBytes(length:uint) — method, class flash.net.Socket |
|
Reads the number of UTF-8 data bytes specified by the length
parameter from the socket, and returns a string. |
readUTFBytes(length:uint) — method, class flash.net.URLStream |
|
Reads a sequence of length UTF-8
bytes from the stream, and returns a string. |
readUTFBytes(length:uint) — method, class flash.utils.ByteArray |
|
Reads a sequence of UTF-8 bytes specified by the length
parameter from the byte stream and returns a string. |
readUTFBytes(length:uint) — method, interface flash.utils.IDataInput |
|
Reads a sequence of UTF-8 bytes from the byte stream or byte array and returns a string. |
ready — Event, class fl.video.FLVPlayback |
|
Dispatched when an FLV file is loaded and ready to display. |
ready — Event, class fl.video.VideoPlayer |
|
Event dispatched when an FLV file is loaded and ready to display. |
READY — Constant Static Property, class fl.video.VideoEvent |
|
Defines the value of the type property of a ready
event object. |
reason — Property, class fl.events.DataGridEvent |
|
Gets the reason the itemEditEnd event was dispatched. |
receiveAudio(flag:Boolean) — method, class flash.net.NetStream |
|
Specifies whether incoming audio plays on the stream. |
receiveVideo(flag:Boolean) — method, class flash.net.NetStream |
|
Specifies whether incoming video will play on the stream. |
receiveVideoFPS(FPS:Number) — method, class flash.net.NetStream |
|
Specifies the frame rate for incoming video. |
reconnect() — method, interface fl.video.INCManager |
|
Called by the VideoPlayer object to ask for reconnection
after the connection is lost. |
reconnect() — method, class fl.video.NCManager |
|
Called by the VideoPlayer object to ask for reconnection
after the connection is lost. |
rect — Property, class flash.display.BitmapData |
|
The rectangle that defines the size and location of the bitmap image. |
Rectangle — class, package flash.geom |
|
A Rectangle object is an area defined by its position, as
indicated by its top-left corner point (x, y) and by its width
and its height. |
Rectangle(x:Number, y:Number, width:Number, height:Number) — Constructor, class flash.geom.Rectangle |
|
Creates a new Rectangle object with the top-left corner specified by the x
and y parameters and with the specified width and height
parameters. |
RED — Constant Static Property, class flash.display.BitmapDataChannel |
|
The red channel. |
redMultiplier — Property, class flash.geom.ColorTransform |
|
A decimal value that is multiplied with the red channel value. |
redOffset — Property, class flash.geom.ColorTransform |
|
A number from -255 to 255 that is added to the red channel value after it has been
multiplied by the redMultiplier value. |
ReferenceError — Dynamic Class, Top Level |
|
A ReferenceError exception is thrown when a reference to an undefined property is
attempted on a sealed (nondynamic) object. |
ReferenceError(message:String) — Constructor, class ReferenceError |
|
Creates a new ReferenceError object. |
referencesStatus — Property, class flash.security.XMLSignatureValidator |
|
The validity status of the digest of all the references in the SignedInfo
element. |
REFLECT — Constant Static Property, class flash.display.SpreadMethod |
|
Specifies that the gradient use the reflect spread method. |
refreshPane() — method, class fl.containers.ScrollPane |
|
Reloads the contents of the scroll pane. |
RegExp — Dynamic Class, Top Level |
|
The RegExp class lets you work with regular expressions, which are patterns that you can use
to perform searches in strings and to replace text in strings. |
RegExp(re:String, flags:String) — Constructor, class RegExp |
|
Lets you construct a regular expression from two strings. |
registerClassAlias(aliasName:String, classObject:Class) — Package Function, flash.net |
|
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF). |
registerFont(font:Class) — Static Method, class flash.text.Font |
|
Registers a font class in the global font list. |
registerInstance(instance:fl.core:UIComponent) — Static Method, class fl.managers.StyleManager |
|
Registers a component instance with the style manager. |
registrationHeight — Property, class fl.video.FLVPlayback |
|
The height used to align the video content when autoresizing. |
registrationHeight — Property, class fl.video.VideoPlayer |
|
The height used to align the video content when autoresizing. |
registrationWidth — Property, class fl.video.FLVPlayback |
|
The width used to align the video content when autoresizing. |
registrationWidth — Property, class fl.video.VideoPlayer |
|
The width used to align the video content when autoresizing. |
registrationX — Property, class fl.video.FLVPlayback |
|
The x coordinate used to align the video content when
autoresizing. |
registrationX — Property, class fl.video.VideoPlayer |
|
The x coordinate used to align the video content when
autoresizing. |
registrationY — Property, class fl.video.FLVPlayback |
|
The y coordinate used to align the video content when
autoresizing. |
registrationY — Property, class fl.video.VideoPlayer |
|
The y coordinate used to align the video content when
autoresizing. |
Regular — class, package fl.transitions.easing |
|
The Regular class defines three easing functions to implement
accelerated motion with ActionScript animations. |
REGULAR — Constant Static Property, class flash.text.FontStyle |
|
Defines the plain style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. |
relatedObject — Property, class flash.events.FocusEvent |
|
A reference to the complementary InteractiveObject instance that is affected by the
change in focus. |
relatedObject — Property, class flash.events.MouseEvent |
|
A reference to a display list object that is related to the event. |
reload() — method, class flash.html.HTMLLoader |
|
Reloads the page from the current location. |
REMOTE — Constant Static Property, class flash.system.Security |
|
The file is from an Internet URL and operates under domain-based sandbox rules. |
REMOVE — Constant Static Property, class fl.events.DataChangeType |
|
Items were removed from the data provider. |
removeAll() — method, class fl.controls.ComboBox |
|
Removes all items from the list. |
removeAll() — method, class fl.controls.SelectableList |
|
Removes all items from the list. |
removeAll() — method, class fl.data.DataProvider |
|
Removes all items from the data provider and dispatches a DataChangeType.REMOVE_ALL
event. |
REMOVE_ALL — Constant Static Property, class fl.events.DataChangeType |
|
All items were removed from the data provider. |
removeAllColumns() — method, class fl.controls.DataGrid |
|
Removes all columns from the DataGrid component. |
removeASCuePoint(timeNameOrCuePoint) — method, class fl.video.FLVPlayback |
|
Removes an ActionScript cue point from the currently loaded FLV file. |
removeAsDefaultApplication(extension:String) — method, class flash.desktop.NativeApplication |
|
Removes this application as the default for opening files with the specified extension. |
removeChild(child:flash.display:DisplayObject) — method, class flash.display.DisplayObjectContainer |
|
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance. |
removeChildAt(index:int) — method, class flash.display.DisplayObjectContainer |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
removeChildAt(index:int) — method, class flash.display.Stage |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
removeColumnAt(index:uint) — method, class fl.controls.DataGrid |
|
Removes the column that is located at the specified index of the columns array. |
removed — Event, class flash.display.DisplayObject |
|
Dispatched when a display object is about to be removed from the display list. |
REMOVED — Constant Static Property, class flash.events.Event |
|
The Event.REMOVED constant defines the value of the type property of
a removed event object. |
removedFromStage — Event, class flash.display.DisplayObject |
|
Dispatched when a display object is about to be removed from the display list,
either directly or through the removal of a sub tree in which the display object is contained. |
REMOVED_FROM_STAGE — Constant Static Property, class flash.events.Event |
|
The Event.REMOVED_FROM_STAGE constant defines the value of the type
property of a removedFromStage event object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class flash.data.SQLConnection |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class flash.desktop.NativeApplication |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, class flash.events.EventDispatcher |
|
Removes a listener from the EventDispatcher object. |
removeEventListener(type:String, listener:Function, useCapture:Boolean) — method, interface flash.events.IEventDispatcher |
|
Removes a listener from the EventDispatcher object. |
removeItem(item:Object) — method, class fl.controls.ComboBox |
|
Removes the specified item from the list. |
removeItem(item:Object) — method, class fl.controls.SelectableList |
|
Removes the specified item from the list. |
removeItem(item:Object) — method, class fl.data.DataProvider |
|
Removes the specified item from the data provider and dispatches a DataChangeType.REMOVE
event. |
removeItem(name:String) — Static Method, class flash.data.EncryptedLocalStore |
|
Removes the item with the given name from the encrypted local store. |
removeItem(item:flash.display:NativeMenuItem) — method, class flash.display.NativeMenu |
|
Removes the specified menu item. |
removeItemAt(index:uint) — method, class fl.controls.ComboBox |
|
Removes the item at the specified index position. |
removeItemAt(index:uint) — method, class fl.controls.SelectableList |
|
Removes the item at the specified index position. |
removeItemAt(index:uint) — method, class fl.data.DataProvider |
|
Removes the item at the specified index and dispatches a DataChangeType.REMOVE
event. |
removeItemAt(index:int) — method, class flash.display.NativeMenu |
|
Removes and returns the menu item at the specified index. |
removeNamespace(ns:Namespace) — method, class XML |
|
Removes the given namespace for this object and all descendants. |
removeNode() — method, class flash.xml.XMLNode |
|
Removes the specified XML object from its parent. |
removeRadioButton(radioButton:fl.controls:RadioButton) — method, class fl.controls.RadioButtonGroup |
|
Clears the RadioButton instance from the internal list of radio buttons. |
render — Event, class flash.display.DisplayObject |
|
Dispatched when the display list is about to be updated and rendered. |
RENDER — Constant Static Property, class flash.events.Event |
|
The Event.RENDER constant defines the value of the type property of a render event object. |
RENDERER_STYLES — Constant Static Property, class fl.core.InvalidationType |
|
The InvalidationType.RENDERER_STYLES constant defines the value of
the type property of the event object that is dispatched to indicate that
the renderer styles of the component are invalid. |
REPEAT — Constant Static Property, class flash.display.SpreadMethod |
|
Specifies that the gradient use the repeat spread method. |
repeatCount — Property, class fl.motion.Animator |
|
Number of times to repeat the animation. |
repeatCount — Property, class flash.utils.Timer |
|
The total number of times the timer is set to run. |
repeatDelay — Style, class fl.containers.BaseScrollPane
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
repeatDelay — Style, class fl.controls.LabelButton
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
repeatDelay — Style, class fl.controls.NumericStepper
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
repeatDelay — Style, class fl.controls.BaseButton
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
repeatDelay — Style, class fl.controls.ComboBox
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
repeatDelay — Style, class fl.controls.ScrollBar
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
repeatInterval — Style, class fl.containers.BaseScrollPane
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
repeatInterval — Style, class fl.controls.LabelButton
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
repeatInterval — Style, class fl.controls.NumericStepper
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
repeatInterval — Style, class fl.controls.BaseButton
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
repeatInterval — Style, class fl.controls.ComboBox
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
repeatInterval — Style, class fl.controls.ScrollBar
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
replace(pattern, repl:Object) — method, class String |
|
Matches the specifed pattern against the string and returns a new string
in which the first match of pattern is replaced with the content specified by repl. |
replace(propertyName:Object, value:XML) — method, class XML |
|
Replaces the properties specified by the propertyName parameter
with the given value parameter. |
REPLACE — Constant Static Property, class fl.events.DataChangeType |
|
The items in the data provider were replaced by new items. |
replaceItem(newItem:Object, oldItem:Object) — method, class fl.data.DataProvider |
|
Replaces an existing item with a new item and dispatches a DataChangeType.REPLACE
event. |
replaceItemAt(item:Object, index:uint) — method, class fl.controls.ComboBox |
|
Replaces the item at the specified index location with another item. |
replaceItemAt(item:Object, index:uint) — method, class fl.controls.SelectableList |
|
Replaces the item at the specified index location with another item. |
replaceItemAt(newItem:Object, index:uint) — method, class fl.data.DataProvider |
|
Replaces the item at the specified index and dispatches a DataChangeType.REPLACE
event. |
replaceSelectedText(value:String) — method, class flash.text.TextField |
|
Replaces the current selection with the contents of the value parameter. |
replaceText(beginIndex:int, endIndex:int, newText:String) — method, class flash.text.TextField |
|
Replaces the range of characters that the beginIndex and
endIndex parameters specify with the contents
of the newText parameter. |
requestHeaders — Property, class flash.net.URLRequest |
|
The array of HTTP request headers to be appended to the
HTTP request. |
REQUIRED_IF_AVAILABLE — Constant Static Property, class flash.security.RevocationCheckSettings |
|
Check certificate revocation if the certificate includes revocation information. |
reset() — method, class fl.controls.ProgressBar |
|
Resets the progress bar for a new load operation. |
reset() — Static Method, class flash.data.EncryptedLocalStore |
|
Clears the entire encrypted local store, deleting all data. |
reset() — method, class flash.utils.Timer |
|
Stops the timer, if it is running, and sets the currentCount property back to 0,
like the reset button of a stopwatch. |
resetDRMVouchers() — Static Method, class flash.net.NetStream |
|
Deletes all locally cached digital rights management (DRM) voucher data for the current content. |
resizable — Property, class fl.controls.dataGridClasses.DataGridColumn |
|
Indicates whether the user is allowed to change the width of the
column. |
resizable — Property, class flash.display.NativeWindow |
|
Reports the resizable setting used to create this window. |
resizable — Property, class flash.display.NativeWindowInitOptions |
|
Specifies whether the window can be resized. |
resizable — Property, class flash.html.HTMLWindowCreateOptions |
|
Specifies whether the window should be resizable. |
resizableColumns — Property, class fl.controls.DataGrid |
|
Indicates whether the user can change the size of the
columns. |
resize — Event, class fl.containers.UILoader |
|
Dispatched after the component is resized. |
resize — Event, class fl.controls.Label |
|
Dispatched after there is a change in the width or height of the component. |
resize — Event, class fl.core.UIComponent |
|
Dispatched after the component is resized. |
resize — Event, class flash.display.NativeWindow |
|
Dispatched by this NativeWindow object after the window has been resized. |
resize — Event, class flash.display.Stage |
|
Dispatched when the scaleMode property of the Stage object is set to
StageScaleMode.NO_SCALE and the SWF file is resized. |
RESIZE — Constant Static Property, class fl.events.ComponentEvent |
|
Defines the value of the type property of a resize
event object. |
RESIZE — Constant Static Property, class flash.events.Event |
|
The Event.RESIZE constant defines the value of the type property of a resize event object. |
RESIZE — Constant Static Property, class flash.events.NativeWindowBoundsEvent |
|
Defines the value of the type property of a resize event object. |
resizing — Event, class flash.display.NativeWindow |
|
Dispatched by this NativeWindow object immediately before the window is to be resized on
the desktop. |
RESIZING — Constant Static Property, class fl.video.VideoState |
|
The video player is in the resizing state. |
RESIZING — Constant Static Property, class flash.events.NativeWindowBoundsEvent |
|
Defines the value of the type property of a resizing event object. |
resolvePath(path:String) — method, class flash.filesystem.File |
|
Creates a new File object with a path relative to this File object's path, based on the
path parameter (a String). |
Responder — class, package flash.net |
|
The Responder class provides an object that is used
in NetConnection.call() to handle return
values from the server related to the success or failure of
specific operations. |
Responder(result:Function, status:Function) — Constructor, class flash.net.Responder |
|
Creates a new Responder object. |
responseHeaders — Property, class flash.events.HTTPStatusEvent |
|
The response headers that the response returned, as an array of URLRequestHeader objects. |
responseURL — Property, class flash.events.HTTPStatusEvent |
|
The URL that the response was returned from. |
restore() — method, class flash.display.NativeWindow |
|
Restores this window from either a minimized or a maximized state. |
restrict — Property, class fl.controls.ComboBox |
|
Gets or sets the characters that a user can enter in the text field. |
restrict — Property, class fl.controls.TextArea |
|
Gets or sets the string of characters that the text field
accepts from a user. |
restrict — Property, class fl.controls.TextInput |
|
Gets or sets the string of characters that the text field accepts from a user. |
restrict — Property, class flash.text.TextField |
|
Indicates the set of characters that a user can enter into the text field. |
result — Event, class flash.data.SQLStatement |
|
Dispatched when an execute() or
next() method call's operation completes successfully. |
RESULT — Constant Static Property, class flash.events.SQLEvent |
|
The SQLEvent.RESULT constant defines the value of the
type property of a result event object. |
resume() — method, class fl.motion.Animator |
|
Resumes the animation after it has been paused
by the pause() method. |
resume() — method, class fl.transitions.Tween |
|
Resumes the play of a tweened animation that has been stopped. |
resume() — method, class flash.net.NetStream |
|
Resumes playback of a video stream that is paused. |
resume() — Static Method, class flash.system.System |
|
Resumes the application after calling System.pause(). |
return — Statement |
| Causes execution to return immediately to the calling function. |
RETURNINDEXEDARRAY — Constant Static Property, class Array |
|
Specifies that a sort returns an array that consists of array indices. |
reverse() — method, class Array |
|
Reverses the array in place. |
revocationCheckSetting — Property, class flash.security.XMLSignatureValidator |
|
Specifies how certificate revocation is checked. |
RevocationCheckSettings — final class, package flash.security |
|
The RevocationCheckSettings class defines constants used by the
revocationCheckSetting property of an XMLSignatureValidator object. |
rewind() — method, class fl.motion.Animator |
|
Sets Flash Player to the first frame of the animation. |
rewind(t:Number) — method, class fl.transitions.Tween |
|
Moves the play of a tweened animation back to its starting value. |
rewind — Event, class fl.video.FLVPlayback |
|
Dispatched when the location of the playhead moves backward by
a call to seek() or when an autoRewind call is
completed. |
rewind — Property, class flash.ui.ContextMenuBuiltInItems |
|
Lets the user set a SWF file to play from the first frame when selected, at any time (does not
appear for a single-frame SWF file). |
REWIND — Constant Static Property, class fl.video.VideoEvent |
|
Defines the value of the type property of a rewind
event object. |
REWINDING — Constant Static Property, class fl.video.VideoState |
|
The video player is in the rewinding state. |
RGB — Constant Static Property, class flash.display.InterpolationMethod |
|
Specifies that the RGB interpolation method should be used. |
right — Property, class flash.geom.Rectangle |
|
The sum of the x and
width properties. |
RIGHT — Constant Static Property, class fl.controls.ButtonLabelPlacement |
|
The label appears to the right of the icon. |
RIGHT — Constant Static Property, class fl.controls.ProgressBarDirection |
|
Fill the progress bar from left to right. |
RIGHT — Constant Static Property, class fl.video.VideoAlign |
|
Specifies that the video is aligned to the right. |
RIGHT — Constant Static Property, class flash.display.NativeWindowResize |
|
The right edge of the window. |
RIGHT — Constant Static Property, class flash.display.StageAlign |
|
Specifies that the Stage is aligned to the right. |
RIGHT — Constant Static Property, class flash.text.TextFieldAutoSize |
|
Specifies that the text is to be treated as right-justified text,
meaning that the right side of the text field remains fixed and any
resizing of a single line is on the left side. |
RIGHT — Constant Static Property, class flash.text.TextFormatAlign |
|
Constant; aligns text to the right within the text field. |
RIGHT — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the Right Arrow key (39). |
RIGHT — Constant Static Property, class flash.ui.KeyLocation |
|
Indicates the key activated is in the right key location (there is more than one possible location for this
key). |
RIGHTBRACKET — Constant Static Property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the ] key (221). |
rightClick — Event, class flash.desktop.SystemTrayIcon |
|
Dispatched by this SystemTrayIcon object on right mouse click. |
rightClick — Event, class flash.display.InteractiveObject |
|
Dispatched when a user presses and releases the right button of the user's
pointing device over the same InteractiveObject. |
RIGHT_CLICK — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rightClick event object. |
rightMargin — Property, class flash.text.TextFormat |
|
The right margin of the paragraph, in pixels. |
rightMouseDown — Event, class flash.desktop.SystemTrayIcon |
|
Dispatched by this SystemTrayIcon object on right mouse down. |
rightMouseDown — Event, class flash.display.InteractiveObject |
|
Dispatched when a user presses the pointing device button over an InteractiveObject instance. |
RIGHT_MOUSE_DOWN — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rightMouseDown event object. |
rightMouseUp — Event, class flash.desktop.SystemTrayIcon |
|
Dispatched by this SystemTrayIcon object on right mouse up. |
rightMouseUp — Event, class flash.display.InteractiveObject |
|
Dispatched when a user releases the pointing device button over an
InteractiveObject instance. |
RIGHT_MOUSE_UP — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rightMouseUp event object. |
rightPeak — Property, class flash.media.SoundChannel |
|
The current amplitude (volume) of the right channel, from 0 (silent) to 1 (full amplitude). |
rightToLeft — Property, class flash.media.SoundTransform |
|
A value, from 0 (none) to 1 (all), specifying how much of the right input is played in the
left speaker. |
rightToRight — Property, class flash.media.SoundTransform |
|
A value, from 0 (none) to 1 (all), specifying how much of the right input is played in the
right speaker. |
rollback — Event, class flash.data.SQLConnection |
|
Dispatched when a rollback() method call's operation
completes successfully. |
rollback(responder:flash.net:Responder) — method, class flash.data.SQLConnection |
|
Rolls back an existing transaction created using the begin() method, meaning all changes
made by any SQL statements in the transaction are discarded. |
ROLLBACK — Constant Static Property, class flash.errors.SQLErrorOperation |
|
Indicates that the SQLConnection.rollback() method was called. |
ROLLBACK — Constant Static Property, class flash.events.SQLEvent |
|
The SQLEvent.ROLLBACK constant defines the value of the
type property of a rollback event object. |
rollOut — Event, class fl.controls.SelectableList |
|
Dispatched when the user rolls the pointer off of the component. |
rollOut — Event, class flash.display.InteractiveObject |
|
Dispatched when the user moves a pointing device away from an InteractiveObject
instance. |
ROLL_OUT — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rollOut event object. |
rollOver — Event, class fl.controls.SelectableList |
|
Dispatched when the user rolls the pointer over the component. |
rollOver — Event, class flash.display.InteractiveObject |
|
Dispatched when the user moves a pointing device over an InteractiveObject instance. |
ROLL_OVER — Constant Static Property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rollOver event object. |
root — Property, class flash.display.DisplayObject |
|
For a display object in a loaded SWF file, the root property is the
top-most display object in the portion of the display list's tree structure represented by that SWF file. |
rotate(angle:Number) — method, class flash.geom.Matrix |
|
Applies a rotation transformation to the Matrix object. |
Rotate — class, package fl.transitions |
|
The Rotate class rotates the movie clip object. |
rotateAroundExternalPoint(m:flash.geom:Matrix, x:Number, y:Number, angleDegrees:Number) — Static Method, class fl.motion.MatrixTransformer |
|
Rotates a matrix about a point defined outside the matrix's transformation space. |
rotateAroundInternalPoint(m:flash.geom:Matrix, x:Number, y:Number, angleDegrees:Number) — Static Method, class fl.motion.MatrixTransformer |
|
Rotates a matrix about a point defined inside the matrix's transformation space. |
rotateDirection — Property, class fl.motion.Keyframe |
|
Controls how the target object rotates during a motion tween,
with a value from the RotateDirection class. |
RotateDirection — class, package fl.motion |
|
The RotateDirection class provides constant values for rotation behavior during a tween. |
rotateTimes — Property, class fl.motion.Keyframe |
|
Adds rotation to the target object during a motion tween, in addition to any existing rotation. |
rotation — Property, class fl.motion.Keyframe |
|
Indicates the rotation of the target object in degrees
from its original orientation as applied from the transformation point. |
rotation — Property, class fl.motion.Source |
|
Indicates the rotation value of the original object. |
rotation — Property, class flash.display.DisplayObject |
|
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation. |
ROTATION — Constant Static Property, class fl.motion.Tweenables |
|
Constant for the rotation property. |
round(val:Number) — Static Method, class Math |
|
Rounds the value of the parameter val up or down to the nearest
integer and returns the value. |
ROUND — Constant Static Property, class flash.display.CapsStyle |
|
Used to specify round caps in the caps parameter of the
flash.display.Graphics.lineStyle() method. |
ROUND — Constant Static Property, class flash.display.JointStyle |
|
Specifies round joints in the joints parameter of the
flash.display.Graphics.lineStyle() method. |
row — Property, class fl.controls.listClasses.ListData |
|
The row in which the data item is displayed. |
rowCount — Property, class fl.controls.ComboBox |
|
Gets or sets the maximum number of rows that can appear in a drop-down
list that does not have a scroll bar. |
rowCount — Property, class fl.controls.DataGrid |
|
Gets or sets the number of rows that are at least partially visible in the
list. |
rowCount — Property, class fl.controls.List |
|
Gets or sets the number of rows that are at least partially visible in the
list. |
rowCount — Property, class fl.controls.SelectableList |
|
Gets the number of rows that are at least partially visible in the list. |
rowCount — Property, class fl.controls.TileList |
|
Gets or sets the number of rows that are at least partially visible
in the list. |
rowHeight — Property, class fl.controls.DataGrid |
|
Gets or sets the height of each row in the DataGrid component, in pixels. |
rowHeight — Property, class fl.controls.List |
|
Gets or sets the height of each row in the list, in pixels. |
rowHeight — Property, class fl.controls.TileList |
|
Gets or sets the height that is applied to each row in the list, in pixels. |
rowID — Property, class flash.events.SQLUpdateEvent |
|
The unique row identifier of the row that was inserted, deleted, or updated. |
rowIndex — Property, class fl.events.ListEvent |
|
Gets the row index of the item that is associated with this event. |
rowsAffected — Property, class flash.data.SQLResult |
|
Indicates how many rows were affected by the operation. |
running — Property, class air.net.ServiceMonitor |
|
Whether the monitor has been started. |
running — Property, class flash.utils.Timer |
|
The timer's current state; true if the timer is running, otherwise false. |
runtimeApplicationDomain — Property, class flash.html.HTMLLoader |
|
The application domain to use for the window.runtime object in JavaScript
in the HTML page. |
runtimePatchLevel — Property, class flash.desktop.NativeApplication |
|
The patch level of the runtime hosting this application. |
runtimeVersion — Property, class flash.desktop.NativeApplication |
|
The version number of the runtime hosting this application. |
|
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 |