loop
The loop parameter is used to specify whether the plugin should play the video in a loop or stop video playback when the end of the file is reached.
Usage:
- In the object tag: <param name="loop" value="[value]">
- In the embed tag: loop="[value]"
Possible values:
- "true" or "false", false being the default.
