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  
package — Statement
Allows you to organize your code into discrete groups that can be imported by other scripts.
PAD — Constant static property in class flash.display.SpreadMethod
Specifies that the gradient use the pad spread method.
PAGE_DOWN — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Page Down key (34).
pageHeight — Property in class flash.printing.PrintJob
The height of the actual printable area on the page, in points.
PAGE_UP — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Page Up key (33).
pageWidth — Property in class flash.printing.PrintJob
The width of the actual printable area on the page, in points.
paletteMap(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, redArray:Array, greenArray:Array, blueArray:Array, alphaArray:Array) — Method in class flash.display.BitmapData
Remaps the color channel values in an image that has up to four arrays of color palette data, one for each channel.
pan — Property in class flash.media.SoundTransform
The left-to-right panning of the sound, ranging from -1 (full pan left) to 1 (full pan right).
paperHeight — Property in class flash.printing.PrintJob
The overall paper height, in points.
paperWidth — Property in class flash.printing.PrintJob
The overall paper width, in points.
parameters — Property in class flash.display.LoaderInfo
An object that contains name-value pairs that represent the parameters provided to the loaded SWF file.
parent() — Method in class XML
Returns the parent of the XML object.
parent() — Method in class XMLList
Returns the parent of the XMLList object if all items in the XMLList object have the same parent.
parent — Property in class flash.display.DisplayObject
Indicates the DisplayObjectContainer object that contains this display object.
parentAllowsChild — Property in class flash.display.LoaderInfo
Expresses the trust relationship from Loader (parent) to the content (child).
parentDomain — Property in class flash.system.ApplicationDomain
Gets the parent domain of this application domain.
parentNode — Property in class flash.xml.XMLNode
An XMLNode value that references the parent node of the specified XML object, or returns null if the node has no parent.
parse(date:String) — Static method in class Date
Converts a string representing a date into a number equaling the number of milliseconds elapsed since January 1, 1970, UTC.
parseCSS(CSSText:String) — Method in class flash.text.StyleSheet
Parses the CSS in CSSText and loads the style sheet with it.
parseFloat(str) — Package function in Top Level
Converts a string to a floating-point number.
parseInt(str, radix) — Package function in Top Level
Converts a string to an integer.
parseXML(source:String) — Method in class flash.xml.XMLDocument
Parses the XML text specified in the value parameter, and populates the specified XMLDocument object with the resulting XML tree.
pause() — Method in class flash.net.NetStream
Pauses playback of a video stream.
PENDING — Constant static property in class flash.net.SharedObjectFlushStatus
Indicates that the user is being prompted to increase disk space for the shared object before the flush can occur.
perlinNoise(baseX:Number, baseY:Number, numOctaves:uint, randomSeed:int, stitch:Boolean, fractalNoise:Boolean, channelOptions:uint, grayScale:Boolean, offsets:Array) — Method in class flash.display.BitmapData
Generates a Perlin noise image.
PI — Constant static property in class Math
A mathematical constant for the ratio of the circumference of a circle to its diameter, expressed as pi, with a value of 3.141592653589793.
PIXEL — Constant static property in class flash.text.GridFitType
Strong horizontal and vertical lines are fit to the pixel grid.
pixelAspectRatio — Static property in class flash.system.Capabilities
Specifies the pixel aspect ratio of the screen.
pixelBounds — Property in class flash.geom.Transform
A Rectangle object that defines the bounding rectangle of the display object on the Stage.
pixelDissolve(sourceBitmapData:flash.display:BitmapData, sourceRect:flash.geom:Rectangle, destPoint:flash.geom:Point, randomSeed:int, numPixels:int, fillColor:uint) — Method in class flash.display.BitmapData
Performs a pixel dissolve either from a source image to a destination image or by using the same image.
pixelSnapping — Property in class flash.display.Bitmap
Controls whether or not the Bitmap object is snapped to the nearest pixel.
PixelSnapping — Final class in package flash.display
The PixelSnapping class is an enumeration of constant values for setting the pixel snapping options via the pixelSnapping property of a Bitmap object.
play() — Method in class flash.display.MovieClip
Moves the playhead in the timeline of the movie clip.
play(startTime:Number, loops:int, sndTransform:flash.media:SoundTransform) — Method in class flash.media.Sound
Generates a new SoundChannel object to play back the sound.
play(... rest) — Method in class flash.net.NetStream
Begins playback of an external video (FLV) file.
play — Property in class flash.ui.ContextMenuBuiltInItems
The Play menu item lets the user start a paused SWF file(does not appear for a single-frame SWF file).
playerType — Static property in class flash.system.Capabilities
Specifies the type of player.
Point — Class in package flash.geom
The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.
Point(x:Number, y:Number) — Constructor in class flash.geom.Point
Creates a new point.
polar(len:Number, angle:Number) — Static method in class flash.geom.Point
Converts a pair of polar coordinates to a Cartesian point coordinate.
pop() — Method in class Array
Removes the last element from an array and returns the value of that element.
PORTRAIT — Constant static property in class flash.printing.PrintJobOrientation
The portrait image orientation for printing.
position — Property in class flash.media.SoundChannel
The current position of the playhead within the sound.
position — Property in class flash.utils.ByteArray
Moves, or returns the current position, in bytes, of the file pointer into the ByteArray object.
POSITIVE_INFINITY — Constant static property in class Number
Specifies the IEEE-754 value representing positive infinity.
POST — Constant static property in class flash.net.URLRequestMethod
Specifies that the URLRequest is a POST.
pow(val1:Number, val2:Number) — Static method in class Math
Computes and returns val1 to the power of val2.
prefix — Property in class Namespace
The prefix of the namespace.
prefix — Property in class flash.xml.XMLNode
The prefix portion of the XML node name.
prependChild(value:Object) — Method in class XML
Inserts a copy of the provided child object into the XML element before any existing XML properties for that element.
preserveAlpha — Property in class flash.filters.ConvolutionFilter
Indicates if the alpha channel is preserved without the filter effect or if the convolution filter is applied to the alpha channel as well as the color channels.
prettyIndent — Static property in class XML
Determines the amount of indentation applied by the toString() and toXMLString() methods when the XML.prettyPrinting property is set to true.
prettyPrinting — Static property in class XML
Determines whether the toString() and toXMLString() methods normalize white space characters between some tags.
preventDefault() — Method in class flash.events.Event
Cancels an event's default behavior if that behavior can be cancelled.
prevFrame() — Method in class flash.display.MovieClip
Sends the playhead to the previous frame and stops it.
previousSibling — Property in class flash.xml.XMLNode
An XMLNode value that references the previous sibling in the parent node's child list.
prevScene() — Method in class flash.display.MovieClip
Moves the playhead to the previous scene of the MovieClip instance.
print — Property in class flash.ui.ContextMenuBuiltInItems
The Print menu item lets the user send the displayed frame image to a printer.
printAsBitmap — Property in class flash.printing.PrintJobOptions
Specifies whether the content in the print job is printed as a bitmap or as a vector.
PrintJob — Class in package flash.printing
The PrintJob class lets you create content and print it to one or more pages.
PrintJob() — Constructor in class flash.printing.PrintJob
Creates a PrintJob object that you can use to print one or more pages.
PrintJobOptions — Class in package flash.printing
The PrintJobOptions class contains properties to use with the options parameter of the PrintJob.addPage() method.
PrintJobOptions(printAsBitmap:Boolean) — Constructor in class flash.printing.PrintJobOptions
Creates a new PrintJobOptions object.
PrintJobOrientation — Final class in package flash.printing
This class provides values that are used by the PrintJob.orientation property for the image position of a printed page.
PRIVACY — Constant static property in class flash.system.SecurityPanel
When passed to Security.showSettings(), displays the Privacy Settings panel in Flash Player Settings.
private — Statement
Specifies that a variable, constant, method or namespace is available only to the class that defines it.
processingInstructions(name:String) — Method in class XML
If a name parameter is provided, lists all the children of the XML object that contain processing instructions with that name.
processingInstructions(name:String) — Method in class XMLList
If a name parameter is provided, lists all the children of the XMLList object that contain processing instructions with that name.
progress — Event in class flash.display.LoaderInfo
Dispatched when a load operation starts and is ongoing.
progress — Event in class flash.media.Sound
Dispatched when a load operation starts and is ongoing.
progress — Event in class flash.net.FileReference
Dispatched periodically during the file upload or download operation.
progress — Event in class flash.net.URLLoader
Flash Player dispatches the progress event when data is received as the download operation progresses.
progress — Event in class flash.net.URLStream
Data that has been received can be read immediately using the methods of the URLStream class.
progress — Event in class flash.net.XMLSocket
Dispatched when a load operation starts and is ongoing.
PROGRESS — Constant static property in class flash.events.ProgressEvent
Dispatched when a load operation starts and is ongoing.
ProgressEvent — Class in package flash.events
Flash Player dispatches ProgressEvent objects when a load operation has begun or a socket has received data.
ProgressEvent(type:String, bubbles:Boolean, cancelable:Boolean, bytesLoaded:uint, bytesTotal:uint) — Constructor in class flash.events.ProgressEvent
Creates an Event object that contains information about progress events.
propertyIsEnumerable(name:String) — Method in class Object
Indicates whether the specified property exists and is enumerable.
propertyIsEnumerable(p:String) — Method in class XML
Checks whether the property p is in the set of properties that can be iterated in a for..in statement applied to the XML object.
propertyIsEnumerable(p:String) — Method in class XMLList
Checks whether the property p is in the set of properties that can be iterated in a for..in statement applied to the XMLList object.
protected — Statement
Specifies that a variable, constant or method is available only to the class that defines it, and any subclasses of that class
prototype — Static property in class Object
A reference to the prototype object of a class or function object.
Proxy — Class in package flash.utils
The Proxy class lets you override the default behavior of ActionScript operations (such as retrieving and modifying properties) on an object.
proxyType — Property in class flash.net.NetConnection
Determines if native SSL is used for RTMPS instead of HTTPS, and the CONNECT method is used to connect through a proxy server.
public — Statement
Specifies that a class, variable, constant or method is available to any caller.
publish(name:String, type:String) — Method in class flash.net.NetStream
Sends streaming audio, video, and text messages from a client to a server, such as Flash Media Server, optionally recording the stream during transmission.
push(... rest) — Method in class Array
Adds one or more elements to the end of an array and returns the new length of the array.
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