User Guide

viewH 1081
Possible symbols include the following:
See also
DVD
videoForWindowsPresent
Usage
the videoForWindowsPresent
Description
System property; indicates whether AVI software is present on the computer.
This property can be tested but not set.
Example
This statement checks whether Video for Windows is missing and branches the playhead to the
Alternate Scene marker if it isnt:
if the videoForWindowsPresent= FALSE then go to "Alternate Scene"
See also
QuickTimeVersion()
viewH
Usage
-- Lingo syntax
memberOrSpriteObjRef.viewH
// JavaScript syntax
memberOrSpriteObjRef.viewH;
Description
Cast member and sprite property; controls the horizontal coordinate of a Flash movie and vector
shapes view point, specified in pixel units. The values can be floating-point numbers. The default
value is 0.
A Flash movie’s view point is set relative to its origin point.
Setting a positive value for
viewH shifts the movie to the left inside the sprite; setting a negative
value shifts the movie to the right. Therefore, changing the
viewH property can have the effect of
cropping the movie or even of removing the movie from view entirely.
This property can be tested and set.
Note: This property must be set to the default value if the scaleMode property is set to #autoSize, or
the sprite will not display correctly.
Symbol Description
#MPEG1 The video format is MPEG-1.
#MPEG2 The video format is MPEG-2.
#unknown The video format is unknown.