| 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 |
| RADIAL — Constant Static Property, class flash.display.GradientType |
| Value used to specify a radial gradient fill. |
| 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.display.GraphicsGradientFill |
| An array of color distribution ratios. |
| 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. |
| rawData — Property, class flash.geom.Matrix3D |
| A Vector of 16 Numbers, where every four elements can be a row or
a column of a 4x4 matrix. |
| rawText — Property, class flash.text.engine.ContentElement |
| A copy of the text in the element, including the U+FDEF characters. |
| rawTextLength — Property, 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. |
| 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 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 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 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 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.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 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 byte stream or byte array. |
| 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 byte stream using the
specified character set. |
| 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 byte stream or byte array, encoded in AMF
serialized format. |
| 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 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 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 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 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 byte stream or byte array. |
| 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 length UTF-8
bytes from the byte stream or byte array and returns a string. |
| 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. |
| recompose(components:Vector$flash.geom:Vector3D, orientationStyle:String) — method, class flash.geom.Matrix3D |
| Sets the transformation matrix's translation, rotation, and scale settings. |
| 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. |
| REFLECT — Constant Static Property, class flash.display.SpreadMethod |
| Specifies that the gradient use the reflect spread method. |
| 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. |
| 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. |
| releaseLines(firstLine:flash.text.engine:TextLine, lastLine:flash.text.engine:TextLine) — method, class flash.text.engine.TextBlock |
| Removes a range of text lines from the list of lines maintained by the TextBlock. |
| REMOTE — Constant Static Property, class flash.system.Security |
| The file is from an Internet URL and operates under domain-based sandbox rules. |
| 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. |
| 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 |
| 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 |
| Defines the value of the type property of a removedFromStage event 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. |
| 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. |
| render — Event, class flash.display.DisplayObject |
| [broadcast event] Dispatched when the display list is about to be updated and rendered. |
| RENDER — Constant Static Property, class flash.events.Event |
| Defines the value of the type property of a render event object. |
| renderingMode — Property, class flash.text.engine.FontDescription |
| The rendering mode used for this text. |
| RenderingMode — final class, package flash.text.engine |
| The RenderingMode class provides values for rendering mode in the flash.text.engine.FontDescription class. |
| repeat — Property, class flash.display.GraphicsBitmapFill |
| Specifies whether to repeat the bitmap image in a tiled pattern. |
| REPEAT — Constant Static Property, class flash.display.SpreadMethod |
| Specifies that the gradient use the repeat spread method. |
| repeatCount — Property, class flash.utils.Timer |
| The total number of times the timer is set to run. |
| 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. |
| replaceElements(beginIndex:int, endIndex:int, newElements:Vector$flash.text.engine:ContentElement) — method, 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, 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. |
| replaceText(beginIndex:int, endIndex:int, newText:String) — method, class flash.text.engine.TextElement |
| 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. |
| 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. |
| RESET — Constant Static Property, class flash.net.NetStreamPlayTransitions |
| Clears any previous play calls and plays the specified stream immediately. |
| 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 flash.events.Event |
| Defines the value of the type property of a resize event object. |
| 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. |
| restrict — Property, class flash.text.TextField |
| Indicates the set of characters that a user can enter into the text field. |
| resume() — method, class flash.net.NetStream |
| Resumes playback of a video stream that is paused. |
| resume() — Static Method , class flash.system.System |
| Resumes the Flash Player after using 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. |
| reverse() — method, class Vector |
| Reverses the order of the elements in the Vector. |
| 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). |
| RGB — Constant Static Property, class flash.display.InterpolationMethod |
| Specifies that the RGB interpolation method should be used. |
| RICH_TEXT_FORMAT — Constant Static Property, class flash.desktop.ClipboardFormats |
| Rich Text Format data. |
| right — Property, class flash.geom.Rectangle |
| The sum of the x and
width properties. |
| 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.KeyLocation |
| Indicates the key activated is in the right key location (there is more than one possible location for this
key). |
| RIGHT — Constant Static Property, class flash.ui.Keyboard |
| Constant associated with the key code value for the Right Arrow key (39). |
| rightExtension — Property, class flash.filters.ShaderFilter |
| The growth in pixels on the right side of the target object. |
| rightMargin — Property, class flash.text.TextFormat |
| The right margin of the paragraph, in pixels. |
| 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. |
| 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 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. |
| ROMAN — Constant Static Property, class flash.text.engine.TextBaseline |
| Specifies a roman baseline. |
| 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_0 — Constant Static Property, class flash.text.engine.TextRotation |
| Specifies no rotation. |
| ROTATE_180 — Constant Static Property, class flash.text.engine.TextRotation |
| Specifies a 180 degree rotation. |
| ROTATE_270 — Constant Static Property, class flash.text.engine.TextRotation |
| Specifies a 270 degree clockwise rotation. |
| ROTATE_90 — Constant Static Property, class flash.text.engine.TextRotation |
| Specifies a 90 degree clockwise rotation. |
| rotation — Property, class flash.display.DisplayObject |
| Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation. |
| rotationX — Property, 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, 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, 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 , 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. |
| running — Property, class flash.utils.Timer |
| The timer's current state; true if the timer is running, otherwise false. |
|
| 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 |