HyperWorks Desktop

*VideoID()

Connects the given measure with one of the valid videos or images via the internal ID number of the image or video.

*VideoID()

Connects the given measure with one of the valid videos or images via the internal ID number of the image or video.

Previous topic Next topic No expanding text in this topic  

*VideoID()

Connects the given measure with one of the valid videos or images via the internal ID number of the image or video.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Syntax

*VideoID(ID)

Arguments

Name

Description

 

ID

The internal ID, not the index, of the video or image which this measure applies to.

Example

*BeginVideo()

 • • •

 *Measure({VIDEO_FILE_VIDEO_1}, "Master Unit Measure")

         *VideoID(3)

         

 *EndVideoMeasure()

 • • •

*EndVideo

Application

MediaView

Context

*MasterMeasure()

*Measure()

Comments

This attribute connects the given measure with one of the valid videos or images via the internal ID number of the image or video.  These IDs can be found in the *LoadVideo() and *LoadImage() statements.

See also

 

*BeginVideo()

*EndVideoMeasure()

*LoadImage()

*LoadVideo()

*MasterMeasure()

*Measure()

List of Session Statements