t:AUTOREVERSE Attribute | autoReverse Property?deprecated) | Internet Development Index |
Sets or retrieves whether the timeline on an element immediately begins playing in reverse after completing in the forward direction.
Syntax
XML <ELEMENT t:AUTOREVERSE = bReverse... > Scripting object.autoReverse [ = bReverse ]
Possible Values
bReverse Boolean that specifies or receives one of the following values:
true Timeline plays in the forward direction until it completes, then it immediately plays in the reverse direction. false Default. Timeline does not play in the reverse direction after it finishes playing in the forward direction. The property is read/write. The property has a default value of false.
Remarks
On some systems, this attribute is referred to as "Play forward, then backward." The property cannot be modified in script after the onload event fires on the document body.
Setting autoReverse to true on a video element results in the element being frozen on the frame where the reverse occurred, that is, the last frame that played.
Audio files do not play in reverse, they simply end.
Standards Information
This property is a Microsoft extension to HTML+TIME (Timed Interactive Multimedia Extensions) .
Applies To
t:AUDIO, t:IMG, t:MEDIA, t:PAR, t:SEQ, time, t:VIDEO
See Also
Introduction to HTML+TIME