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). | |
pageDomain — class Security | |
Get the page domain containing the swf. | |
PAGE_DOWN — class Keyboard | |
Constant associated with the key code value for the Page Down key (34). | |
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). | |
paintsDefaultBackground — class HTMLLoader | |
Specifies whether the background of the HTMLLoader document is opaque white (true) or not (false). | |
paletteMap(flash.display:BitmapData sourceBitmapData, flash.geom:Rectangle sourceRect, flash.geom:Point destPoint, Array redArray, Array greenArray, Array blueArray, Array alphaArray) — 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). | |
parameters — class SQLStatement | |
Serves as an associative array to which you add values for the parameters specified in the SQL statement's text property. | |
parent — class NativeMenu | |
The parent menu. | |
parent — class File | |
The directory that contains the file or directory referenced by this File object. | |
parent — class NetworkInterface | |
The NetworkInterface object representing the parent interface (if this interface has a parent). | |
parse(String inputString) — method, class CurrencyFormatter | |
Parses a string into a currency amount and a currency symbol. | |
parse(String parseString) — method, class NumberFormatter | |
Parses a string and returns a NumberParseResult object containing the parsed elements. | |
PARSE_ERROR — class LastOperationStatus | |
Indicates that the parsing of a number failed. | |
parseFloat(String str) — Package Function, Top Level | |
parseInt(String str, uint radix) — Package Function, Top Level | |
parseNumber(String parseString) — method, class NumberFormatter | |
Parses a string that contains only digits and optional whitespace characters and returns a Number. | |
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. | |
PASTE — class Event | |
The Event.PASTE constant defines the value of the type property of a paste event object. | |
path — class StatusFileUpdateEvent | |
The nativePath property of the update File object specified by the airFile parameter in a call to the installFromAIRFile() method. | |
PATTERN_SYNTAX_ERROR — class LastOperationStatus | |
Indicates that the pattern for formatting a number, date, or time is invalid. | |
pause() — Static Method , class System | |
Pauses Flash Player or the AIR Debug Launcher (ADL). | |
PAUSE — class Keyboard | |
Engage pause transport mode | |
pauseForGCIfCollectionImminent(Number imminence) — Static Method , class System | |
Advise the garbage collector that if the collector's imminence exceeds the function's imminence parameter then the collector should finish the incremental collection cycle. | |
pauseSampling() — Package Function, flash.sampler | |
PCMA — class SoundCodec | |
Specifies that the G.711 A-law codec be used for compressing audio. | |
PCMU — class SoundCodec | |
Specifies that the G.711 μ-law codec be used for compressing audio. | |
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. | |
PERIOD — class Keyboard | |
Constant associated with the key code value for the . | |
perlinNoise(Number baseX, Number baseY, uint numOctaves, int randomSeed, Boolean stitch, Boolean fractalNoise, uint channelOptions, Boolean grayScale, Array offsets) — method, class BitmapData | |
Generates a Perlin noise image. | |
physicalKeyboardType — class Keyboard | |
Indicates the type of physical keyboard provided by the computer or device, if any. | |
pixelAspectRatio — class Capabilities | |
Specifies the pixel aspect ratio of the screen. | |
pixelDissolve(flash.display:BitmapData sourceBitmapData, flash.geom:Rectangle sourceRect, flash.geom:Point destPoint, int randomSeed, int numPixels, uint fillColor) — method, class BitmapData | |
Performs a pixel dissolve either from a source image to a destination image or by using the same image. | |
placeLoadStringContentInApplicationSandbox — class HTMLLoader | |
Specifies whether content loaded via the loadString() method is put in the application sandbox (true) or in a non-application sandbox (false). | |
PLATFORM_API_FAILED — class LastOperationStatus | |
Indicates that an underlying platform API failed for an operation. | |
play(Number startTime, int loops, flash.media:SoundTransform sndTransform) — method, class Sound | |
Generates a new SoundChannel object to play back the sound. | |
PLAY — class Keyboard | |
Engage play transport mode | |
playerType — class Capabilities | |
Specifies the type of runtime environment. | |
PLAYLIST_SIGNING — class SignerTrustSettings | |
The certificate is trusted for signing playlists. | |
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(Number x, Number y) — Constructor, class Point | |
Creates a new point. | |
polar(Number len, Number angle) — 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. | |
pollInterval — class ServiceMonitor | |
The interval, in milliseconds, for polling the server. | |
port — class SocketMonitor | |
The port being monitored. | |
port — class SRVRecord | |
The port the service is using on the server. | |
position — class SampleDataEvent | |
The position of the data in the audio stream. | |
position — class FileStream | |
The current position in the file. | |
position — class SoundChannel | |
When the sound is playing, the position property indicates in milliseconds 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. | |
positiveCurrencyFormat — class CurrencyFormatter | |
A numeric value that indicates a formatting pattern for positive currency amounts. | |
POST — class URLRequestMethod | |
Specifies that the URLRequest object is a POST. | |
preference — class MXRecord | |
The priority of the mail exchange identified by this record. | |
prefixLength — class InterfaceAddress | |
The prefix length for this address. | |
preparing — Event, class NativeMenu | |
Dispatched by the NativeMenu object when a key equivalent is pressed and immediately before the menu is displayed. | |
preparing — Event, class NativeMenuItem | |
Dispatched by this NativeMenuItem object when its key equivalent is pressed and immediately before the containing menu is displayed. | |
PREPARING — class Event | |
The Event.PREPARING constant defines the value of the type property of a preparing event object. | |
present() — method, class Context3D | |
Displays the back rendering buffer. | |
preventDefault() — method, class Event | |
Cancels an event's default behavior if that behavior can be canceled. | |
PREVIOUS — class Keyboard | |
Skip to previous track or chapter | |
previousApplicationStorageDirectory — class ApplicationUpdater | |
The previous location of the application storage directory, if it changed after an update. | |
previousApplicationStorageDirectory — class ApplicationUpdaterUI | |
The previous location of the application storage directory, if it changed after an update. | |
previousVersion — class ApplicationUpdater | |
The previous version of the application. | |
previousVersion — class ApplicationUpdaterUI | |
The previous version of the application. | |
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. | |
PRINCIPAL_MISMATCH — class CertificateStatus | |
The certificate common name does not match the expected host name. | |
priority — class SRVRecord | |
The priority of the service host identified by this record. | |
privateMemory — class System | |
The entire amount of memory (in bytes) used by an application. | |
profile — class H264VideoStreamSettings | |
Profile used for H.264/AVC encoding. | |
Program3D — final class, package window.runtime.flash.display3D | |
The Program3D class represents a pair of rendering programs (also called "shaders") uploaded to the rendering context. | |
progress — Event, class ApplicationUpdater | |
Dispatched after the initialization is complete. | |
progress — Event, class ApplicationUpdaterUI | |
Dispatched after the initialization is complete. | |
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 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 ProgressEvent | |
Defines the value of the type property of a progress event object. | |
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(String type, Boolean bubbles, Boolean cancelable, Number bytesLoaded, Number bytesTotal) — Constructor, class ProgressEvent | |
Creates an Event object that contains information about progress events. | |
protocol — class NetConnection | |
The protocol used to establish the connection. | |
proxyType — class NetConnection | |
Determines which fallback methods are tried if an initial connection attempt to Flash Media Server fails. | |
ptrdName — class PTRRecord | |
The canonical domain name assigned to the query IP address. | |
PTRRecord — class, package window.runtime.flash.net.dns | |
The PTRRecord class represents a Domain Name System (DNS) PTR resource record containing a canonical domain name. | |
PTRRecord() — Constructor, class PTRRecord | |
Creates a PTR resource record. | |
publisherID — class NativeApplication | |
The publisher ID of this application. | |
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 |
Thu Sep 29 2011, 02:35 AM -07:00