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  
b — Property in class flash.geom.Matrix
The value in the first row and second column of the Matrix object, which affects the positioning of pixels along the y axis when rotating or skewing an image.
background — Property in class TextField
Specifies if the text field has a background fill.
backgroundColor — Property in class TextField
The color of the text field background.
BACKSPACE — Constant static property in class Key
The key code value for the Backspace key (8).
bandwidth — Property in class Camera
An integer that specifies the maximum amount of bandwidth the current outgoing video feed can use, in bytes.
beginBitmapFill(bmp:BitmapData, [matrix:Matrix], [repeat:Boolean], [smoothing:Boolean]) — Method in class MovieClip
Fills a drawing area with a bitmap image.
beginFill(rgb:Number, [alpha:Number]) — Method in class MovieClip
Indicates the beginning of a new drawing path.
beginGradientFill(fillType:String, colors:Array, alphas:Array, ratios:Array, matrix:Object, [spreadMethod:String], [interpolationMethod:String], [focalPointRatio:Number]) — Method in class MovieClip
Indicates the beginning of a new drawing path.
BevelFilter — Class in package flash.filters
The BevelFilter class lets you add a bevel effect to a variety of objects in Flash.
BevelFilter([distance:Number], [angle:Number], [highlightColor:Number], [highlightAlpha:Number], [shadowColor:Number], [shadowAlpha:Number], [blurX:Number], [blurY:Number], [strength:Number], [quality:Number], [type:String], [knockout:Boolean]) — Constructor in class flash.filters.BevelFilter
Initializes a new BevelFilter instance with the specified parameters.
bias — Property in class flash.filters.ConvolutionFilter
Bias to add to the result of the matrix transformation.
BitmapData — Class in package flash.display
The BitmapData class lets you create arbitrarily sized transparent or opaque bitmap images and manipulate them in various ways at runtime.
BitmapData(width:Number, height:Number, [transparent:Boolean], [fillColor:Number]) — Constructor in class flash.display.BitmapData
Creates a BitmapData object with a specified width and height.
BitmapFilter — Class in package flash.filters
The BitmapFilter base class for all image filter effects.
blendMode — Property in class Button
The blend mode for the button.
blendMode — Property in class MovieClip
The blend mode for this movie clip.
blockIndent — Property in class TextFormat
A number that indicates the block indentation in points.
blueMultiplier — Property in class flash.geom.ColorTransform
A decimal value that is multiplied by the blue channel value.
blueOffset — Property in class flash.geom.ColorTransform
A number from -255 to 255 that is added to the blue channel value after it has been multiplied by the blueMultiplier value.
BlurFilter — Class in package flash.filters
The BlurFilter class lets you apply a blur visual effect to a variety of objects in Flash.
BlurFilter([blurX:Number], [blurY:Number], [quality:Number]) — Constructor in class flash.filters.BlurFilter
Initializes the filter with the specified parameters.
blurX — Property in class flash.filters.BevelFilter
The amount of horizontal blur in pixels.
blurX — Property in class flash.filters.BlurFilter
The amount of horizontal blur.
blurX — Property in class flash.filters.DropShadowFilter
The amount of horizontal blur.
blurX — Property in class flash.filters.GlowFilter
The amount of horizontal blur.
blurX — Property in class flash.filters.GradientBevelFilter
The amount of horizontal blur.
blurX — Property in class flash.filters.GradientGlowFilter
The amount of horizontal blur.
blurY — Property in class flash.filters.BevelFilter
The amount of vertical blur in pixels.
blurY — Property in class flash.filters.BlurFilter
The amount of vertical blur.
blurY — Property in class flash.filters.DropShadowFilter
The amount of vertical blur.
blurY — Property in class flash.filters.GlowFilter
The amount of vertical blur.
blurY — Property in class flash.filters.GradientBevelFilter
The amount of vertical blur.
blurY — Property in class flash.filters.GradientGlowFilter
The amount of vertical blur.
bold — Property in class TextFormat
A Boolean value that specifies whether the text is boldface.
Boolean — Class in Top Level
The Boolean class is a wrapper object with the same functionality as the standard JavaScript Boolean object.
Boolean([value:Object]) — Constructor in class Boolean
Creates a Boolean object.
Boolean(expression:Object) — Global function
Converts the parameter expression to a Boolean value and returns true or false.
border — Property in class TextField
Specifies if the text field has a border.
borderColor — Property in class TextField
The color of the text field border.
bottom — Property in class flash.geom.Rectangle
The sum of the y and height properties.
bottomRight — Property in class flash.geom.Rectangle
The location of the Rectangle object's bottom-right corner, determined by the values of the x and y properties.
bottomScroll — Property in class TextField
An integer (one-based index) that indicates the bottommost line that is currently visible the text field.
break — Statement
Appears within a loop (for , for..in, do..while or while) or within a block of statements associated with a particular case within a switch statement.
broadcastMessage(eventName:String) — Method in class AsBroadcaster
Sends an event message to each object in the list of listeners.
browse([typelist:Array]) — Method in class flash.net.FileReference
Displays a file-browsing dialog box in which the user can select a local file to upload.
browse([typelist:Array]) — Method in class flash.net.FileReferenceList
Displays a file-browsing dialog box in which the user can select one or more local files to upload.
bufferLength — Property in class NetStream
The number of seconds of data currently in the buffer.
bufferTime — Property in class NetStream
The number of seconds assigned to the buffer by NetStream.setBufferTime().
builtInItems — Property in class ContextMenu
An object that has the following Boolean properties: zoom, quality, play, loop, rewind, forward_back, and print.
bullet — Property in class TextFormat
A Boolean value that indicates that the text is part of a bulleted list.
Button — Class in Top Level
All button symbols in a SWF file are instances of the Button object.
bytesLoaded — Property in class NetStream
The number of bytes of data that have been loaded into the player.
bytesTotal — Property in class NetStream
The total size in bytes of the file being loaded into the player.