WebVideoRepeat Element
Description
Allows you to choose how many times to replay a Video file inserted into the HTML pages. You can choose continuous reply, or enter an exact number of times.
The WebVideoRepeat element corresponds to the "Continuous replay" field, on the "Video Options" sub-tab, on the HTML tab of the File object.
Attributes
Attribute Name
|
Optional
|
Data Type
|
inherited
|
Yes
|
Boolean
|
Parent Element
File
Values
Data Type
|
Range
|
Integer
|
1 or 2, where:
1 = Continuous replay 2 = Number of times to replay
|
Sample XML
<WebVideoRepeat inherited="true">1</WebVideoRepeat>
|