<cfvideoplayer>
The tag CFVIDEOPLAYER allows you to display a video in flash (flv) format.
requires flash, so no longer useful
It includes the complete functionality to display the player with the necessary html code. Read more on the multimedia functionality.
This tag may have a body.
This tag is also supported within <cfscript>
<cfvideoplayer
passthrough=struct
preview=string
id=string
video=string
autostart=boolean
group=boolean
playlist=string
playlistsize=number
playlistthumbnails=boolean
showplay=string
showpause=string
showtimeline=string
width=string
height=string
foregroundcolor=string
foreground=string
fgcolor=string
bgcolor=string
backgroundcolor=string
background=string
screencolor=string
lightcolor=string
debug=boolean
allowfullscreen=boolean
linktarget=string
target=string
linkfromdisplay=boolean
overstretch=string
download=boolean
><!--- body --->[</cfvideoplayer>]
Examples
There are currently no examples for this tag.
See also
- Video
- <cfvideoplayerparam>
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)