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  
vAlign(value) — Method in class com.greensock.loading.data.ImageLoaderVars
When a width and height is defined, the vAlign determines how the image is vertically aligned within that area.
vAlign(value) — Method in class com.greensock.loading.data.SWFLoaderVars
When a width and height is defined, the vAlign determines how the image is vertically aligned within that area.
vAlign(value) — Method in class com.greensock.loading.data.VideoLoaderVars
When a width and height is defined, the vAlign determines how the image is vertically aligned within that area.
vAlign — Property in class com.greensock.loading.display.ContentDisplay
When the ContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), the vAlign determines how the rawContent is vertically aligned within that area.
vAlign — Property in class com.greensock.loading.display.FlexContentDisplay
When the FlexContentDisplay's fitWidth and fitHeight properties are defined (or width and height in the loader's vars property/parameter), the vAlign determines how the rawContent is vertically aligned within that area.
vars — Property in class com.greensock.TweenNano
Stores variables (things like "alpha", "y" or whatever we're tweening, as well as special properties like "onComplete").
vars — Property in class com.greensock.core.TweenCore
Stores variables (things like alpha, y or whatever we're tweening as well as special properties like "onComplete").
vars — Property in class com.greensock.data.TweenLiteVars
The generic object populated by all of the method calls in the TweenLiteVars instance.
vars — Property in class com.greensock.data.TweenMaxVars
The generic object populated by all of the method calls in the TweenMaxVars instance.
vars — Property in class com.greensock.loading.core.LoaderCore
An object containing optional configuration details, typically passed through a constructor parameter.
vars — Property in class com.greensock.loading.data.CSSLoaderVars
The generic Object populated by all of the method calls in the CSSLoaderVars instance.
vars — Property in class com.greensock.loading.data.DataLoaderVars
The generic Object populated by all of the method calls in the DataLoaderVars instance.
vars — Property in class com.greensock.loading.data.ImageLoaderVars
The generic Object populated by all of the method calls in the ImageLoaderVars instance.
vars — Property in class com.greensock.loading.data.LoaderMaxVars
The generic Object populated by all of the method calls in the LoaderMaxVars instance.
vars — Property in class com.greensock.loading.data.MP3LoaderVars
The generic Object populated by all of the method calls in the MP3LoaderVars instance.
vars — Property in class com.greensock.loading.data.SWFLoaderVars
The generic Object populated by all of the method calls in the SWFLoaderVars instance.
vars — Property in class com.greensock.loading.data.VideoLoaderVars
The generic Object populated by all of the method calls in the VideoLoaderVars instance.
vars — Property in class com.greensock.loading.data.XMLLoaderVars
The generic Object populated by all of the method calls in the XMLLoaderVars instance.
VERSION — Constant static property in class com.greensock.easing.CustomEase
VERSION — Constant static property in class com.greensock.plugins.TweenPlugin
VIDEO_BUFFER_EMPTY — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is empty.
VIDEO_BUFFER_FULL — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video's buffer is full.
VIDEO_COMPLETE — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video completes.
VIDEO_CUE_POINT — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video reaches a cue point in the playback of the NetStream.
VideoLoader — Class in package com.greensock.loading
Loads an FLV, F4V, or MP4 video file using a NetStream and also provides convenient playback methods and properties like pauseVideo(), playVideo(), gotoVideoTime(), bufferProgress, playProgress, volume, duration, videoPaused, metaData, and videoTime.
VideoLoader(urlOrRequest, vars) — Constructor in class com.greensock.loading.VideoLoader
Constructor
VideoLoaderVars — Class in package com.greensock.loading.data
Can be used instead of a generic Object to define the vars parameter of a VideoLoader's constructor.
VideoLoaderVars(vars) — Constructor in class com.greensock.loading.data.VideoLoaderVars
Constructor
VIDEO_PAUSE — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video is paused.
videoPaused — Property in class com.greensock.loading.VideoLoader
The playback status of the video: true if the video's playback is paused, false if it isn't.
VIDEO_PLAY — Constant static property in class com.greensock.loading.VideoLoader
Event type constant for when the video begins or resumes playing.
videoTime — Property in class com.greensock.loading.VideoLoader
The time (in seconds) at which the virtual playhead is positioned on the video.
visible(value) — Method in class com.greensock.data.TweenLiteVars
Sets a DisplayObject's "visible" property at the end of the tween.
visible(value) — Method in class com.greensock.data.TweenMaxVars
Sets a DisplayObject's "visible" property at the end of the tween.
visible(value) — Method in class com.greensock.loading.data.ImageLoaderVars
Sets the ContentDisplay's visible property.
visible(value) — Method in class com.greensock.loading.data.SWFLoaderVars
Sets the ContentDisplay's visible property.
visible(value) — Method in class com.greensock.loading.data.VideoLoaderVars
Sets the ContentDisplay's visible property.
visible — Property in class com.greensock.motionPaths.MotionPath
VisiblePlugin — Class in package com.greensock.plugins
Toggles the visibility at the end of a tween.
volume(volume) — Method in class com.greensock.data.TweenLiteVars
Changes the volume of any object that has a soundTransform property (MovieClip, SoundChannel, NetStream, etc.)
volume(volume) — Method in class com.greensock.data.TweenMaxVars
Changes the volume of any object that has a soundTransform property (MovieClip, SoundChannel, NetStream, etc.)
volume — Property in class com.greensock.loading.MP3Loader
The volume of the sound (a value between 0 and 1).
volume — Property in class com.greensock.loading.VideoLoader
The volume of the video (a value between 0 and 1).
volume(value) — Method in class com.greensock.loading.data.MP3LoaderVars
A value between 0 and 1 indicating the volume at which the sound should play when the MP3Loader's controls are used to play the sound, like playSound() or when autoPlay is true (default volume is 1).
volume(value) — Method in class com.greensock.loading.data.VideoLoaderVars
A value between 0 and 1 indicating the volume at which the video should play (default is 1).
VolumePlugin — Class in package com.greensock.plugins
Tweens the volume of an object with a soundTransform property (MovieClip/SoundChannel/NetStream, etc.).
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