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.
RadioButton — Class in package fl.controls
The RadioButton component lets you force a user to make a single selection from a set of choices.
RadioButton() — Constructor in class fl.controls.RadioButton
Creates a new RadioButton component instance.
RadioButtonAccImpl — Class in package fl.accessibility
The RadioButtonAccImpl class, also called the RadioButton Accessibility Implementation class, is used to make a RadioButton component accessible.
RadioButtonGroup — Class in package fl.controls
The RadioButtonGroup class defines a group of RadioButton components to act as a single component.
RadioButtonGroup(name:String) — Constructor in class fl.controls.RadioButtonGroup
Creates a new RadioButtonGroup instance.
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 captures 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 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 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 decode itself from a data stream 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 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
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 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 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 length UTF-8 bytes from the byte stream or byte array and returns a string.
ready — Event in class fl.video.FLVPlayback
Dispatched when an FLV file is loaded and ready to display.
ready — Event in class fl.video.VideoPlayer
Event dispatched when an FLV file is loaded and ready to display.
READY — Constant static property in class fl.video.VideoEvent
Defines the value of the type property of a ready event object.
reason — Property in class fl.events.DataGridEvent
Gets the reason the itemEditEnd event was dispatched.
receiveAudio(flag:Boolean) — Method in class flash.net.NetStream
Specifies whether incoming audio plays on the stream.
receiveVideo(flagOrFPS) — Method in class flash.net.NetStream
Specifies whether incoming video will play on the stream.
reconnect() — Method in interface fl.video.INCManager
Called by the VideoPlayer object to ask for reconnection after the connection is lost.
reconnect() — Method in class fl.video.NCManager
Called by the VideoPlayer object to ask for reconnection after the connection is lost.
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.
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.
refreshPane() — Method in class fl.containers.ScrollPane
Reloads the contents of the scroll pane.
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:String, classObject:Class) — Package function in flash.net
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
registerFont(font:Class) — Static method in class flash.text.Font
Registers a font class in the global font list.
registerInstance(instance:fl.core:UIComponent) — Static method in class fl.managers.StyleManager
Registers a component instance with the style manager.
registrationHeight — Property in class fl.video.FLVPlayback
The height used to align the video content when autoresizing.
registrationHeight — Property in class fl.video.VideoPlayer
The height used to align the video content when autoresizing.
registrationWidth — Property in class fl.video.FLVPlayback
The width used to align the video content when autoresizing.
registrationWidth — Property in class fl.video.VideoPlayer
The width used to align the video content when autoresizing.
registrationX — Property in class fl.video.FLVPlayback
The x coordinate used to align the video content when autoresizing.
registrationX — Property in class fl.video.VideoPlayer
The x coordinate used to align the video content when autoresizing.
registrationY — Property in class fl.video.FLVPlayback
The y coordinate used to align the video content when autoresizing.
registrationY — Property in class fl.video.VideoPlayer
The y coordinate used to align the video content when autoresizing.
Regular — Class in package fl.transitions.easing
The Regular class defines three easing functions to implement accelerated motion with ActionScript animations.
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
The SWF file is from an Internet URL and operates under domain-based sandbox rules.
REMOVE — Constant static property in class fl.events.DataChangeType
Items were removed from the data provider.
removeAll() — Method in class fl.controls.ComboBox
Removes all items from the list.
removeAll() — Method in class fl.controls.SelectableList
Removes all items from the list.
removeAll() — Method in class fl.data.DataProvider
Removes all items from the data provider and dispatches a DataChangeType.REMOVE_ALL event.
REMOVE_ALL — Constant static property in class fl.events.DataChangeType
All items were removed from the data provider.
removeAllColumns() — Method in class fl.controls.DataGrid
Removes all columns from the DataGrid component.
removeASCuePoint(timeNameOrCuePoint) — Method in class fl.video.FLVPlayback
Removes an ActionScript cue point from the currently loaded FLV file.
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.
removeColumnAt(index:uint) — Method in class fl.controls.DataGrid
Removes the column that is located at the specified index of the columns array.
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
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
Defines the value of the type property of a removedFromStage event 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.
removeItem(item:Object) — Method in class fl.controls.ComboBox
Removes the specified item from the list.
removeItem(item:Object) — Method in class fl.controls.SelectableList
Removes the specified item from the list.
removeItem(item:Object) — Method in class fl.data.DataProvider
Removes the specified item from the data provider and dispatches a DataChangeType.REMOVE event.
removeItemAt(index:uint) — Method in class fl.controls.ComboBox
Removes the item at the specified index position.
removeItemAt(index:uint) — Method in class fl.controls.SelectableList
Removes the item at the specified index position.
removeItemAt(index:uint) — Method in class fl.data.DataProvider
Removes the item at the specified index and dispatches a DataChangeType.REMOVE event.
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.
removeRadioButton(radioButton:fl.controls:RadioButton) — Method in class fl.controls.RadioButtonGroup
Clears the RadioButton instance from the internal list of radio buttons.
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
Defines the value of the type property of a render event object.
RENDERER_STYLES — Constant static property in 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 in class flash.display.SpreadMethod
Specifies that the gradient use the repeat spread method.
repeatCount — Property in class fl.motion.Animator
Number of times to repeat the animation.
repeatCount — Property in class flash.utils.Timer
The total number of times the timer is set to run.
repeatDelay — Style in 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 in class fl.controls.LabelButton
The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event.
repeatDelay — Style in 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 in 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 in 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 in class fl.controls.ScrollBar
The number of milliseconds to wait after the buttonDown event is first dispatched before sending a second buttonDown event.
repeatInterval — Style in 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 in class fl.controls.LabelButton
The interval, in milliseconds, between buttonDown events that are dispatched after the delay that is specified by the repeatDelay style.
repeatInterval — Style in 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 in 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 in 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 in class fl.controls.ScrollBar
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 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.
REPLACE — Constant static property in class fl.events.DataChangeType
The items in the data provider were replaced by new items.
replaceItem(newItem:Object, oldItem:Object) — Method in class fl.data.DataProvider
Replaces an existing item with a new item and dispatches a DataChangeType.REPLACE event.
replaceItemAt(item:Object, index:uint) — Method in class fl.controls.ComboBox
Replaces the item at the specified index location with another item.
replaceItemAt(item:Object, index:uint) — Method in class fl.controls.SelectableList
Replaces the item at the specified index location with another item.
replaceItemAt(newItem:Object, index:uint) — Method in class fl.data.DataProvider
Replaces the item at the specified index and dispatches a DataChangeType.REPLACE event.
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 fl.controls.ProgressBar
Resets the progress bar for a new load operation.
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.
resizable — Property in class fl.controls.dataGridClasses.DataGridColumn
Indicates whether the user is allowed to change the width of the column.
resizableColumns — Property in class fl.controls.DataGrid
Indicates whether the user can change the size of the columns.
resize — Event in class fl.containers.UILoader
Dispatched after the component is resized.
resize — Event in class fl.controls.Label
Dispatched after there is a change in the width or height of the component.
resize — Event in class fl.core.UIComponent
Dispatched after the component is 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 fl.events.ComponentEvent
Defines the value of the type property of a resize event object.
RESIZE — Constant static property in class flash.events.Event
Defines the value of the type property of a resize event object.
RESIZING — Constant static property in class fl.video.VideoState
The video player is in the resizing state.
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.
restrict — Property in class fl.controls.ComboBox
Gets or sets the characters that a user can enter in the text field.
restrict — Property in class fl.controls.TextArea
Gets or sets the string of characters that the text field accepts from a user.
restrict — Property in class fl.controls.TextInput
Gets or sets the string of characters that the text field accepts from a user.
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 fl.motion.Animator
Resumes the animation after it has been paused by the pause() method.
resume() — Method in class fl.transitions.Tween
Resumes the play of a tweened animation that has been stopped.
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 Flash player after using System.pause().
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.
reverse() — Method in class Array
Reverses the array in place.
rewind() — Method in class fl.motion.Animator
Sets Flash Player to the first frame of the animation.
rewind(t:Number) — Method in class fl.transitions.Tween
Moves the play of a tweened animation back to its starting value.
rewind — Event in 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 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 fl.video.VideoEvent
Defines the value of the type property of a rewind event object.
REWINDING — Constant static property in class fl.video.VideoState
The video player is in the rewinding state.
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 fl.controls.ButtonLabelPlacement
The label appears to the right of the icon.
RIGHT — Constant static property in class fl.controls.ProgressBarDirection
Fill the progress bar from left to right.
RIGHT — Constant static property in class fl.video.VideoAlign
Specifies that the video is aligned to the right.
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).
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 fl.controls.SelectableList
Dispatched when the user rolls the pointer off of the component.
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 fl.controls.SelectableList
Dispatched when the user rolls the pointer over the component.
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.
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.
rotate(angle:Number) — Method in class flash.geom.Matrix
Applies a rotation transformation to the Matrix object.
Rotate — Class in package fl.transitions
The Rotate class rotates the movie clip object.
rotateAroundExternalPoint(m:flash.geom:Matrix, x:Number, y:Number, angleDegrees:Number) — Static method in 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 in class fl.motion.MatrixTransformer
Rotates a matrix about a point defined inside the matrix's transformation space.
rotateDirection — Property in class fl.motion.Keyframe
Controls how the target object rotates during a motion tween, with a value from the RotateDirection class.
RotateDirection — Class in package fl.motion
The RotateDirection class provides constant values for rotation behavior during a tween.
rotateTimes — Property in class fl.motion.Keyframe
Adds rotation to the target object during a motion tween, in addition to any existing rotation.
rotation — Property in 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 in class fl.motion.Source
Indicates the rotation value of the original object.
rotation — Property in class flash.display.DisplayObject
Indicates the rotation of the DisplayObject instance, in degrees, from its original orientation.
ROTATION — Constant static property in class fl.motion.Tweenables
Constant for the rotation property.
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.
row — Property in class fl.controls.listClasses.ListData
The row in which the data item is displayed.
rowCount — Property in 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 in class fl.controls.DataGrid
Gets or sets the number of rows that are at least partially visible in the list.
rowCount — Property in class fl.controls.List
Gets or sets the number of rows that are at least partially visible in the list.
rowCount — Property in class fl.controls.SelectableList
Gets the number of rows that are at least partially visible in the list.
rowCount — Property in class fl.controls.TileList
Gets or sets the number of rows that are at least partially visible in the list.
rowHeight — Property in class fl.controls.DataGrid
Gets or sets the height of each row in the DataGrid component, in pixels.
rowHeight — Property in class fl.controls.List
Gets or sets the height of each row in the list, in pixels.
rowHeight — Property in class fl.controls.TileList
Gets or sets the height that is applied to each row in the list, in pixels.
rowIndex — Property in class fl.events.ListEvent
Gets the row index of the item that is associated with this event.
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