Share via


ImgElement.start Property

SharePoint Designer Developer Reference

Sets or returns a String that represents when a video clip file should begin playing.

Syntax

expression.start

expression   Required. A variable that represents an ImgElement object.

Remarks

The start property can be one of the following String values.

Value Description
fileopen Video begins as soon as it finishes loading.
mouseover Video begins when the user moves the mouse over the animation.

See Also