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