| 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 |
| validateNow() — Method, class fl.core.UIComponent |
|
Validates and updates the properties and layout of this object, redrawing it
if necessary. |
| 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. |
| 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 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. |
| 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.ui.ContextMenuItem |
|
Indicates whether the specified menu item is visible when the Flash Player
context menu is displayed. |
| 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. |
| 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 |