Used to pass parameters into <cfvideoplayer>
This tag cannot have a body.
This tag is also supported within <cfscript>
<cfvideoplayerparam
video=string
flash=string
show=string
title=string
index=number
preview=string
image=string
link=string
author=string
>
Attribute |
Description |
video
string, optional
|
Path to the FLV file. Can be a URL or local file.
|
flash
string, optional
|
Path to the SWF file. Can be a URL or local file.
|
show
string, optional
|
Defines whether the video should be displayed or not.
|
title
string, optional
|
Title of the video. Displayed in the playlist as the title.
|
index
number, optional
|
Layer in which the video is displayed. (not supported yet)
|
preview
string, optional
|
Path to a preview image for playlist and main video display. Can be URL or local file.
|
image
string, optional
|
This is just an alias for the attribute preview.
|
link
string, optional
|
Displays a tiny image and allows linking to any target. (HTML link, Ajax etc.)
|
author
string, optional
|
Name of the author.
|
Examples
There are currently no examples for this tag.
See also