back to media list

Large video window with all player controls, autoplay off, player controls only show when playing.

Se other samples: Minimal playersmall video, with some player controls

Code for this sample:

<script src="http://video.maharaji.net/s/?id=1019&autoplay=false&width=640&controls=show" type="text/javascript"></script>

Other optional parameters:

parameter value description
width number Size in pixels of the video player. It will automatically resize the height. If not specified the video player will auto resize to the original media size
autoplay true | false If set to true, the video will start playing as soon as enough media has been streamed
stopbutton true | false show/hide the stop button
rwffbuttons true | false show/hide the rewind and fast forward buttons
rwffinterval number the number of seconds for fast-forward and rewind, defaults to 4 seconds
volumeslider true | false show/hide the volume slider
showtimecode true | false show/hide the timecode display
controls Show | Autohide | Hide Show/Hide/Autohide the controller - In Autohide mode, the controls will only show when media is available for playback
autodetect true | false Autodetects user's connection speed. If set to false, specify desired speed with the next parameter, otherwise the medium speed will be served.
speed low | medium | high Specify the version optimized for required connection speed. low is for 150Kbps; medium for 350 kbps and high for 700 kbps in most materials.
enablefullscreen true | false enables/disables the fullscreen mode button and functionality

Ampersands are used to separate each variable: width=320&autoplay=true&showtimecode=false