IMG.loop (Property)

This controls the looping of a video clip that is loaded with the dynsrc attribute.

Availability:

JScript - 3.0
Internet Explorer - 4.0
Property/method value type:Boolean primitive
JavaScript syntax:IEmyIMG.loop

The value of this loop property of the IMG object controls how many iterations of the animation take place.

By setting the value to -1, continuous looping is achieved. Otherwise, the number of cycles is defined by a positive integer.

See also:IMG.dynsrc