| 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. |
| RadioButton — Class, package fl.controls |
|
The RadioButton component lets you force a user to make a single
selection from a set of choices. |
| RadioButton() — Constructor, class fl.controls.RadioButton |
|
Creates a new RadioButton component instance. |
| RadioButtonAccImpl — Class, package fl.accessibility |
|
The RadioButtonAccImpl class, also called the RadioButton Accessibility Implementation class,
is used to make a RadioButton component accessible. |
| RadioButtonGroup — Class, package fl.controls |
|
The RadioButtonGroup class defines a group of RadioButton components
to act as a single component. |
| RadioButtonGroup(name:String) — Constructor, class fl.controls.RadioButtonGroup |
|
Creates a new RadioButtonGroup instance. |
| random() — Static method, class Math |
|
Returns a pseudo-random number n, where 0 <= n < 1. |
| RangeError — Dynamic class, Top Level |
|
A RangeError exception is thrown when a numeric value is outside the acceptable range. |
| RangeError(message:String) — Constructor, class RangeError |
|
Creates a new RangeError object. |
| rate — Property, class flash.media.Microphone |
|
The rate at which the microphone captures sound, in kHz. |
| ratios — Property, class flash.filters.GradientBevelFilter |
|
An array of color distribution ratios for the corresponding colors in the
colors array. |
| ratios — Property, class flash.filters.GradientGlowFilter |
|
An array of color distribution ratios for the corresponding colors in the
colors array. |
| 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. |
| ready — Event, class fl.video.FLVPlayback |
|
Dispatched when an FLV file is loaded and ready to display. |
| ready — Event, class fl.video.VideoPlayer |
|
Event dispatched when an FLV file is loaded and ready to display. |
| READY — Constant static property, class fl.video.VideoEvent |
|
Defines the value of the type property of a ready
event object. |
| reason — Property, class fl.events.DataGridEvent |
|
Gets the reason the itemEditEnd event was dispatched. |
| receiveAudio(flag:Boolean) — Method, class flash.net.NetStream |
|
Specifies whether incoming audio plays on the stream. |
| receiveVideo(flag:Boolean) — Method, class flash.net.NetStream |
|
Specifies whether incoming video will play on the stream. |
| receiveVideoFPS(FPS:Number) — Method, class flash.net.NetStream |
|
Specifies the frame rate for incoming video. |
| reconnect() — Method, interface fl.video.INCManager |
|
Called by the VideoPlayer object to ask for reconnection
after the connection is lost. |
| reconnect() — Method, class fl.video.NCManager |
|
Called by the VideoPlayer object to ask for reconnection
after the connection is lost. |
| rect — Property, class flash.display.BitmapData |
|
The rectangle that defines the size and location of the bitmap image. |
| Rectangle — Class, package flash.geom |
|
A Rectangle object is an area defined by its position, as
indicated by its top-left corner point (x, y) and by its width
and its height. |
| Rectangle(x:Number, y:Number, width:Number, height:Number) — Constructor, class flash.geom.Rectangle |
|
Creates a new Rectangle object with the top-left corner specified by the x
and y parameters and with the specified width and height
parameters. |
| RED — Constant static property, class flash.display.BitmapDataChannel |
|
The red channel. |
| redMultiplier — Property, class flash.geom.ColorTransform |
|
A decimal value that is multiplied with the red channel value. |
| redOffset — Property, class flash.geom.ColorTransform |
|
A number from -255 to 255 that is added to the red channel value after it has been
multiplied by the redMultiplier value. |
| ReferenceError — Dynamic class, Top Level |
|
A ReferenceError exception is thrown when a reference to an undefined property is
attempted on a sealed (nondynamic) object. |
| ReferenceError(message:String) — Constructor, class ReferenceError |
|
Creates a new ReferenceError object. |
| REFLECT — Constant static property, class flash.display.SpreadMethod |
|
Specifies that the gradient use the reflect spread method. |
| refreshPane() — Method, class fl.containers.ScrollPane |
|
Reloads the contents of the scroll pane. |
| RegExp — Dynamic class, Top Level |
|
The RegExp class lets you work with regular expressions, which are patterns that you can use
to perform searches in strings and to replace text in strings. |
| RegExp(re:String, flags:String) — Constructor, class RegExp |
|
Lets you construct a regular expression from two strings. |
| registerClassAlias(aliasName:String, classObject:Class) — Package function, flash.net |
|
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF). |
| registerFont(font:Class) — Static method, class flash.text.Font |
|
Registers a font class in the global font list. |
| registerInstance(instance:fl.core:UIComponent) — Static method, class fl.managers.StyleManager |
|
Registers a component instance with the style manager. |
| registrationHeight — Property, class fl.video.FLVPlayback |
|
The height used to align the video content when autoresizing. |
| registrationHeight — Property, class fl.video.VideoPlayer |
|
The height used to align the video content when autoresizing. |
| registrationWidth — Property, class fl.video.FLVPlayback |
|
The width used to align the video content when autoresizing. |
| registrationWidth — Property, class fl.video.VideoPlayer |
|
The width used to align the video content when autoresizing. |
| registrationX — Property, class fl.video.FLVPlayback |
|
The x coordinate used to align the video content when
autoresizing. |
| registrationX — Property, class fl.video.VideoPlayer |
|
The x coordinate used to align the video content when
autoresizing. |
| registrationY — Property, class fl.video.FLVPlayback |
|
The y coordinate used to align the video content when
autoresizing. |
| registrationY — Property, class fl.video.VideoPlayer |
|
The y coordinate used to align the video content when
autoresizing. |
| Regular — Class, package fl.transitions.easing |
|
The Regular class defines three easing functions to implement
accelerated motion with ActionScript animations. |
| REGULAR — Constant static property, class flash.text.FontStyle |
|
Defines the plain style of a font for the fontStyle parameter in the setAdvancedAntiAliasingTable() method. |
| relatedObject — Property, class flash.events.FocusEvent |
|
A reference to the complementary InteractiveObject instance that is affected by the
change in focus. |
| relatedObject — Property, class flash.events.MouseEvent |
|
A reference to a display list object that is related to the event. |
| REMOTE — Constant static property, class flash.system.Security |
|
The SWF file is from an Internet URL and operates under domain-based sandbox rules. |
| REMOVE — Constant static property, class fl.events.DataChangeType |
|
Items were removed from the data provider. |
| removeAll() — Method, class fl.controls.ComboBox |
|
Removes all items from the list. |
| removeAll() — Method, class fl.controls.SelectableList |
|
Removes all items from the list. |
| removeAll() — Method, class fl.data.DataProvider |
|
Removes all items from the data provider and dispatches a DataChangeType.REMOVE_ALL
event. |
| REMOVE_ALL — Constant static property, class fl.events.DataChangeType |
|
All items were removed from the data provider. |
| removeAllColumns() — Method, class fl.controls.DataGrid |
|
Removes all columns from the DataGrid component. |
| removeASCuePoint(timeNameOrCuePoint) — Method, class fl.video.FLVPlayback |
|
Removes an ActionScript cue point from the currently loaded FLV file. |
| removeChild(child:flash.display:DisplayObject) — Method, class flash.display.DisplayObjectContainer |
|
Removes the specified child DisplayObject instance from the child list of the DisplayObjectContainer instance. |
| removeChildAt(index:int) — Method, class flash.display.DisplayObjectContainer |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
| removeChildAt(index:int) — Method, class flash.display.Stage |
|
Removes a child DisplayObject from the specified index position in the child list of
the DisplayObjectContainer. |
| removeColumnAt(index:uint) — Method, class fl.controls.DataGrid |
|
Removes the column that is located at the specified index of the columns array. |
| removed — Event, class flash.display.DisplayObject |
|
Dispatched when a display object is about to be removed from the display list. |
| REMOVED — Constant static property, class flash.events.Event |
|
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. |
| removeItem(item:Object) — Method, class fl.controls.ComboBox |
|
Removes the specified item from the list. |
| removeItem(item:Object) — Method, class fl.controls.SelectableList |
|
Removes the specified item from the list. |
| removeItem(item:Object) — Method, class fl.data.DataProvider |
|
Removes the specified item from the data provider and dispatches a DataChangeType.REMOVE
event. |
| removeItemAt(index:uint) — Method, class fl.controls.ComboBox |
|
Removes the item at the specified index position. |
| removeItemAt(index:uint) — Method, class fl.controls.SelectableList |
|
Removes the item at the specified index position. |
| removeItemAt(index:uint) — Method, class fl.data.DataProvider |
|
Removes the item at the specified index and dispatches a DataChangeType.REMOVE
event. |
| removeNamespace(ns:Namespace) — Method, class XML |
|
Removes the given namespace for this object and all descendants. |
| removeNode() — Method, class flash.xml.XMLNode |
|
Removes the specified XML object from its parent. |
| removeRadioButton(radioButton:fl.controls:RadioButton) — Method, class fl.controls.RadioButtonGroup |
|
Clears the RadioButton instance from the internal list of radio buttons. |
| render — Event, class flash.display.DisplayObject |
|
Dispatched when the display list is about to be updated and rendered. |
| RENDER — Constant static property, class flash.events.Event |
|
Defines the value of the type property of a render event object. |
| RENDERER_STYLES — Constant static property, class fl.core.InvalidationType |
|
The InvalidationType.RENDERER_STYLES constant defines the value of
the type property of the event object that is dispatched to indicate that
the renderer styles of the component are invalid. |
| REPEAT — Constant static property, class flash.display.SpreadMethod |
|
Specifies that the gradient use the repeat spread method. |
| repeatCount — Property, class fl.motion.Animator |
|
Number of times to repeat the animation. |
| repeatCount — Property, class flash.utils.Timer |
|
The total number of times the timer is set to run. |
| repeatDelay — Style, class fl.containers.BaseScrollPane
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
| repeatDelay — Style, class fl.controls.NumericStepper
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
| repeatDelay — Style, class fl.controls.ComboBox
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
| repeatDelay — Style, class fl.controls.ScrollBar
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
| repeatDelay — Style, class fl.controls.BaseButton
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
| repeatDelay — Style, class fl.controls.LabelButton
|
| The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event. |
| |
| repeatInterval — Style, class fl.containers.BaseScrollPane
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
| repeatInterval — Style, class fl.controls.NumericStepper
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
| repeatInterval — Style, class fl.controls.ComboBox
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
| repeatInterval — Style, class fl.controls.ScrollBar
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
| repeatInterval — Style, class fl.controls.BaseButton
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
| repeatInterval — Style, class fl.controls.LabelButton
|
| The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style. |
| |
| replace(pattern, repl:Object) — Method, class String |
|
Matches the specifed pattern against the string and returns a new string
in which the first match of pattern is replaced with the content specified by repl. |
| replace(propertyName:Object, value:XML) — Method, class XML |
|
Replaces the properties specified by the propertyName parameter
with the given value parameter. |
| REPLACE — Constant static property, class fl.events.DataChangeType |
|
The items in the data provider were replaced by new items. |
| replaceItem(newItem:Object, oldItem:Object) — Method, class fl.data.DataProvider |
|
Replaces an existing item with a new item and dispatches a DataChangeType.REPLACE
event. |
| replaceItemAt(item:Object, index:uint) — Method, class fl.controls.ComboBox |
|
Replaces the item at the specified index location with another item. |
| replaceItemAt(item:Object, index:uint) — Method, class fl.controls.SelectableList |
|
Replaces the item at the specified index location with another item. |
| replaceItemAt(newItem:Object, index:uint) — Method, class fl.data.DataProvider |
|
Replaces the item at the specified index and dispatches a DataChangeType.REPLACE
event. |
| replaceSelectedText(value:String) — Method, class flash.text.TextField |
|
Replaces the current selection with the contents of the value parameter. |
| replaceText(beginIndex:int, endIndex:int, newText:String) — Method, class flash.text.TextField |
|
Replaces the range of characters that the beginIndex and
endIndex parameters specify with the contents
of the newText parameter. |
| requestHeaders — Property, class flash.net.URLRequest |
|
The array of HTTP request headers to be appended to the
HTTP request. |
| reset() — Method, class fl.controls.ProgressBar |
|
Resets the progress bar for a new load operation. |
| 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. |
| resizable — Property, class fl.controls.dataGridClasses.DataGridColumn |
|
Indicates whether the user is allowed to change the width of the
column. |
| resizableColumns — Property, class fl.controls.DataGrid |
|
Indicates whether the user can change the size of the
columns. |
| resize — Event, class fl.containers.UILoader |
|
Dispatched after the component is resized. |
| resize — Event, class fl.controls.Label |
|
Dispatched after there is a change in the width or height of the component. |
| resize — Event, class fl.core.UIComponent |
|
Dispatched after the component is resized. |
| resize — Event, class flash.display.Stage |
|
Dispatched when the scaleMode property of the Stage object is set to
StageScaleMode.NO_SCALE and the SWF file is resized. |
| RESIZE — Constant static property, class fl.events.ComponentEvent |
|
Defines the value of the type property of a resize
event object. |
| RESIZE — Constant static property, class flash.events.Event |
|
Defines the value of the type property of a resize event object. |
| RESIZING — Constant static property, class fl.video.VideoState |
|
The video player is in the resizing state. |
| 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 fl.controls.ComboBox |
|
Gets or sets the characters that a user can enter in the text field. |
| restrict — Property, class fl.controls.TextArea |
|
Gets or sets the string of characters that the text field
accepts from a user. |
| restrict — Property, class fl.controls.TextInput |
|
Gets or sets the string of characters that the text field accepts from a user. |
| restrict — Property, class flash.text.TextField |
|
Indicates the set of characters that a user can enter into the text field. |
| resume() — Method, class fl.motion.Animator |
|
Resumes the animation after it has been paused
by the pause() method. |
| resume() — Method, class fl.transitions.Tween |
|
Resumes the play of a tweened animation that has been stopped. |
| resume() — Method, class flash.net.NetStream |
|
Resumes playback of a video stream that is paused. |
| resume() — Static method, class flash.system.System |
|
Resumes the 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. |
| rewind() — Method, class fl.motion.Animator |
|
Sets Flash Player to the first frame of the animation. |
| rewind(t:Number) — Method, class fl.transitions.Tween |
|
Moves the play of a tweened animation back to its starting value. |
| rewind — Event, class fl.video.FLVPlayback |
|
Dispatched when the location of the playhead moves backward by
a call to seek() or when an autoRewind call is
completed. |
| rewind — Property, class flash.ui.ContextMenuBuiltInItems |
|
Lets the user set a SWF file to play from the first frame when selected, at any time (does not
appear for a single-frame SWF file). |
| REWIND — Constant static property, class fl.video.VideoEvent |
|
Defines the value of the type property of a rewind
event object. |
| REWINDING — Constant static property, class fl.video.VideoState |
|
The video player is in the rewinding state. |
| RGB — Constant static property, class flash.display.InterpolationMethod |
|
Specifies that the RGB interpolation method should be used. |
| right — Property, class flash.geom.Rectangle |
|
The sum of the x and
width properties. |
| RIGHT — Constant static property, class fl.controls.ButtonLabelPlacement |
|
The label appears to the right of the icon. |
| RIGHT — Constant static property, class fl.controls.ProgressBarDirection |
|
Fill the progress bar from left to right. |
| RIGHT — Constant static property, class fl.video.VideoAlign |
|
Specifies that the video is aligned to the right. |
| RIGHT — Constant static property, class flash.display.StageAlign |
|
Specifies that the Stage is aligned to the right. |
| RIGHT — Constant static property, class flash.text.TextFieldAutoSize |
|
Specifies that the text is to be treated as right-justified text,
meaning that the right side of the text field remains fixed and any
resizing of a single line is on the left side. |
| RIGHT — Constant static property, class flash.text.TextFormatAlign |
|
Constant; aligns text to the right within the text field. |
| RIGHT — Constant static property, class flash.ui.Keyboard |
|
Constant associated with the key code value for the Right Arrow key (39). |
| RIGHT — Constant static property, class flash.ui.KeyLocation |
|
Indicates the key activated is in the right key location (there is more than one possible location for this
key). |
| 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 fl.controls.SelectableList |
|
Dispatched when the user rolls the pointer off of the component. |
| rollOut — Event, class flash.display.InteractiveObject |
|
Dispatched when the user moves a pointing device away from an InteractiveObject
instance. |
| ROLL_OUT — Constant static property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rollOut event object. |
| rollOver — Event, class fl.controls.SelectableList |
|
Dispatched when the user rolls the pointer over the component. |
| rollOver — Event, class flash.display.InteractiveObject |
|
Dispatched when the user moves a pointing device over an InteractiveObject instance. |
| ROLL_OVER — Constant static property, class flash.events.MouseEvent |
|
Defines the value of the type property of a rollOver event object. |
| root — Property, class flash.display.DisplayObject |
|
For a display object in a loaded SWF file, the root property is the
top-most display object in the portion of the display list's tree structure represented by that SWF file. |
| rotate(angle:Number) — Method, class flash.geom.Matrix |
|
Applies a rotation transformation to the Matrix object. |
| Rotate — Class, package fl.transitions |
|
The Rotate class rotates the movie clip object. |
| rotateAroundExternalPoint(m:flash.geom:Matrix, x:Number, y:Number, angleDegrees:Number) — Static method, class fl.motion.MatrixTransformer |
|
Rotates a matrix about a point defined outside the matrix's transformation space. |
| rotateAroundInternalPoint(m:flash.geom:Matrix, x:Number, y:Number, angleDegrees:Number) — Static method, class fl.motion.MatrixTransformer |
|
Rotates a matrix about a point defined inside the matrix's transformation space. |
| rotateDirection — Property, class fl.motion.Keyframe |
|
Controls how the target object rotates during a motion tween,
with a value from the RotateDirection class. |
| RotateDirection — Class, package fl.motion |
|
The RotateDirection class provides constant values for rotation behavior during a tween. |
| rotateTimes — Property, class fl.motion.Keyframe |
|
Adds rotation to the target object during a motion tween, in addition to any existing rotation. |
| rotation — Property, class fl.motion.Keyframe |
|
Indicates the rotation of the target object in degrees
from its original orientation as applied from the transformation point. |
| rotation — Property, class fl.motion.Source |
|
Indicates the rotation value of the original object. |
| rotation — Property, class flash.display.DisplayObject |
|
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation. |
| ROTATION — Constant static property, class fl.motion.Tweenables |
|
Constant for the rotation property. |
| round(val:Number) — Static method, class Math |
|
Rounds the value of the parameter val up or down to the nearest
integer and returns the value. |
| ROUND — Constant static property, class flash.display.CapsStyle |
|
Used to specify round caps in the caps parameter of the
flash.display.Graphics.lineStyle() method. |
| ROUND — Constant static property, class flash.display.JointStyle |
|
Specifies round joints in the joints parameter of the
flash.display.Graphics.lineStyle() method. |
| row — Property, class fl.controls.listClasses.ListData |
|
The row in which the data item is displayed. |
| rowCount — Property, class fl.controls.ComboBox |
|
Gets or sets the maximum number of rows that can appear in a drop-down
list that does not have a scroll bar. |
| rowCount — Property, class fl.controls.DataGrid |
|
Gets or sets the number of rows that are at least partially visible in the
list. |
| rowCount — Property, class fl.controls.List |
|
Gets or sets the number of rows that are at least partially visible in the
list. |
| rowCount — Property, class fl.controls.SelectableList |
|
Gets the number of rows that are at least partially visible in the list. |
| rowCount — Property, class fl.controls.TileList |
|
Gets or sets the number of rows that are at least partially visible
in the list. |
| rowHeight — Property, class fl.controls.DataGrid |
|
Gets or sets the height of each row in the DataGrid component, in pixels. |
| rowHeight — Property, class fl.controls.List |
|
Gets or sets the height of each row in the list, in pixels. |
| rowHeight — Property, class fl.controls.TileList |
|
Gets or sets the height that is applied to each row in the list, in pixels. |
| rowIndex — Property, class fl.events.ListEvent |
|
Gets the row index of the item that is associated with this event. |
| 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 |