These flashvars control the playback behavior of the player.
autostart ( false )
Set this to true to automatically start the player on load.
bufferlength ( 1 )
Number of seconds of the file that has to be loaded before the player starts playback. Set this to a low value to enable instant-start (good for fast connections) and to a high value to get less mid-stream buffering (good for slow connections).
mute ( false )
Mute the sounds on startup. Is saved in a cookie.
repeat ( none )
What to do when the mediafile has ended. Has several options:
none: do nothing (stop playback) whever a file is completed.
list: play each file in the playlist once, stop at the end.
always: continously play the file (or all files in the playlist).
single: continously repeat the current file in the playlist.
shuffle ( false )
Shuffle playback of playlist items. The player will randomly pick the items.
smoothing ( true )
This sets the smoothing of videos, so you won't see blocks when a video is upscaled. Set this to false to disable the feature and get performance improvements with old computers / big files.
stretching ( uniform )
Defines how to resize the poster image and video to fit the display. Can be:
none: keep the original dimensions.
exactfit: disproportionally stretch the video/image to exactly fit the display.
uniform: stretch the image/video while maintaining its aspect ratio. There'll be black borders.
fill: stretch the image/video while maintaining its aspect ratio, completely filling the display.
volume ( 90 )
Startup audio volume of the player. Can be 0 to 100.
These options are available when either using no skin or when using skins built with the older SWF skinning model (these skins have the extension .swf). These color options will be deprecated once SWF skinning support is dropped in a future release.
backcolor ( ffffff )
background color of the controlbar . This is white by default.
frontcolor ( 000000 )
color of all icons and texts in the controlbar and playlist. Is black by default.
lightcolor ( 000000 )
Color of an icon or text when you rollover it with the mouse. Is black by default.
screencolor ( 000000 )
Background color of the display. Is black by default.
The four color flashvars must be entered using hexadecimal values, as is common for web colors (e.g. FFCC00 for bright yellow).