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  
V — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the V key (86).
VAI — Constant static property in class flash.globalization.NationalDigitsType
Represents the Unicode value for the zero digit of the Vai digit set.
VALID — Constant static property in class flash.security.SignatureStatus
Valid status.
VALID — Constant static property in class flash.text.engine.TextLineValidity
Specifies that the text line is valid.
VALID_IDENTITY — Constant static property in class flash.security.ReferencesValidationSetting
Only check references if the signing certificate is valid and trusted.
validity — Property in class flash.text.engine.TextLine
Specifies the current validity of the text line.
validityStatus — Property in class flash.security.XMLSignatureValidator
The validity status of a verified XML signature.
validNotAfter — Property in class flash.security.X509Certificate
Indicates the date on which the certificate's validity period ends.
validNotBefore — Property in class flash.security.X509Certificate
Indicates the date on which the certificate's validity period begins.
VALID_OR_UNKNOWN_IDENTITY — Constant static property in class flash.security.ReferencesValidationSetting
Check references even if the signing certificate is untrusted (does not chain to a known trusted root).
value — Property in class flash.display.ShaderParameter
The value or values that are passed in as the parameter value to the shader.
value — Property in class flash.globalization.CurrencyParseResult
The currency amount value that was extracted from the input string.
value — Property in class flash.globalization.NumberParseResult
The value of the numeric portion of the input string.
value — Property in class flash.net.URLRequestHeader
The value associated with the name property (such as text/plain).
value — Property in class flash.ui.GameInputControl
Returns the value for this control.
valueOf() — Method in class Boolean
Returns true if the value of the specified Boolean object is true; false otherwise.
valueOf() — Method in class Date
Returns the number of milliseconds since midnight January 1, 1970, universal time, for a Date object.
valueOf() — Method in class float
Returns the primitive value type of the specified float object.
valueOf() — Method in class int
Returns the primitive value of the specified int object.
valueOf() — Method in class Namespace
Returns the URI value of the specified object.
valueOf() — Method in class Number
Returns the primitive value type of the specified Number object.
valueOf() — Method in class Object
Returns the primitive value of the specified object.
valueOf() — Method in class QName
Returns the QName object.
valueOf() — Method in class String
Returns the primitive value of a String instance.
valueOf() — Method in class uint
Returns the primitive uint type value of the specified uint object.
valueOf() — Method in class XML
Returns the XML object.
valueOf() — Method in class XMLList
Returns the XMLList object.
valueOf() — Method in class flash.external.HostObject
Implement valueOf() by calling the host object's valueOf() method if available; if not, return this instance to indicate the absence of a primitive value.
var — Statement
Specifies a variable.
VARIABLES — Constant static property in class flash.net.URLLoaderDataFormat
Specifies that downloaded data is received as URL-encoded variables.
vector — Property in class flash.events.ShaderEvent
The Vector.<Number> object that was passed to the ShaderJob.start() method.
Vector — Dynamic class in Top Level
The Vector class lets you access and manipulate a vector — an array whose elements all have the same data type.
Vector(sourceArray) — Package function in Top Level
Creates a new Vector instance whose elements are instances of the specified data type.
Vector(length:uint, fixed:Boolean) — Constructor in class Vector
Creates a Vector with the specified base type.
VECTOR — Constant static property in class flash.printing.PrintMethod
The vector method of printing.
Vector3D — Class in package flash.geom
The Vector3D class represents a point or a location in the three-dimensional space using the Cartesian coordinates x, y, and z.
Vector3D(x:Number, y:Number, z:Number, w:Number) — Constructor in class flash.geom.Vector3D
Creates an instance of a Vector3D object.
velocity — Property in class flash.events.TransformGestureEvent
The velocity, in pixels per second, of the transform gesture event.
verify(signature:XML) — Method in class flash.security.XMLSignatureValidator
Verifies the specified signature.
VerifyError — Dynamic class in Top Level
The VerifyError class represents an error that occurs when a malformed or corrupted SWF file is encountered.
VerifyError(message:String) — Constructor in class VerifyError
Creates a new VerifyError object.
version — Property in class flash.security.X509Certificate
Provides the version number of the certificate format.
version — Static property in class flash.system.Capabilities
Specifies the Flash Player or Adobe® AIR® platform and version information.
versionNumber — Property in class flash.external.ExtensionInfo
The extension version number, as provided in the extension's XML descriptor file.
VERTEX — Constant static property in class flash.display3D.Context3DProgramType
A vertex program.
VertexBuffer3D — Class in package flash.display3D
The VertexBuffer3D class represents a set of vertex data uploaded to a rendering context.
VERTICAL — Constant static property in class flash.display.LineScaleMode
With this setting used as the scaleMode parameter of the lineStyle() method, the thickness of the line scales only vertically.
verticalAccuracy — Property in class flash.events.GeolocationEvent
The vertical accuracy in meters.
verticalTextLayout — Property in interface flash.text.ime.IIMEClient
Indicates whether the text in the component is vertical or not.
vertices — Property in class flash.display.GraphicsTrianglePath
A Vector of Numbers where each pair of numbers is treated as a point (an x, y pair).
Video — Class in package flash.media
The Video class displays live or recorded video in an application without embedding the video in your SWF file.
Video(width:int, height:int) — Constructor in class flash.media.Video
Creates a new Video instance.
VIDEO — Constant static property in class flash.media.MediaType
A video.
videoBufferByteLength — Property in class flash.net.NetStreamInfo
Provides the NetStream video buffer size in bytes.
videoBufferLength — Property in class flash.net.NetStreamInfo
Provides NetStream video buffer size in seconds.
videoByteCount — Property in class flash.net.NetStreamInfo
Specifies the total number of video bytes that have arrived in the queue, regardless of how many have been played or flushed.
videoBytesPerSecond — Property in class flash.net.NetStreamInfo
Specifies the rate at which the NetStream video buffer is filled in bytes per second.
VideoCodec — Final class in package flash.media
The VideoCodec class is an enumeration of constant values of supported video codecs.
VideoEvent — Class in package flash.events

This event class reports the current video rendering status.

VideoEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:String) — Constructor in class flash.events.VideoEvent

Constructor.

videoFrame — Event in class flash.media.Camera
Dispatched after a new camera frame is processed by the runtime and is available to be copied.
VIDEO_FRAME — Constant static property in class flash.events.Event
The Event.VIDEO_FRAME constant defines the value of the type property of a videoFrame event object.
videoHeight — Property in class flash.display3D.textures.VideoTexture
An integer specifying the height of the video stream, in pixels.
videoHeight — Property in class flash.media.StageVideo
An integer specifying the height of the video stream, in pixels.
videoHeight — Property in class flash.media.Video
An integer specifying the height of the video stream, in pixels.
videoLossRate — Property in class flash.net.NetStreamInfo
Provides the NetStream video loss rate (ratio of lost messages to total messages).
videoReliable — Property in class flash.net.NetStream
For RTMFP connections, specifies whether video is sent with full reliability.
videoSampleAccess — Property in class flash.net.NetStream
For RTMFP connections, specifies whether peer-to-peer subscribers on this NetStream are allowed to capture the video stream.
VideoStatus — Final class in package flash.media
This class defines an enumeration that describes possible levels of video decoding.
videoStreamSettings — Property in class flash.net.NetStream
VideoStreamSettings — Class in package flash.media
The VideoStreamSettings class enables specifying video compression settings for each NetStream.
VideoStreamSettings() — Constructor in class flash.media.VideoStreamSettings
Creates a setting object that specifies to use Sorenson Spark video codec for compresion.
VideoTexture — Final class in package flash.display3D.textures
Prior to Flash Player 21, the use of video in Stage3D required the use of the Video object (which is not hardware accelerated), copying of video frame to a BitmapData object, and loading of the data onto the GPU which is CPU intensive.
VideoTextureEvent — Class in package flash.events
Almost exactly StageVideoEvent.
VideoTextureEvent(type:String, bubbles:Boolean, cancelable:Boolean, status:String, colorSpace:String) — Constructor in class flash.events.VideoTextureEvent
videoWidth — Property in class flash.display3D.textures.VideoTexture
An integer specifying the width of the video stream, in pixels.
videoWidth — Property in class flash.media.StageVideo
An integer specifying the width of the video stream, in pixels.
videoWidth — Property in class flash.media.Video
An integer specifying the width of the video stream, in pixels.
viewPort — Property in class flash.media.StageVideo
The absolute position and size of the video surface in pixels.
viewPort — Property in class flash.media.StageWebView
The area on the stage in which the StageWebView object is displayed.
viewPort — Property in class flash.text.StageText
The area on the stage in which the StageText object is displayed.
views — Property in class flash.data.SQLSchemaResult
An array of SQLViewSchema instances requested in a call to SQLConnection.loadSchema().
visible — Property in class flash.display.DisplayObject
Whether or not the display object is visible.
visible — Property in class flash.display.NativeWindow
Specifies whether this window is visible.
visible — Property in class flash.display.Stage3D
Specifies whether this Stage3D object is visible.
visible — Property in class flash.text.StageText
Indicates whether the StageText object is visible.
visible — Property in class flash.ui.ContextMenuItem
Indicates whether the specified menu item is visible when the Flash Player context menu is displayed.
visibleBounds — Property in class flash.display.Screen
The bounds of the area on this screen in which windows can be visible.
VOD — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the button for engaging video-on-demand.
VOICE — Constant static property in class flash.media.AudioPlaybackMode
A mode for playing voice audio.
void — Operator
Evaluates an expression and then discards its value, returning undefined.
void — Special Type
Specifies that a function cannot return any value.
volume — Property in class flash.media.SoundTransform
The volume, ranging from 0 (silent) to 1 (full volume).
voucher — Property in class flash.events.DRMStatusEvent
A DRMVoucher object for the content.
VoucherAccessInfo — Final class in package flash.net.drm
A VoucherAccessInfo object presents the information that is required to successfully retrieve and consume a voucher, such as the type of authentication and the content domain of the media rights server.
voucherEndDate — Property in class flash.events.DRMStatusEvent
The absolute date on which the voucher expires and the content can no longer be viewed by users.
voucherEndDate — Property in class flash.net.drm.DRMVoucher
The date on which this voucher expires.
voucherStartDate — Property in class flash.net.drm.DRMVoucher
The beginning of this voucher's validity period.
VP6 — Constant static property in class flash.media.VideoCodec
Constant value indicating that On2Vp6 codec is used for compressing video.
vsyncEnabled — Property in class flash.display.Stage
This represents current state of vsync of underlying graphics solution We can enable/disable vsync, so we would immediately render without waiting for next VSYNC'ed state.
VsyncStateChangeAvailability — Event in class flash.display.Stage
Dispatched by the Stage object when the state of the vsync property is changed.
VSYNC_STATE_CHANGE_AVAILABILITY — Constant static property in class flash.events.VsyncStateChangeAvailabilityEvent
Defines the value of the type property of a VsyncStateChangeAvailabilityEvent event object.
VsyncStateChangeAvailabilityEvent — Class in package flash.events
The Stage class dispatches VsyncStateChangeAvailabilityEvent when the availablity of Stage for changing vsync state changes.
VsyncStateChangeAvailabilityEvent(type:String, bubbles:Boolean, cancelable:Boolean, available:Boolean) — Constructor in class flash.events.VsyncStateChangeAvailabilityEvent

Constructor.

Creates an VsyncStateChangeAvailabilityEvent object that contains information about availability of vsync state change.
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