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 in class flash.ui.Keyboard
Constant associated with the key code value for the R key (82).
RADIAL — Constant static property in class flash.display.GradientType
Value used to specify a radial gradient fill.
random() — Static method in class Math
Returns a pseudo-random number n, where 0 <= n < 1.
RangeError — Dynamic class in Top Level
A RangeError exception is thrown when a numeric value is outside the acceptable range.
RangeError(message:String) — Constructor in class RangeError
Creates a new RangeError object.
RAREST_FIRST — Constant static property in class flash.net.NetGroupReplicationStrategy
Specifies that when fetching objects from a neighbor to satisfy a want, the objects with the fewest replicas among all the neighbors are requested first.
rate — Property in class flash.media.Microphone
The rate at which the microphone is capturing sound, in kHz.
ratios — Property in class flash.display.GraphicsGradientFill
An array of color distribution ratios.
ratios — Property in class flash.filters.GradientBevelFilter
An array of color distribution ratios for the corresponding colors in the colors array.
ratios — Property in class flash.filters.GradientGlowFilter
An array of color distribution ratios for the corresponding colors in the colors array.
rawData — Property in class flash.geom.Matrix3D
A Vector of 16 Numbers, where every four elements is a column of a 4x4 matrix.
rawOffset — Property in class TimeZone
The standard offset between this time zone and UTC, in milliseconds.
rawText — Property in class flash.text.engine.ContentElement
A copy of the text in the element, including any U+FDEF characters.
rawTextLength — Property in class flash.text.engine.TextLine
The length of the raw text in the text block that became the line, including the U+FDEF characters representing graphic elements and any trailing spaces, which are part of the line but not are displayed.
READ — Constant static property in class flash.data.SQLMode
Indicates that the connection is opened in read-only mode.
READ — Constant static property in class flash.filesystem.FileMode
Used for a file to be opened in read-only mode.
readAhead — Property in class flash.filesystem.FileStream
The minimum amount of data to read from disk when reading files asynchronously.
readBoolean() — Method in class flash.filesystem.FileStream
Reads a Boolean value from the file stream, byte stream, or byte array.
readBoolean() — Method in class flash.net.Socket
Reads a Boolean value from the socket.
readBoolean() — Method in class flash.net.URLStream
Reads a Boolean value from the stream.
readBoolean() — Method in class flash.utils.ByteArray
Reads a Boolean value from the byte stream.
readBoolean() — Method in interface flash.utils.IDataInput
Reads a Boolean value from the file stream, byte stream, or byte array.
readByte() — Method in class flash.filesystem.FileStream
Reads a signed byte from the file stream, byte stream, or byte array.
readByte() — Method in class flash.net.Socket
Reads a signed byte from the socket.
readByte() — Method in class flash.net.URLStream
Reads a signed byte from the stream.
readByte() — Method in class flash.utils.ByteArray
Reads a signed byte from the byte stream.
readByte() — Method in 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 in 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 in 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 in class flash.net.URLStream
Reads length bytes of data from the stream.
readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in 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 in 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 in class flash.filesystem.FileStream
Reads an IEEE 754 double-precision floating point number from the file stream, byte stream, or byte array.
readDouble() — Method in class flash.net.Socket
Reads an IEEE 754 double-precision floating-point number from the socket.
readDouble() — Method in class flash.net.URLStream
Reads an IEEE 754 double-precision floating-point number from the stream.
readDouble() — Method in class flash.utils.ByteArray
Reads an IEEE 754 double-precision (64-bit) floating-point number from the byte stream.
readDouble() — Method in 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 in 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 in class flash.filesystem.FileStream
Reads an IEEE 754 single-precision floating point number from the file stream, byte stream, or byte array.
readFloat() — Method in class flash.net.Socket
Reads an IEEE 754 single-precision floating-point number from the socket.
readFloat() — Method in class flash.net.URLStream
Reads an IEEE 754 single-precision floating-point number from the stream.
readFloat() — Method in class flash.utils.ByteArray
Reads an IEEE 754 single-precision (32-bit) floating-point number from the byte stream.
readFloat() — Method in interface flash.utils.IDataInput
Reads an IEEE 754 single-precision floating point number from the file stream, byte stream, or byte array.
readGraphicsData(recurse:Boolean) — Method in class flash.display.Graphics
Queries a Sprite or Shape object (and optionally, its children) for its vector graphics content.
readInt() — Method in class flash.filesystem.FileStream
Reads a signed 32-bit integer from the file stream, byte stream, or byte array.
readInt() — Method in class flash.net.Socket
Reads a signed 32-bit integer from the socket.
readInt() — Method in class flash.net.URLStream
Reads a signed 32-bit integer from the stream.
readInt() — Method in class flash.utils.ByteArray
Reads a signed 32-bit integer from the byte stream.
readInt() — Method in 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 in 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 in class flash.net.Socket
Reads a multibyte string from the byte stream, using the specified character set.
readMultiByte(length:uint, charSet:String) — Method in 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 in 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 in 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 in class flash.filesystem.FileStream
Reads an object from the file stream, byte stream, or byte array, encoded in AMF serialized format.
readObject() — Method in class flash.net.Socket
Reads an object from the socket, encoded in AMF serialized format.
readObject() — Method in class flash.net.URLStream
Reads an object from the socket, encoded in Action Message Format (AMF).
readObject() — Method in class flash.utils.ByteArray
Reads an object from the byte array, encoded in AMF serialized format.
readObject() — Method in interface flash.utils.IDataInput
Reads an object from the file stream, byte stream, or byte array, encoded in AMF serialized format.
readShort() — Method in class flash.filesystem.FileStream
Reads a signed 16-bit integer from the file stream, byte stream, or byte array.
readShort() — Method in class flash.net.Socket
Reads a signed 16-bit integer from the socket.
readShort() — Method in class flash.net.URLStream
Reads a signed 16-bit integer from the stream.
readShort() — Method in class flash.utils.ByteArray
Reads a signed 16-bit integer from the byte stream.
readShort() — Method in interface flash.utils.IDataInput
Reads a signed 16-bit integer from the file stream, byte stream, or byte array.
readUnsignedByte() — Method in class flash.filesystem.FileStream
Reads an unsigned byte from the file stream, byte stream, or byte array.
readUnsignedByte() — Method in class flash.net.Socket
Reads an unsigned byte from the socket.
readUnsignedByte() — Method in class flash.net.URLStream
Reads an unsigned byte from the stream.
readUnsignedByte() — Method in class flash.utils.ByteArray
Reads an unsigned byte from the byte stream.
readUnsignedByte() — Method in interface flash.utils.IDataInput
Reads an unsigned byte from the file stream, byte stream, or byte array.
readUnsignedInt() — Method in class flash.filesystem.FileStream
Reads an unsigned 32-bit integer from the file stream, byte stream, or byte array.
readUnsignedInt() — Method in class flash.net.Socket
Reads an unsigned 32-bit integer from the socket.
readUnsignedInt() — Method in class flash.net.URLStream
Reads an unsigned 32-bit integer from the stream.
readUnsignedInt() — Method in class flash.utils.ByteArray
Reads an unsigned 32-bit integer from the byte stream.
readUnsignedInt() — Method in interface flash.utils.IDataInput
Reads an unsigned 32-bit integer from the file stream, byte stream, or byte array.
readUnsignedShort() — Method in class flash.filesystem.FileStream
Reads an unsigned 16-bit integer from the file stream, byte stream, or byte array.
readUnsignedShort() — Method in class flash.net.Socket
Reads an unsigned 16-bit integer from the socket.
readUnsignedShort() — Method in class flash.net.URLStream
Reads an unsigned 16-bit integer from the stream.
readUnsignedShort() — Method in class flash.utils.ByteArray
Reads an unsigned 16-bit integer from the byte stream.
readUnsignedShort() — Method in interface flash.utils.IDataInput
Reads an unsigned 16-bit integer from the file stream, byte stream, or byte array.
readUTF() — Method in class flash.filesystem.FileStream
Reads a UTF-8 string from the file stream, byte stream, or byte array.
readUTF() — Method in class flash.net.Socket
Reads a UTF-8 string from the socket.
readUTF() — Method in class flash.net.URLStream
Reads a UTF-8 string from the stream.
readUTF() — Method in class flash.utils.ByteArray
Reads a UTF-8 string from the byte stream.
readUTF() — Method in interface flash.utils.IDataInput
Reads a UTF-8 string from the file stream, byte stream, or byte array.
readUTFBytes(length:uint) — Method in 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 in 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 in class flash.net.URLStream
Reads a sequence of length UTF-8 bytes from the stream, and returns a string.
readUTFBytes(length:uint) — Method in 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 in interface flash.utils.IDataInput
Reads a sequence of UTF-8 bytes from the byte stream or byte array and returns a string.
reason — Property in class flash.events.AudioOutputChangeEvent
Reports the reason that triggers this AudioOutputchangeEvent.
reason — Property in class flash.events.InvokeEvent
The reason for this InvokeEvent.
reason — Constant property in class flash.events.StageVideoAvailabilityEvent
receive() — Method in class flash.net.DatagramSocket
Enables this DatagramSocket object to receive incoming packets on the bound IP address and port.
receive(blockUntilReceived:Boolean) — Method in class flash.system.MessageChannel
Retrieves a single message object from the queue of messages sent through this message channel.
receiveAudio(flag:Boolean) — Method in class flash.net.NetStream
Specifies whether incoming audio plays on the stream.
receiveControlBytesPerSecond — Property in class flash.net.NetStreamMulticastInfo
Specifies the rate at which the local node is receiving control overhead messages from peers, in bytes per second.
receiveDataBytesPerSecond — Property in class flash.net.NetStreamMulticastInfo
Specifies the rate at which the local node is receiving media data from peers, from the server, and over IP multicast, in bytes per second.
receiveDataBytesPerSecondFromIPMulticast — Property in class flash.net.NetStreamMulticastInfo
Specifies the rate at which the local node is receiving data from IP Multicast, in bytes per second.
receiveDataBytesPerSecondFromServer — Property in class flash.net.NetStreamMulticastInfo
Specifies the rate at which the local node is receiving media data from the server, in bytes per second.
receiveMode — Property in class flash.net.NetGroup
Specifies this node's routing receive mode as one of values in the NetGroupReceiveMode enum class.
receiveVideo(flag:Boolean) — Method in class flash.net.NetStream
Specifies whether incoming video plays on the stream.
receiveVideoFPS(FPS:Number) — Method in class flash.net.NetStream
Specifies the frame rate for incoming video.
recompose(components, orientationStyle:String) — Method in class flash.geom.Matrix3D
Sets the transformation matrix's translation, rotation, and scale settings.
RECORD — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for recording or engaging record transport mode.
recreateTextLine(textLine:flash.text.engine:TextLine, previousLine:flash.text.engine:TextLine, width:Number, lineOffset:Number, fitSomething:Boolean) — Method in class flash.text.engine.TextBlock
Instructs the text block to re-use an existing text line to create a line of text from its content, beginning at the point specified by the previousLine parameter and breaking at the point specified by the width parameter.
rect — Property in class flash.display.BitmapData
The rectangle that defines the size and location of the bitmap image.
Rectangle — Class in 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 in 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.
RectangleTexture — Final class in package flash.display3D.textures
The Rectangle Texture class represents a 2-dimensional texture uploaded to a rendering context.
RED — Constant static property in class flash.display.BitmapDataChannel
The red channel.
RED — Constant static property in class flash.ui.Keyboard
Red function key button.
redirected — Property in class flash.events.HTTPStatusEvent
Indicates whether the request was redirected.
redMultiplier — Property in class flash.geom.ColorTransform
A decimal value that is multiplied with the red channel value.
redOffset — Property in 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.
reencrypt — Event in class flash.data.SQLConnection
Dispatched when a reencrypt() method call's operation completes successfully.
reencrypt(newEncryptionKey:flash.utils:ByteArray, responder:flash.net:Responder) — Method in class flash.data.SQLConnection
Changes the encryption key of an encrypted database.
REENCRYPT — Constant static property in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.reencrypt() method was called.
REENCRYPT — Constant static property in class flash.events.SQLEvent
The SQLEvent.REENCRYPT constant defines the value of the type property of a reencrypt event object.
ReferenceError — Dynamic class in 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 in class ReferenceError
Creates a new ReferenceError object.
referencesStatus — Property in class flash.security.XMLSignatureValidator
The validity status of the data in the references in the signature SignedInfo element.
referencesValidationSetting — Property in class flash.security.XMLSignatureValidator
Specifies the conditions under which references are checked.
ReferencesValidationSetting — Final class in package flash.security
The ReferencesValidationSetting class defines constants used by the referencesValidationSetting property of an XMLSignatureValidator object.
REFLECT — Constant static property in class flash.display.SpreadMethod
Specifies that the gradient use the reflect spread method.
refreshRate — Property in class flash.display.ScreenMode
The screen refresh rate of the ScreenMode in hertz.
RegExp — Dynamic class in 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 in class RegExp
Lets you construct a regular expression from two strings.
registerClassAlias(aliasName, classObject) — Package function in flash.net
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
registerCommandHandler(commandName:String, handler:Function) — Static method in class flash.profiler.Telemetry
Register a function that can be called by issuing a command over a socket

Returns true if the registration is successful.

registerCursor(name:String, cursor:flash.ui:MouseCursorData) — Static method in class flash.ui.Mouse
Registers a native cursor under the given name, with the given data.
registerFont(font:Class) — Static method in class flash.text.Font
Registers a font class in the global font list.
registerFontFromByteArray(fontData:flash.utils:ByteArray) — Static method in class flash.text.Font
Registers a font class in the global font list, using dynamic data.
REGULAR — Constant static property in class flash.text.FontStyle
Defines the plain style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method.
relatedObject — Property in class flash.events.FocusEvent
A reference to the complementary InteractiveObject instance that is affected by the change in focus.
relatedObject — Property in class flash.events.MouseEvent
A reference to a display list object that is related to the event.
relatedObject — Property in class flash.events.SoftKeyboardEvent
A reference to a display list object that is related to the event.
relatedObject — Property in class flash.events.TouchEvent
A reference to a display list object that is related to the event.
relativeEnd — Property in class flash.text.ime.CompositionAttributeRange
The position of the end of the composition clause, relative to the beginning of the inline edit session.
relativePath — Property in interface flash.desktop.IFilePromise
The relative path and file name of the file that will be created by this file promise.
relativePath — Property in class flash.media.MediaPromise
The file name of the media object, if one exists.
relativeStart — Property in class flash.text.ime.CompositionAttributeRange
The relative start position from the beginning of the current inline editing session.
releaseLineCreationData() — Method in class flash.text.engine.TextBlock
Instructs the text block to release all the temporary data associated with the creation of text lines.
releaseLines(firstLine:flash.text.engine:TextLine, lastLine:flash.text.engine:TextLine) — Method in class flash.text.engine.TextBlock
Removes a range of text lines from the list of lines maintained by the TextBlock.
releaseOutside — Event in class flash.display.InteractiveObject
Dispatched when a user releases the button on the pointing device after the user first pressed the button over an InteractiveObject instance and then moved the pointing device off of the InteractiveObject instance.
RELEASE_OUTSIDE — Constant static property in class flash.events.MouseEvent
Defines the value of the type property of a releaseOutside event object.
releaseSavepoint — Event in class flash.data.SQLConnection
Dispatched when a releaseSavepoint() method call's operation completes successfully.
releaseSavepoint(name:String, responder:flash.net:Responder) — Method in class flash.data.SQLConnection
This method commits the SQL operations made since the most recent savepoint or the named savepoint if a name is specified.
RELEASE_SAVEPOINT — Constant static property in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.releaseSavepoint() method was called.
RELEASE_SAVEPOINT — Constant static property in class flash.events.SQLEvent
The SQLEvent.RELEASE_SAVEPOINT constant defines the value of the type property of a releaseSavepoint event object.
reload() — Method in class flash.html.HTMLLoader
reload() — Method in class flash.media.StageWebView
Reloads the current page.
REMOTE — Constant static property in class flash.system.Security
The file is from an Internet URL and operates under domain-based sandbox rules.
remoteAddress — Property in class flash.net.DatagramSocket
The IP address of the remote machine to which this socket is connected.
remoteAddress — Property in class flash.net.Socket
The IP address of the remote machine to which this socket is connected.
RemoteNotificationEvent — Final class in package flash.events
Contains events that are dispatched by flash.notifications.RemoteNotifier in response to push notification events from APNs.
RemoteNotificationEvent(type:String, bubbles:Boolean, cancelable:Boolean, data:Object, tokenId:String) — Constructor in class flash.events.RemoteNotificationEvent
Contains events that are dispatched by flash.notifications.RemoteNotifier in response to push notification events from APNs.
RemoteNotifier — Class in package flash.notifications
The RemoteNotifier class lets you subscribe to and unsubscribe from push notifications.
RemoteNotifier() — Constructor in class flash.notifications.RemoteNotifier
Creates a new RemoteNotifier object.
RemoteNotifierSubscribeOptions — Final class in package flash.notifications
The RemoteNotifierSubscribeOptions class defines the initialization options that may be used during the remote notification subscription process.
RemoteNotifierSubscribeOptions() — Constructor in class flash.notifications.RemoteNotifierSubscribeOptions
Creates a new RemoteNotifierSubscribeOptions object.
remotePort — Property in class flash.net.DatagramSocket
The port on the remote machine to which this socket is connected.
remotePort — Property in class flash.net.Socket
The port on the remote machine to which this socket is connected.
removeAllItems() — Method in class flash.display.NativeMenu
Removes all items from the menu.
removeAllItems() — Method in class flash.ui.ContextMenu
Removes all items from the menu.
removeAsDefaultApplication(extension:String) — Method in class flash.desktop.NativeApplication
Removes this application as the default for opening files with the specified extension.
removeAt(index:int) — Method in class Array
Remove a single element from an array.
removeAt(index:int) — Method in class Vector
Remove a single element from the Vector.
removeChild(child:flash.display:DisplayObject) — Method in class flash.display.DisplayObjectContainer
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance.
removeChildAt(index:int) — Method in class flash.display.DisplayObjectContainer
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
removeChildAt(index:int) — Method in class flash.display.Stage
Removes a child DisplayObject from the specified index position in the child list of the DisplayObjectContainer.
removeChildren(beginIndex:int, endIndex:int) — Method in class flash.display.DisplayObjectContainer
Removes all child DisplayObject instances from the child list of the DisplayObjectContainer instance.
removed — Event in class flash.display.DisplayObject
Dispatched when a display object is about to be removed from the display list.
REMOVED — Constant static property in class flash.events.Event
The Event.REMOVED constant defines the value of the type property of a removed event object.
removedFromStage — Event in 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 in class flash.events.Event
The Event.REMOVED_FROM_STAGE constant defines the value of the type property of a removedFromStage event object.
removeEntry(entry:String) — Method in class air.utils.ZipArchive
Remove an entry from the archive using its name.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class flash.data.SQLConnection
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class flash.desktop.NativeApplication
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class flash.events.EventDispatcher
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in interface flash.events.IEventDispatcher
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class flash.system.MessageChannel
Removes a listener from the EventDispatcher object.
removeEventListener(type:String, listener:Function, useCapture:Boolean) — Method in class flash.system.Worker
Removes a listener from the EventDispatcher object.
removeFromDeviceGroup(deviceGroup:flash.net.drm:DRMDeviceGroup) — Method in class flash.net.drm.DRMManager
Removes the currently running device from a device group.
REMOVE_FROM_DEVICE_GROUP_COMPLETE — Constant static property in class flash.events.DRMDeviceGroupEvent
REMOVE_FROM_DEVICE_GROUP_ERROR — Constant static property in class flash.events.DRMDeviceGroupErrorEvent
removeHaveObjects(startIndex:Number, endIndex:Number) — Method in class flash.net.NetGroup
Removes objects from startIndex through endIndex, from the set of objects this node advertises to neighbors as objects for which it fulfills requests.
removeItem(name:String) — Static method in class flash.data.EncryptedLocalStore
Removes the item with the given name from the encrypted local store.
removeItem(item:flash.display:NativeMenuItem) — Method in class flash.display.NativeMenu
Removes the specified menu item.
removeItemAt(index:int) — Method in class flash.display.NativeMenu
Removes and returns the menu item at the specified index.
removeItemAt(index:int) — Method in class flash.ui.ContextMenu
Removes and returns the menu item at the specified index.
removeNamespace(ns:Namespace) — Method in class XML
Removes the given namespace for this object and all descendants.
removeNode() — Method in class flash.xml.XMLNode
Removes the specified XML object from its parent.
removeWantObjects(startIndex:Number, endIndex:Number) — Method in class flash.net.NetGroup
Removes objects from startIndex through endIndex, from the set of objects to retrieve.
render — Event in class flash.display.DisplayObject
[broadcast event] Dispatched when the display list is about to be updated and rendered.
RENDER — Constant static property in class flash.events.Event
The Event.RENDER constant defines the value of the type property of a render event object.
renderingMode — Property in class flash.text.engine.FontDescription
The rendering mode used for this text.
RenderingMode — Final class in package flash.text.engine
The RenderingMode class provides values for rendering mode in the FontDescription class.
renderMode — Property in class flash.display.NativeWindow
Reports the window renderMode setting used to create this window.
renderMode — Property in class flash.display.NativeWindowInitOptions
Specifies the render mode of the NativeWindow object created with this NativeWindowInitOptions.
renderState — Event in class flash.display3D.textures.VideoTexture
renderState — Event in class flash.media.StageVideo
Dispatched by the StageVideo object when the render state of the StageVideo object changes.
RENDER_STATE — Constant static property in class flash.events.StageVideoEvent
The StageVideoEvent.RENDER_STATE constant defines the value of the type property of a renderState event object.
RENDER_STATE — Constant static property in class flash.events.VideoEvent
Defines the value of the type property of a renderState event object.
RENDER_STATE — Constant static property in class flash.events.VideoTextureEvent
The VideoTextureEvent.RENDER_STATE constant defines the value of the type property of a renderState event object.
RENDER_STATUS_ACCELERATED — Constant static property in class flash.events.VideoEvent

For internal use only.

RENDER_STATUS_SOFTWARE — Constant static property in class flash.events.VideoEvent

For internal use only.

RENDER_STATUS_UNAVAILABLE — Constant static property in class flash.events.VideoEvent

For internal use only.

repeat — Property in class flash.display.GraphicsBitmapFill
Specifies whether to repeat the bitmap image in a tiled pattern.
REPEAT — Constant static property in class flash.display.SpreadMethod
Specifies that the gradient use the repeat spread method.
REPEAT — Constant static property in class flash.display3D.Context3DWrapMode
Repeat (tile) texture coordinates outside the 0..1 range.
repeatCount — Property in class flash.utils.Timer
The total number of times the timer is set to run.
REPEAT_U_CLAMP_V — Constant static property in class flash.display3D.Context3DWrapMode
Repeat in U axis but Clamp in V axis.
replace(pattern, repl:Object) — Method in 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 in class XML
Replaces the properties specified by the propertyName parameter with the given value parameter.
replaceElements(beginIndex:int, endIndex:int, newElements) — Method in class flash.text.engine.GroupElement
Replaces the range of elements that the beginIndex and endIndex parameters specify with the contents of the newElements parameter.
replaceSelectedText(value:String) — Method in class flash.text.TextField
Replaces the current selection with the contents of the value parameter.
replaceText(beginIndex:int, endIndex:int, newText:String) — Method in class flash.text.TextField
Replaces the range of characters that the beginIndex and endIndex parameters specify with the contents of the newText parameter.
replaceText(beginIndex:int, endIndex:int, newText:String) — Method in class flash.text.engine.TextElement
Replaces the range of characters that the beginIndex and endIndex parameters specify with the contents of the newText parameter.
replicationStrategy — Property in class flash.net.NetGroup
Specifies the object replication fetch strategy.
reportError(e:flash.events:ErrorEvent) — Method in interface flash.desktop.IFilePromise
Called by the AIR runtime to inform the IFilePromise implementation of errors that occur when reading data from the data provider object.
reportError(e:flash.events:ErrorEvent) — Method in class flash.media.MediaPromise
Used by the runtime to report errors.
requestContext3D(context3DRenderMode:String, profile:String) — Method in class flash.display.Stage3D
Request the creation of a Context3D object for this Stage3D instance.
requestContext3DMatchingProfiles(profiles) — Method in class flash.display.Stage3D
Request the creation of a Context3D object for this Stage3D instance.
requestedContentParent — Property in class flash.system.LoaderContext
The parent to which the Loader will attempt to add the loaded content.
requestedLocaleIDName — Property in class flash.globalization.Collator
The name of the requested locale ID that was passed to the constructor of this Collator object.
requestedLocaleIDName — Property in class flash.globalization.CurrencyFormatter
The name of the requested locale ID that was passed to the constructor of this CurrencyFormatter object.
requestedLocaleIDName — Property in class flash.globalization.DateTimeFormatter
The name of the requested locale ID that was passed to the constructor of this DateTimeFormatter object.
requestedLocaleIDName — Property in class flash.globalization.NumberFormatter
The name of the requested locale ID that was passed to the constructor of this NumberFormatter object.
requestedLocaleIDName — Property in class flash.globalization.StringTools
The name of the requested locale ID that was passed to the constructor of this StringTools object.
requestHeaders — Property in class flash.net.URLRequest
The array of HTTP request headers to be appended to the HTTP request.
requestPermission() — Method in class flash.filesystem.File
Requests permission to access filesystem.
requestPermission() — Method in class flash.media.Camera
Requests camera permission for the application.
requestPermission() — Method in class flash.media.CameraRoll
Requests permission to access system media library or "camera roll".
requestPermission() — Method in class flash.media.CameraUI
Requests permission to access Camera UI.
requestPermission() — Method in class flash.media.Microphone
Requests Microphone permission for the application.
requestPermission() — Method in class flash.net.FileReference
Requests permission to access filesystem.
requestPermission() — Method in class flash.permissions.PermissionManager
Requests permission for the application to use the resource.
requestPermission() — Method in class flash.sensors.Geolocation
Requests geolocation permission for the application.
requestSoftKeyboard() — Method in class flash.display.InteractiveObject
Raises a virtual keyboard.
REQUIRED_IF_AVAILABLE — Constant static property in class flash.security.RevocationCheckSettings
Check certificate revocation if the certificate includes revocation information.
reset() — Method in class air.security.Digest
Resets the object for re-use by removing all earlier data
reset() — Static method in class flash.data.EncryptedLocalStore
Clears the entire encrypted local store, deleting all data.
reset() — Method in 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.
RESET — Constant static property in class flash.net.NetStreamPlayTransitions
Clears any previous play calls and plays the specified stream immediately.
RESET_BEGIN — Constant static property in class flash.net.NetStreamAppendBytesAction
Indicates a timescale discontinuity.
resetDRMVouchers() — Method in class flash.net.drm.DRMManager
In AIR applications this deletes all locally cached digital rights management (DRM) voucher data.
RESET_SEEK — Constant static property in class flash.net.NetStreamAppendBytesAction
Indicates a timescale discontinuity.
resizable — Property in class flash.display.NativeWindow
Reports the resizable setting used to create this window.
resizable — Property in class flash.display.NativeWindowInitOptions
Specifies whether the window can be resized by the user.
resizable — Property in class flash.html.HTMLWindowCreateOptions
Specifies whether the window should be resizable.
resize — Event in class flash.display.NativeWindow
Dispatched by this NativeWindow object after the window has been resized.
resize — Event in 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 in class flash.events.Event
The Event.RESIZE constant defines the value of the type property of a resize event object.
RESIZE — Constant static property in class flash.events.NativeWindowBoundsEvent
Defines the value of the type property of a resize event object.
resizeToScreen(target:flash.display:Screen) — Method in class flash.display.NativeWindow
Move and resize this window to match the full size of the target Screen.
resizing — Event in class flash.display.NativeWindow
Dispatched by this NativeWindow object immediately before the window is to be resized on the desktop.
RESIZING — Constant static property in class flash.events.NativeWindowBoundsEvent
Defines the value of the type property of a resizing event object.
resolvePath(path:String) — Method in 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).
resourceName — Property in class flash.net.NetStreamInfo
The resource name used when NetStream.play() was called.
ResourceRecord — Class in package flash.net.dns
The ResourceRecord class is the base class for Domain Name System (DNS) resource record classes.
resourceRecords — Property in class flash.events.DNSResolverEvent
An array containing the resource records returned by the DNS lookup operation.
resourceType — Property in class flash.permissions.PermissionManager
Which resource this PermissionManager instance is responsible for
Responder — Class in 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 in class flash.net.Responder
Creates a new Responder object.
responseHeaders — Property in class flash.events.HTTPStatusEvent
The response headers that the response returned, as an array of URLRequestHeader objects.
responseURL — Property in class flash.events.HTTPStatusEvent
The URL that the response was returned from.
... (rest) parameter — Statement
Specifies that a function will accept any number of comma-delimited arguments.
restore() — Method in class flash.display.NativeWindow
Restores this window from either a minimized or a maximized state.
restrict — Property in class flash.text.StageText
Restricts the set of characters that a user can enter into the text field.
restrict — Property in class flash.text.TextField
Indicates the set of characters that a user can enter into the text field.
result — Event in class flash.data.SQLStatement
Dispatched when an execute() or next() method call's operation completes successfully.
RESULT — Constant static property in class flash.events.SQLEvent
The SQLEvent.RESULT constant defines the value of the type property of a result event object.
resume() — Method in class flash.net.NetStream
Resumes playback of a video stream that is paused.
resume() — Static method in class flash.system.System
Resumes the application after calling System.pause().
RESUME — Constant static property in class flash.events.ThrottleType
This constant is used for the status property in the ThrottleEvent class.
RESUME — Constant static property in class flash.net.NetStreamPlayTransitions
Requests data from the new connection starting from the point at which the previous connection ended.
return — Statement
Causes execution to return immediately to the calling function.
RETURNINDEXEDARRAY — Constant static property in class Array
Specifies that a sort returns an array that consists of array indices.
returnKeyLabel — Property in class flash.text.StageText
Indicates the label on the Return key for devices that feature a soft keyboard.
ReturnKeyLabel — Final class in package flash.text
The ReturnKeyLabel class defines the values to use for the returnKeyLabel property of the StageText class.
returnVoucher(inServerURL:String, immediateCommit:Boolean, licenseID:String, policyID:String) — Method in class flash.net.drm.DRMManager
Returns to the license server all vouchers that match all specified criteria.
RETURN_VOUCHER_COMPLETE — Constant static property in class flash.events.DRMReturnVoucherCompleteEvent
The string constant to use for the return voucher complete event in the type parameter when adding and removing event listeners.
RETURN_VOUCHER_ERROR — Constant static property in class flash.events.DRMReturnVoucherErrorEvent
The string constant to use for the return voucher error event in the type parameter when adding and removing event listeners.
reverse() — Method in class Array
Reverses the array in place.
reverse() — Method in class Vector
Reverses the order of the elements in the Vector.
revocationCheckSetting — Property in class flash.security.XMLSignatureValidator
Specifies how certificate revocation is checked.
RevocationCheckSettings — Final class in package flash.security
The RevocationCheckSettings class defines constants used by the revocationCheckSetting property of an XMLSignatureValidator object.
REVOKED — Constant static property in class flash.security.CertificateStatus
The certificate has been revoked.
rewind — Property in 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 in class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging rewind transport mode.
RGB — Constant static property in class flash.display.InterpolationMethod
Specifies that the RGB interpolation method should be used.
RGBA_HALF_FLOAT — Constant static property in class flash.display3D.Context3DTextureFormat
RICH_TEXT_FORMAT — Constant static property in class flash.desktop.ClipboardFormats
Rich Text Format data.
right — Property in class flash.geom.Rectangle
The sum of the x and width properties.
RIGHT — Constant static property in class flash.display.NativeWindowResize
The right edge of the window.
RIGHT — Constant static property in class flash.display.StageAlign
Specifies that the Stage is aligned to the right.
RIGHT — Constant static property in 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 in class flash.text.TextFormatAlign
Constant; aligns text to the right within the text field.
RIGHT — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Right Arrow key (39).
RIGHT — Constant static property in 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 in class flash.ui.Keyboard
Constant associated with the key code value for the ] key (221).
rightClick — Event in class flash.desktop.SystemTrayIcon
Dispatched by this SystemTrayIcon object on right mouse click.
rightClick — Event in 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 in class flash.events.MouseEvent
Defines the value of the type property of a rightClick event object.
RIGHT_CLICK — Constant static property in class flash.events.ScreenMouseEvent
The ScreenMouseEvent.RIGHT_CLICK constant defines the value of the type property of a rightClick event object.
rightExtension — Property in class flash.filters.ShaderFilter
The growth in pixels on the right side of the target object.
rightMargin — Property in class flash.text.TextFormat
The right margin of the paragraph, in pixels.
rightMouseDown — Event in class flash.desktop.SystemTrayIcon
Dispatched by this SystemTrayIcon object on right mouse down.
rightMouseDown — Event in class flash.display.InteractiveObject
Dispatched when a user presses the pointing device button over an InteractiveObject instance.
RIGHT_MOUSE_DOWN — Constant static property in class flash.events.MouseEvent
Defines the value of the type property of a rightMouseDown event object.
RIGHT_MOUSE_DOWN — Constant static property in class flash.events.ScreenMouseEvent
The ScreenMouseEvent.RIGHT_MOUSE_DOWN constant defines the value of the type property of a rightMouseDown event object.
rightMouseUp — Event in class flash.desktop.SystemTrayIcon
Dispatched by this SystemTrayIcon object on right mouse up.
rightMouseUp — Event in class flash.display.InteractiveObject
Dispatched when a user releases the pointing device button over an InteractiveObject instance.
RIGHT_MOUSE_UP — Constant static property in class flash.events.MouseEvent
Defines the value of the type property of a rightMouseUp event object.
RIGHT_MOUSE_UP — Constant static property in class flash.events.ScreenMouseEvent
The ScreenMouseEvent.RIGHT_MOUSE_UP constant defines the value of the type property of a rightMouseUp event object.
rightPeak — Property in class flash.media.SoundChannel
The current amplitude (volume) of the right channel, from 0 (silent) to 1 (full amplitude).
rightToLeft — Property in 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 in 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.
roll — Property in class flash.events.DeviceRotationEvent
Roll along the y-axis, measured in degrees.
rollback — Event in class flash.data.SQLConnection
Dispatched when a rollback() method call's operation completes successfully.
rollback(responder:flash.net:Responder) — Method in 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 in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.rollback() method was called.
ROLLBACK — Constant static property in class flash.events.SQLEvent
The SQLEvent.ROLLBACK constant defines the value of the type property of a rollback event object.
rollbackToSavepoint — Event in class flash.data.SQLConnection
Dispatched when a rollbackToSavepoint() method call's operation completes successfully.
rollbackToSavepoint(name:String, responder:flash.net:Responder) — Method in class flash.data.SQLConnection
Rolls back any SQL operations since the most recent savepoint or the named savepoint if a name is specified.
ROLLBACK_TO_SAVEPOINT — Constant static property in class flash.errors.SQLErrorOperation
Indicates that the SQLConnection.rollbackToSavepoint() method was called.
ROLLBACK_TO_SAVEPOINT — Constant static property in class flash.events.SQLEvent
The SQLEvent.ROLLBACK_TO_SAVEPOINT constant defines the value of the type property of a rollbackToSavepoint event object.
rollOut — Event in class flash.display.InteractiveObject
Dispatched when the user moves a pointing device away from an InteractiveObject instance.
ROLL_OUT — Constant static property in class flash.events.MouseEvent
Defines the value of the type property of a rollOut event object.
rollOver — Event in class flash.display.InteractiveObject
Dispatched when the user moves a pointing device over an InteractiveObject instance.
ROLL_OVER — Constant static property in class flash.events.MouseEvent
Defines the value of the type property of a rollOver event object.
ROMAN — Constant static property in class flash.text.engine.TextBaseline
Specifies a roman baseline.
root — Property in 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.
rootDirectory — Property in class flash.events.StorageVolumeChangeEvent
A File object corresponding to the root directory of the mounted volume.
rootDirectory — Property in class flash.filesystem.StorageVolume
A File object corresponding to the root directory of the volume.
rotate(angle:Number) — Method in class flash.geom.Matrix
Applies a rotation transformation to the Matrix object.
ROTATE_0 — Constant static property in class flash.text.engine.TextRotation
Specifies no rotation.
ROTATE_180 — Constant static property in class flash.text.engine.TextRotation
Specifies a 180 degree rotation.
ROTATE_270 — Constant static property in class flash.text.engine.TextRotation
Specifies a 270 degree clockwise rotation.
ROTATE_90 — Constant static property in class flash.text.engine.TextRotation
Specifies a 90 degree clockwise rotation.
ROTATED_LEFT — Constant static property in class flash.display.StageOrientation
Specifies that the stage is currently rotated left relative to the default orientation.
ROTATED_RIGHT — Constant static property in class flash.display.StageOrientation
Specifies that the stage is currently rotated right relative to the default orientation.
rotation — Property in class flash.display.DisplayObject
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.
rotation — Property in class flash.events.TransformGestureEvent
The current rotation angle, in degrees, of the display object along the z-axis, since the previous gesture event.
rotationX — Property in class flash.display.DisplayObject
Indicates the x-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
rotationY — Property in class flash.display.DisplayObject
Indicates the y-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
rotationZ — Property in class flash.display.DisplayObject
Indicates the z-axis rotation of the DisplayObject instance, in degrees, from its original orientation relative to the 3D parent container.
round(val:Number) — Static method in class Math
Rounds the value of the parameter val up or down to the nearest integer and returns the value.
ROUND — Constant static property in class flash.display.CapsStyle
Used to specify round caps in the caps parameter of the flash.display.Graphics.lineStyle() method.
ROUND — Constant static property in class flash.display.JointStyle
Specifies round joints in the joints parameter of the flash.display.Graphics.lineStyle() method.
routingEnabled — Property in class flash.net.GroupSpecifier
Specifies whether directed routing methods are enabled for the NetGroup.
routingReceiveBytesPerSecond — Property in class flash.net.NetGroupInfo
Specifies the rate at which the local node is receiving directed routing messages from peers, in bytes per second.
routingSendBytesPerSecond — Property in class flash.net.NetGroupInfo
Specifies the rate at which the local node is sending directed routing messages to peers, in bytes per second.
rowID — Property in class flash.events.SQLUpdateEvent
The unique row identifier of the row that was inserted, deleted, or updated.
rowsAffected — Property in class flash.data.SQLResult
Indicates how many rows were affected by the operation.
running — Property in class flash.desktop.NativeProcess
Indicates if this native process is currently running.
running — Property in class flash.utils.Timer
The timer's current state; true if the timer is running, otherwise false.
RUNNING — Constant static property in class flash.system.WorkerState
This state indicates that the worker has begun executing application code and it has not been instructed to stop execution.
runtimeApplicationDomain — Property in class flash.html.HTMLLoader
runtimePatchLevel — Property in class flash.desktop.NativeApplication
The patch level of the runtime hosting this application.
runtimeVersion — Property in 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