| 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 |
| P — class Keyboard |
|
Constant associated with the key code value for the P key (80). |
| package — Statement |
| Allows you to organize your code into discrete groups that can be imported by other scripts. |
| PAD — class SpreadMethod |
|
Specifies that the gradient use the pad spread method. |
| PAGE_DOWN — class Keyboard |
|
Constant associated with the key code value for the Page Down key (34). |
| pageHeight — class PrintJob |
|
The height of the actual printable area on the page, in points. |
| pageScrollSize — class ScrollBar |
|
Gets or sets a value that represents the increment by which the page is scrolled
when the scroll bar track is pressed. |
| pageSize — class ScrollBar |
|
Gets or sets the number of lines that a page contains. |
| pageSize — class SQLConnection |
|
Indicates the database page size (in bytes) that was specified when the current database
was originally created (the value that was specified for the pageSize
parameter in the open() or openAsync() call that created the
database). |
| PAGE_UP — class Keyboard |
|
Constant associated with the key code value for the Page Up key (33). |
| pageWidth — class PrintJob |
|
The width of the actual printable area on the page, in points. |
| paintsDefaultBackground — class HTMLLoader |
|
Specifies whether the background of the HTMLLoader document is opaque white (true) or
not (false). |
| paletteMap(, , , , , , ) — method, class BitmapData |
|
Remaps the color channel values in an image that has up to four arrays of color palette data, one
for each channel. |
| pan — class SoundTransform |
|
The left-to-right panning of the sound, ranging from -1 (full pan left)
to 1 (full pan right). |
| paperHeight — class PrintJob |
|
The overall paper height, in points. |
| paperWidth — class PrintJob |
|
The overall paper width, in points. |
| parameters — class FunctionEase |
|
An optional array of values to be passed to the easing function as additional arguments. |
| parameters — class SQLStatement |
|
Serves as an associative array to which you add values for the
parameters specified in the SQL statement's
text property. |
| parameters — class LoaderInfo |
|
An object that contains name-value pairs that represent the parameters provided
to the loaded SWF file. |
| parent() — method, class XML |
|
Returns the parent of the XML object. |
| parent() — method, class XMLList |
|
Returns the parent of the XMLList object if all items in the XMLList object have the same parent. |
| parent — class DisplayObject |
|
Indicates the DisplayObjectContainer object that contains this display object. |
| parent — class NativeMenu |
|
The parent menu. |
| parent — class File |
|
The directory that contains the file or directory referenced by this File object. |
| parentAllowsChild — class LoaderInfo |
|
Expresses the trust relationship from Loader (parent) to the content (child). |
| parentDomain — class ApplicationDomain |
|
Gets the parent domain of this application domain. |
| parentNode — class XMLNode |
|
An XMLNode value that references the parent node of the specified XML object, or returns
null if the node has no parent. |
| parentSandboxBridge — class LoaderInfo |
|
A object that can be set by code in the Loader object's sandbox to expose properties and methods that can be accessed
by the loaded content's code. |
| parse() — Static Method , class Date |
|
Converts a string representing a date into a number equaling the number of milliseconds
elapsed since January 1, 1970, UTC. |
| parseCSS() — method, class StyleSheet |
|
Parses the CSS in CSSText and loads the style sheet with it. |
| parseFloat() — Package Function, Top Level |
|
Converts a string to a floating-point number. |
| parseInt(, ) — Package Function, Top Level |
|
Converts a string to an integer. |
| parseXML() — method, class XMLDocument |
|
Parses the XML text specified in the value parameter
and populates the specified XMLDocument object with the resulting XML tree. |
| passwordPrompt — class DRMAuthenticateEvent |
|
A prompt for a password credential, provided by the server. |
| paste() — method, class NativeApplication |
|
Invokes an internal paste command on the focused display object. |
| pause() — method, class Animator |
|
Pauses the animation until you call the resume() method. |
| pause() — method, class FLVPlayback |
|
Pauses playing the video stream. |
| pause() — method, class VideoPlayer |
|
Pauses video playback. |
| pause() — method, class NetStream |
|
Pauses playback of a video stream. |
| pause() — Static Method , class System |
|
Pauses Flash Player or the AIR Debug Launcher (ADL). |
| pauseButton — class FLVPlayback |
|
Pause button control. |
| paused — class FLVPlayback |
|
A Boolean value that is true if the FLV file is in a paused state. |
| PAUSED — class VideoState |
|
The video player is in the paused state. |
| pausedStateEntered — Event, class FLVPlayback |
|
Dispatched when the player enters the paused state. |
| PAUSED_STATE_ENTERED — class VideoEvent |
|
Defines the value of the type property of a pausedStateEntered
event object. |
| pauseSampling() — Package Function, flash.sampler |
|
Stops the sampling process momentarily. |
| pdfCapability — class HTMLLoader |
|
The type of PDF support on the user's system, defined as an integer code value. |
| PENDING — class SharedObjectFlushStatus |
|
Indicates that the user is being prompted to increase disk space for the shared object
before the flush can occur. |
| percentComplete — class ProgressBar |
|
Gets a number between 0 and 100 that indicates the percentage
of the content has already loaded. |
| percentLoaded — class ScrollPane |
|
Gets a number between 0 and 100 indicating what percentage of the content is loaded. |
| percentLoaded — class UILoader |
|
Gets a number between 0 and 100 indicating what percentage of the content is loaded. |
| PERIOD — class Keyboard |
|
Constant associated with the key code value for the . |
| perlinNoise(, , , , , , , , ) — method, class BitmapData |
|
Generates a Perlin noise image. |
| Photo — class, package window.runtime.fl.transitions |
|
Makes the movie clip object appear or disappear like a photographic flash. |
| PI — 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 — class GridFitType |
|
Fits strong horizontal and vertical lines to the pixel grid. |
| pixelAspectRatio — class Capabilities |
|
Specifies the pixel aspect ratio of the screen. |
| pixelBounds — class Transform |
|
A Rectangle object that defines the bounding rectangle of the display object on the Stage. |
| pixelDissolve(, , , , , ) — method, class BitmapData |
|
Performs a pixel dissolve either from a source image to a destination image or by using the same image. |
| PixelDissolve — class, package window.runtime.fl.transitions |
|
The PixelDissolve class reveals reveals the movie clip object by using randomly appearing or disappearing rectangles
in a checkerboard pattern. |
| pixelSnapping — class Bitmap |
|
Controls whether or not the Bitmap object is snapped to the nearest pixel. |
| PixelSnapping — final class, package window.runtime.flash.display |
|
The PixelSnapping class is an enumeration of constant values for setting the pixel snapping options
by using the pixelSnapping property of a Bitmap object. |
| play() — method, class Animator |
|
Begins the animation. |
| play(, , ) — method, class FLVPlayback |
|
Plays the video stream. |
| play(, , ) — method, class VideoPlayer |
|
Causes the video to play. |
| play() — method, class MovieClip |
|
Moves the playhead in the timeline of the movie clip. |
| play(, , ) — method, class Sound |
|
Generates a new SoundChannel object to play back the sound. |
| play() — method, class NetStream |
|
Begins playback of video files. |
| play — class ContextMenuBuiltInItems |
|
Lets the user start a paused SWF file (does not appear for a single-frame SWF file). |
| playButton — class FLVPlayback |
|
Play button control. |
| playerType — class Capabilities |
|
Specifies the type of runtime environment. |
| playheadPercentage — class FLVPlayback |
|
A number that specifies the current playheadTime as a percentage of the
totalTime property. |
| playheadTime — class FLVPlayback |
|
A number that is the current playhead time or position, measured in seconds,
which can be a fractional value. |
| playheadTime — class VideoEvent |
|
A number that is the current playhead time or position, measured in seconds,
which can be a fractional value. |
| playheadTime — class VideoPlayer |
|
A number that is the current playhead time or position, measured in seconds,
which can be a fractional value. |
| playheadUpdate — Event, class FLVPlayback |
|
Dispatched while the FLV file is playing at the frequency specified by the
playheadUpdateInterval property or when rewinding starts. |
| playheadUpdate — Event, class VideoPlayer |
|
Dispatched while the FLV file is playing at the frequency specified by the
playheadUpdateInterval property or when rewinding starts. |
| PLAYHEAD_UPDATE — class VideoEvent |
|
Defines the value of the type property of a playheadUpdate
event object. |
| playheadUpdateInterval — class FLVPlayback |
|
A number that is the amount of time, in milliseconds, between each
playheadUpdate event. |
| playheadUpdateInterval — class VideoPlayer |
|
A number that is the amount of time, in milliseconds, between each
playheadUpdate event. |
| playing — class FLVPlayback |
|
A Boolean value that is true if the FLV file is in the playing state. |
| PLAYING — class VideoState |
|
The video player is in the playing state. |
| playingStateEntered — Event, class FLVPlayback |
|
Dispatched when the playing state is entered. |
| PLAYING_STATE_ENTERED — class VideoEvent |
|
Defines the value of the type property of a playingStateEntered
event object. |
| PLAYLIST_SIGNING — class SignerTrustSettings |
|
The certificate is trusted for signing playlists. |
| playPauseButton — class FLVPlayback |
|
Play/pause button control. |
| playWhenEnoughDownloaded() — method, class FLVPlayback |
|
Plays the FLV file when enough of it has downloaded. |
| playWhenEnoughDownloaded() — method, class VideoPlayer |
|
Plays the FLV file when enough of it has downloaded. |
| Point — class, package window.runtime.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(, ) — Constructor, class Point |
|
Creates a new point. |
| points — class BezierEase |
|
An ordered collection of points in the custom easing curve. |
| points — class CustomEase |
|
An ordered collection of points in the custom easing curve. |
| polar(, ) — Static Method , class Point |
|
Converts a pair of polar coordinates to a Cartesian point coordinate. |
| policies — class DRMStatusEvent |
|
A custom object of the DRM status event. |
| POLLED — class ProgressBarMode |
|
Progress is updated by polling the source. |
| pollInterval — class ServiceMonitor |
|
The interval, in milliseconds, for polling the server. |
| pop() — method, class Array |
|
Removes the last element from an array and returns the value of that element. |
| port — class SocketMonitor |
|
The port being monitored. |
| PORTRAIT — class PrintJobOrientation |
|
The portrait (vertical) image orientation for printing. |
| position — class ScrollEvent |
|
Gets the current scroll position, in pixels. |
| position — class Tween |
|
The current value of the target object property being tweened. |
| position — class TweenEvent |
|
The value of the property controlled by the Tween, when the event occurred. |
| position — class FileStream |
|
The current position in the file. |
| position — class SoundChannel |
|
When the sound is playing, the position property indicates the current point
that is being played in the sound file. |
| position — class ByteArray |
|
Moves, or returns the current position, in bytes, of the file
pointer into the ByteArray object. |
| positionMatrix — class Animator |
|
The Matrix object that applies an overall transformation to the motion path. |
| POSITIVE_INFINITY — class Number |
|
Specifies the IEEE-754 value representing positive infinity. |
| POST — class URLRequestMethod |
|
Specifies that the URLRequest object is a POST. |
| pow(, ) — Static Method , class Math |
|
Computes and returns val1 to the power of val2. |
| preDataChange — Event, class DataProvider |
|
Dispatched before the data is changed. |
| PRE_DATA_CHANGE — class DataChangeEvent |
|
Defines the value of the type property of a preDataChange
event object. |
| preferredHeight — class FLVPlayback |
|
A number that specifies the height of the source FLV file. |
| preferredWidth — class FLVPlayback |
|
Gives the width of the source FLV file. |
| prefix — class Namespace |
|
The prefix of the namespace. |
| prefix — class XMLNode |
|
The prefix portion of the XML node name. |
| prependChild() — method, class XML |
|
Inserts a copy of the provided child object into the XML element before any existing XML
properties for that element. |
| preserveAlpha — class 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 — class XML |
|
Determines the amount of indentation applied by
the toString() and toXMLString() methods when
the XML.prettyPrinting property is set to true. |
| prettyPrinting — class XML |
|
Determines whether the toString()
and toXMLString() methods normalize white space characters between some tags. |
| preventDefault() — method, class Event |
|
Cancels an event's default behavior if that behavior can be canceled. |
| prevFrame() — method, class Tween |
|
Plays the previous frame of the tweened animation from the current stopping point of an
animation that was stopped. |
| prevFrame() — method, class MovieClip |
|
Sends the playhead to the previous frame and stops it. |
| preview — class FLVPlayback |
|
Only for live preview. |
| previousSibling — class XMLNode |
|
An XMLNode value that references the previous sibling in the parent node's child list. |
| previousValue — class NumericStepper |
|
Gets the previous value in the sequence of values. |
| prevScene() — method, class MovieClip |
|
Moves the playhead to the previous scene of the MovieClip instance. |
| primaryKey — class SQLColumnSchema |
|
Indicates whether this column is the primary key column (or one of the primary key columns
in a composite key) for its associated table. |
| print — class ContextMenuBuiltInItems |
|
Lets the user send the displayed frame image to a printer. |
| printAsBitmap — class PrintJobOptions |
|
Specifies whether the content in the print job is printed as a bitmap or as a vector. |
| PrintJob — class, package window.runtime.flash.printing |
|
The PrintJob class lets you create content and print it to one or
more pages. |
| PrintJob() — Constructor, class PrintJob |
|
Creates a PrintJob object that you can use to print one or more pages. |
| PrintJobOptions — class, package window.runtime.flash.printing |
|
The PrintJobOptions class contains properties to use with the
options parameter of the PrintJob.addPage() method. |
| PrintJobOptions() — Constructor, class PrintJobOptions |
|
Creates a new PrintJobOptions object. |
| PrintJobOrientation — final class, package window.runtime.flash.printing |
|
This class provides values that are used by the PrintJob.orientation property for the image position of a printed page. |
| PRIVACY — class 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() — method, class XML |
|
If a name parameter is provided, lists all the children of the XML object
that contain processing instructions with that name. |
| processingInstructions() — method, 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, class ScrollPane |
|
Dispatched while content is loading. |
| progress — Event, class UILoader |
|
Dispatched when content is loading. |
| progress — Event, class ProgressBar |
|
Dispatched as content loads in event mode or polled mode. |
| progress — Event, class FLVPlayback |
|
Indicates progress made in number of bytes downloaded. |
| progress — Event, class FLVPlaybackCaptioning |
|
Dispatched when data is received as the download of the
Timed Text XML file progresses. |
| progress — Event, class VideoPlayer |
|
Indicates progress made in number of bytes downloaded. |
| progress — Event, class LoaderInfo |
|
Dispatched when data is received as the download operation progresses. |
| progress — Event, class FileStream |
|
Signals the availability of new data on the stream. |
| progress — Event, class Sound |
|
Dispatched when data is received as a load operation progresses. |
| progress — Event, class FileReference |
|
Dispatched periodically during the file upload or download operation. |
| progress — Event, class URLLoader |
|
Dispatched when data is received as the download operation progresses. |
| progress — Event, class URLStream |
|
Dispatched when data is received as the download operation progresses. |
| PROGRESS — class VideoProgressEvent |
|
Defines the value of the type property of a progress event object. |
| PROGRESS — class ProgressEvent |
|
Defines the value of the type property of a progress event object. |
| ProgressBar — class, package window.runtime.fl.controls |
|
The ProgressBar component displays the progress of content that is
being loaded. |
| ProgressBar() — Constructor, class ProgressBar |
|
Creates a new ProgressBar component instance. |
| ProgressBarDirection — class, package window.runtime.fl.controls |
|
The ProgressBarDirection class defines the values for the direction
property of the ProgressBar class. |
| ProgressBarMode — class, package window.runtime.fl.controls |
|
The ProgressBarMode class defines the values for the mode
property of the ProgressBar class. |
| ProgressEvent — class, package window.runtime.flash.events |
|
A ProgressEvent object is dispatched when a load operation has begun or a socket has received data. |
| ProgressEvent(, , , , ) — Constructor, class ProgressEvent |
|
Creates an Event object that contains information about progress events. |
| progressInterval — class FLVPlayback |
|
A number that is the amount of time, in milliseconds, between each progress
event. |
| progressInterval — class VideoPlayer |
|
A number that is the amount of time, in milliseconds, between each
progress event. |
| prompt — class ComboBox |
|
Gets or sets the prompt for the ComboBox component. |
| prop — class Tween |
|
The name of the property affected by the tween of the target object. |
| propertyIsEnumerable() — method, class Object |
|
Indicates whether the specified property exists and is enumerable. |
| propertyIsEnumerable() — method, 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() — method, 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, method, or namespace is available only to the class that defines it and to any subclasses of that class. |
| prototype — class Object |
|
A reference to the prototype object of a class or function object. |
| Proxy — class, package window.runtime.flash.utils |
|
The Proxy class lets you
override the default behavior of ActionScript operations
(such as retrieving and modifying properties) on an object. |
| proxyType — class NetConnection |
|
Determines which fallback methods are tried if an
initial connection attempt to the server fails. |
| public — Statement |
| Specifies that a class, variable, constant or method is available to any caller. |
| publish(, ) — method, class NetStream |
|
Sends streaming audio, video, and text messages from a client to Flash Media Server,
optionally recording the stream during transmission. |
| publisherID — class NativeApplication |
|
The publisher ID of this application. |
| push() — method, class Array |
|
Adds one or more elements to the end of an array and returns the new length of the array. |
| PUT — class URLRequestMethod |
|
Specifies that the URLRequest object is a PUT. |
|
| 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 |