Lines Matching full:video
43 * Name of the video file. Used if only one video is shown.
46 * the video from your local disk from the directory that contains
48 * with a slash, for example '/video.flv'.
56 * was not found. The missing video clips are replaced by this clip. This can be
57 * an image or a FLV clip. Typically this will contain an image/video saying
58 * "the video you requested cannot be found.....".
80 …* type: One of 'video', 'flv', 'swf', 'jpg'. Optional, determined from the URL's filename extension
81 * if that is present. 'video' means a video file in any format supported by Flash.
82 …* 'flv' is present here for backward compatibility, use 'video' in new FlowPlayer installati…
83 * now. Defaults to 'video' if the extension is not present in the URL.
122 * clip is then rendered on top of the first or the last frame of the FLV video.
160 * You don't need to specify this at all if you place the video next to
163 // baseURL: 'http://flowplayer.sourceforge.net/video',
196 // thumbLocation: 'http://www.kolumbus.fi/apiirain/video',
202 * when you specify a nonzero starting position for the video clip. This is because red5
210 * 'autoBuffering' specifies wheter to start loading the video stream into
217 * 'startingBufferLength' specifies the video buffer length to be used to kick
228 * 'bufferLength' specifies the video buffer length in seconds. This is used
259 * Specifies the height to be allocated for the video display. This is the
271 * Specifies how the video is scaled initially. This can be then changed by
277 * 'orig' Use the dimensions encoded in FLV. If the video is too big for the
278 * available space the video is scaled as if using the 'fit' option.
279 * 'scale' Scale the video to fill all available space for the video. Ignores
292 * leaving only the video showing (optional, defaults to false)
319 * welcome image before the video is played. Should be in JPG format. The
320 * value of 'baseURL' is used similarily as with the video file name and
321 * therefore the video and the image files should be placed in the Web
336 * Should the splash image be scaled to fit the entire video area? If false,
412 * of video and image files. This can be a complete URL or just a file name relative