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, class flash.ui.Keyboard |
|
Constant associated with the key code value for the V key (86). |
VALID — Constant Static Property, class flash.security.SignatureStatus |
|
Valid status. |
validateNow() — method, class fl.core.UIComponent |
|
Validates and updates the properties and layout of this object, redrawing it
if necessary. |
validityStatus — Property, class flash.security.XMLSignatureValidator |
|
The validity status of a verified XML signature. |
value — Property, class fl.controls.ComboBox |
|
Gets the label of an item in an editable ComboBox component. |
value — Property, class fl.controls.NumericStepper |
|
Gets or sets the current value of the NumericStepper component. |
value — Property, class fl.controls.ProgressBar |
|
Gets or sets a value that indicates the amount of progress that has
been made in the load operation. |
value — Property, class fl.controls.RadioButton |
|
A user-defined value that is associated with a radio button. |
value — Property, class fl.controls.Slider |
|
Gets or sets the current value of the Slider component. |
value — Property, class fl.events.SliderEvent |
|
Gets the new value of the slider, based on its position. |
value — Property, class flash.net.URLRequestHeader |
|
The value associated with the name property (such as text/plain). |
valueOf() — method, class Boolean |
|
Returns true if the value of the specified Boolean
object is true; false otherwise. |
valueOf() — method, class Date |
|
Returns the number of milliseconds since midnight January 1, 1970, universal time,
for a Date object. |
valueOf() — method, class int |
|
Returns the primitive value of the specified int object. |
valueOf() — method, class Namespace |
|
Returns the URI value of the specified object. |
valueOf() — method, class Number |
|
Returns the primitive value type of the specified Number object. |
valueOf() — method, class Object |
|
Returns the primitive value of the specified object. |
valueOf() — method, class QName |
|
Returns the QName object. |
valueOf() — method, class String |
|
Returns the primitive value of a String instance. |
valueOf() — method, class uint |
|
Returns the primitive uint type value of the specified
uint object. |
valueOf() — method, class XML |
|
Returns the XML object. |
valueOf() — method, class XMLList |
|
Returns the XMLList object. |
var — Statement |
| Specifies a variable. |
VARIABLES — Constant Static Property, class flash.net.URLLoaderDataFormat |
|
Specifies that downloaded data is received as URL-encoded variables. |
verify(signature:XML) — method, class flash.security.XMLSignatureValidator |
|
Verifies the specified signature. |
VerifyError — Dynamic Class, Top Level |
|
The VerifyError class represents an error that occurs when a malformed
or corrupted SWF file is encountered. |
VerifyError(message:String) — Constructor, class VerifyError |
|
Creates a new VerifyError object. |
version — Property, class fl.core.UIComponent |
|
The version number of the components. |
version — Static Property, class flash.system.Capabilities |
|
Specifies the Flash Player or Adobe® AIR
platform and version information. |
VERSION — Constant Static Property, class fl.video.FLVPlayback |
|
State variable indicating the long version number of the component. |
VERSION — Constant Static Property, class fl.video.FLVPlaybackCaptioning |
|
State variable indicating the long version number of the component. |
VERSION — Constant Static Property, class fl.video.NCManager |
|
State variable indicating the long version number of the component. |
VERSION — Constant Static Property, class fl.video.NCManagerNative |
|
State variable indicating the long version number of the component. |
VERSION — Constant Static Property, class fl.video.VideoError |
|
State variable indicating the long version number of the component. |
VERSION — Constant Static Property, class fl.video.VideoPlayer |
|
State variable indicating the long version number of the component. |
VERTICAL — Constant Static Property, class fl.controls.ScrollBarDirection |
|
Indicates that the ScrollBar component instance is used for vertical scrolling. |
VERTICAL — Static Property, class fl.controls.SliderDirection |
|
Position the Slider component on the vertical axis. |
VERTICAL — Constant Static Property, class flash.display.LineScaleMode |
|
With this setting used as the scaleMode parameter of the lineStyle()
method, the thickness of the line scales only horizontally. |
verticalLineScrollSize — Property, class fl.containers.BaseScrollPane |
|
Gets or sets a value that describes how many pixels to scroll vertically when a scroll arrow is clicked. |
verticalPageScrollSize — Property, class fl.containers.BaseScrollPane |
|
Gets or sets the count of pixels by which to move the scroll thumb
on the vertical scroll bar when the scroll bar track is pressed. |
verticalScrollBar — Property, class fl.containers.BaseScrollPane |
|
Gets a reference to the vertical scroll bar. |
verticalScrollBar — Property, class fl.controls.TextArea |
|
Gets a reference to the vertical scroll bar. |
verticalScrollPolicy — Property, class fl.containers.BaseScrollPane |
|
Gets or sets a value that indicates the state of the vertical scroll
bar. |
verticalScrollPolicy — Property, class fl.controls.TextArea |
|
Gets or sets the scroll policy for the vertical scroll bar. |
verticalScrollPosition — Property, class fl.containers.BaseScrollPane |
|
Gets or sets a value that describes the vertical position of the
vertical scroll bar in the scroll pane, in pixels. |
verticalScrollPosition — Property, class fl.controls.TextArea |
|
Gets or sets the change in the position of the scroll bar thumb, in pixels, after
the user scrolls the text field vertically. |
Video — class, 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, class flash.media.Video |
|
Creates a new Video instance. |
VideoAlign — final class, package fl.video |
|
The VideoAlign class provides constant values to use for the FLVPlayback.align and
VideoPlayer.align properties. |
VideoError — class, package fl.video |
|
The VideoError exception is the primary mechanism for reporting runtime errors from the
FLVPlayback and VideoPlayer classes. |
VideoError(errCode:uint, msg:String) — Constructor, class fl.video.VideoError |
|
Creates a new VideoError object. |
VideoEvent — class, package fl.video |
|
Flash® Player dispatches a VideoEvent object when the user
plays a video. |
VideoEvent(type:String, bubbles:Boolean, cancelable:Boolean, state:String, playheadTime:Number, vp:uint) — Constructor, class fl.video.VideoEvent |
|
Creates an Event object that contains information about video events. |
videoHeight — Property, class fl.video.VideoPlayer |
|
The source width of the loaded FLV file. |
videoHeight — Property, class flash.media.Video |
|
An integer specifying the height of the video stream, in pixels. |
videoPlayer — Property, interface fl.video.INCManager |
|
The VideoPlayer object that owns this object. |
videoPlayer — Property, class fl.video.NCManager |
|
The VideoPlayer object that owns this object. |
VideoPlayer — class, package fl.video |
|
The VideoPlayer class lets you create a video player with a slightly smaller SWF file
than if you used the FLVPlayback component. |
VideoPlayer(width:int, height:int) — Constructor, class fl.video.VideoPlayer |
|
Creates a VideoPlayer object with a specified width and height. |
videoPlayerIndex — Property, class fl.video.FLVPlaybackCaptioning |
|
Connects the captioning to a specific VideoPlayer in the
FLVPlayback component. |
VideoProgressEvent — class, package fl.video |
|
Flash® Player dispatches a VideoProgressEvent object when the user
makes a request for the number of bytes loaded during a progressive HTTP download of their video. |
VideoProgressEvent(type:String, bubbles:Boolean, cancelable:Boolean, bytesLoaded:uint, bytesTotal:uint, vp:uint) — Constructor, class fl.video.VideoProgressEvent |
|
Creates an Event object that contains information about progress events. |
VideoScaleMode — final class, package fl.video |
|
The VideoScaleMode class provides constant values to use for the
FLVPlayback.scaleMode and
VideoPlayer.scaleMode properties. |
VideoState — final class, package fl.video |
|
The VideoState class provides constant values for the read-only FLVPlayback.state and
VideoPlayer.state properties. |
videoWidth — Property, class fl.video.VideoPlayer |
|
The source width of the loaded FLV file. |
videoWidth — Property, class flash.media.Video |
|
An integer specifying the width of the video stream, in pixels. |
views — Property, class flash.data.SQLSchemaResult |
|
An array of SQLViewSchema instances requested in a call
to SQLConnection.loadSchema(). |
visible — Property, class fl.controls.dataGridClasses.DataGridColumn |
|
Indicates whether the column is visible. |
visible — Property, class fl.controls.progressBarClasses.IndeterminateBar |
|
Gets or sets a Boolean value that indicates whether the indeterminate bar is visible. |
visible — Property, class fl.core.UIComponent |
|
Gets or sets a value that indicates whether the current component instance is visible. |
visible — Property, class fl.video.VideoPlayer |
|
A Boolean value that, if true, makes the VideoPlayer instance visible. |
visible — Property, class flash.display.DisplayObject |
|
Whether or not the display object is visible. |
visible — Property, class flash.display.NativeWindow |
|
Specifies whether this window is visible. |
visible — Property, class flash.ui.ContextMenuItem |
|
Indicates whether the specified menu item is visible when the Flash Player
context menu is displayed. |
visibleBounds — Property, class flash.display.Screen |
|
The bounds of the area on this screen in which windows will be visible. |
visibleVideoPlayerIndex — Property, class fl.video.FLVPlayback |
|
A number that you can use to manage multiple FLV file streams. |
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, class fl.video.FLVPlayback |
|
A number in the range of 0 to 1 that indicates the volume control setting. |
volume — Property, class fl.video.VideoPlayer |
|
A number in the range of 0 to 1 that indicates the volume control setting. |
volume — Property, class flash.media.SoundTransform |
|
The volume, ranging from 0 (silent) to 1 (full volume). |
volumeBar — Property, class fl.video.FLVPlayback |
|
The volume bar control. |
volumeBarInterval — Property, class fl.video.FLVPlayback |
|
A number that specifies, in milliseconds, how often
to check the volume bar handle location when scrubbing. |
volumeBarScrubTolerance — Property, class fl.video.FLVPlayback |
|
A number that specifies how far a user can move the volume bar handle before
an update occurs. |
voucherEndDate — Property, class flash.events.DRMStatusEvent |
|
The absolute date on which the voucher expires and the content can no longer be viewed by users. |
vp — Property, class fl.video.AutoLayoutEvent |
|
The index of the VideoPlayer object involved in this event. |
vp — Property, interface fl.video.IVPEvent |
|
The index of the VideoPlayer object involved in this event. |
vp — Property, class fl.video.MetadataEvent |
|
The index of the VideoPlayer object involved in this event. |
vp — Property, class fl.video.VideoEvent |
|
The index of the VideoPlayer object involved in this event. |
vp — Property, class fl.video.VideoProgressEvent |
|
The index of the VideoPlayer object involved in this event. |
|
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 |