HyperWorks Desktop

*EndVideo()

Indicates the end of a video block.

*EndVideo()

Indicates the end of a video block.

Previous topic Next topic No expanding text in this topic  

*EndVideo()

Indicates the end of a video block.

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

Syntax

*EndVideo()

Example

*BeginWindow(Video)

       *IsActive()

       *BeginVideo()

           *Preferences(0, 0, 0, 0)

           *OverlaySettings(1, 10, 0)

           *LoadImage("D:/AMF_AVI/24car.bmp")

           *ZoomRect(292, 128, 534, 310)

           *Stretch(0)

           *MarkerCenter(345, 254)

           *BeginHeader(On)

               *PrimaryFont("Arial", 0, 0, 14)

               *SecondaryFont("Arial", 0, 0, 10)

               *TertiaryFont("Arial", 0, 0, 10)

               *Color(1)

               *Text("Video File Two")

           *EndHeader()

           *BeginFooter(On)

               *PrimaryFont("Arial", 0, 0, 10)

               *SecondaryFont("Arial", 0, 0, 10)

               *TertiaryFont("Arial", 0, 0, 10)

               *Color(1)

               *Text("Crash Test")

           *EndFooter()

       *EndVideo()

*EndWindow()

Application

MediaView.

Context

*BeginVideo()

*BeginWindow()

See also

 

*BeginVideo()

List of Session Statements