| 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 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. |
| rate — Property in class flash.media.Microphone |
|
The rate at which the microphone is capturing sound, in kHz. |
| 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. |
| 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 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 byte stream or byte array. |
| readBytes(bytes:flash.utils:ByteArray, offset:uint, length:uint) — Method in class flash.net.Socket |
|
Reads length bytes of data 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 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 byte stream or byte array. |
| readExternal(input:flash.utils:IDataInput) — Method in interface flash.utils.IExternalizable |
|
A class implements this method to restore its state by calling the methods of the IDataInput
interface. |
| 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 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 byte stream or byte array. |
| readMultiByte(length:uint, charSet:String) — Method in class flash.net.Socket |
|
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.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 byte stream using the
specified character set. |
| readObject() — Method in class flash.net.Socket |
|
Read 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 byte stream or byte array, encoded in AMF
serialized format. |
| 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 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 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 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 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 byte stream or byte array. |
| readUTFBytes(length:uint) — Method in class flash.net.Socket |
|
Reads a sequence of length UTF-8
bytes 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 length UTF-8
bytes from the byte stream or byte array and returns a string. |
| 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. |
| RED — Constant static property in class flash.display.BitmapDataChannel |
|
The red channel. |
| 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. |
| 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. |
| REFLECT — Constant static property in class flash.display.SpreadMethod |
|
Specifies that the gradient use the reflect spread method. |
| 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 using AMF. |
| registerFont(font:Class) — Static method in class flash.text.Font |
|
Register a font class in the global font list. |
| 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. |
| REMOTE — Constant static property in class flash.system.Security |
| |
| 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. |
| 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 |
|
Dispatched when a display object is about to be removed from the display list. |
| 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. |
| 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. |
| render — Event in class flash.display.DisplayObject |
|
Dispatched when the display list is about to be updated and rendered. |
| RENDER — Constant static property in class flash.events.Event |
|
Dispatched when the display list is about to be updated and rendered. |
| REPEAT — Constant static property in class flash.display.SpreadMethod |
|
Specifies that the gradient use the repeat spread method. |
| repeatCount — Property in class flash.utils.Timer |
|
The total number of times the timer is set to run. |
| 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. |
| 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. |
| requestHeaders — Property in class flash.net.URLRequest |
|
The array of HTTP request headers to be appended to the
HTTP request. |
| 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. |
| resize — Event in class flash.display.Stage |
|
Dispatched when scaleMode property of the Stage object is set to
StageScaleMode.NO_SCALE and the SWF file has been resized. |
| RESIZE — Constant static property in class flash.events.Event |
|
Dispatched when scaleMode property of the Stage object is set to
StageScaleMode.NO_SCALE and the SWF file has been resized. |
| 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. |
| Responder(result:Function, status:Function) — Constructor in class flash.net.Responder |
|
Creates a new Responder object. |
| ... (rest) parameter — Statement |
| Specifies that a function will accept any number of comma delimited arguments. |
| restrict — Property in class flash.text.TextField |
|
Indicates the set of characters that a user can enter into the text field. |
| resume() — Method in class flash.net.NetStream |
|
Resumes playback of a video stream that has been paused. |
| 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 consistes of array indices as a result of calling
the sort() or sortOn() method. |
| reverse() — Method in class Array |
|
Reverses the array in place. |
| rewind — Property in class flash.ui.ContextMenuBuiltInItems |
|
The Rewind menu item 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 in class flash.display.InterpolationMethod |
|
Specifies that the RGB interpolation method should be used. |
| right — Property in class flash.geom.Rectangle |
|
The sum of the x and
width properties. |
| 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 |
|
The key activated is in the right key location (there is more than one possible location for this
key). |
| rightMargin — Property in class flash.text.TextFormat |
|
The right margin of the paragraph, in pixels. |
| 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. |
| 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 |
|
Dispatched when the user moves a pointing device away from an InteractiveObject
instance. |
| 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 |
|
Dispatched when the user moves a pointing device over an InteractiveObject instance. |
| root — Property in class flash.display.DisplayObject |
|
For loaded SWF files, the root of the SWF file that owns this display object. |
| rotate(angle:Number) — Method in class flash.geom.Matrix |
|
Applies a rotation transformation to the Matrix object. |
| rotation — Property in class flash.display.DisplayObject |
|
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation. |
| 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. |
| running — Property in 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 |