InputImageElement.loop Property

SharePoint Designer Developer Reference

Sets or returns an Integer that represents the number of times a video clip will loop when activated. Corresponds to the loop attribute.

Syntax

expression.loop

expression   Required. A variable that represents an InputImageElement object.

Remarks

The default value of the loop property is 1. Setting the loop property to -1 will cause the specified object to loop indefinitely.

See Also