align
|
Optional
|
left
|
Specifies the horizontal alignment of the
media player. You can select from left, right, and center.
|
autoplay
|
Optional
|
false
|
A Boolean value that specifies if the media
player must automatically play the FLV file on loading the CFM page:
|
bgcolor
|
Optional
|
6b7c85
|
The background color of the media player
specified as a Hexadecimal value or or a recognized color name,
for example red.
|
controlbar
|
Optional
|
true
|
A Boolean value that specifies if you want
to display the control panel for the media player:
|
hideborder
|
Optional
|
true
|
A Boolean value that specifies if you want
a border for the media player panel:
|
hidetitle
|
Optional
|
false
|
If true, displays the video
file name.
|
fullScreenControl
|
Optional
|
yes
|
Whether full screen is enabled:
The following characteristics
apply:
Single click plays/pauses the media player.
Borders, if defined, are not displayed in full-screen mode.
Double-click for full-screen mode.
(If you are in full-screen mode) Press "Esc" or double-click
to restore the player to normal mode.
|
height
|
Optional
|
360 pixels
|
Height of the media player, in pixels.
|
name
|
Required if source is not
defined
|
|
Name of the media player.
The name
attribute is required when you invoke JavaScript functions.
|
onComplete
|
Optional
|
|
Custom JavaScript function to run when the
FLV file has finished playing.
|
onLoad
|
Optional
|
|
Custom JavaScript function to run on loading
of the player component.
|
onStart
|
Optional
|
|
Custom JavaScript function to run when the
FLV file starts playing.
|
quality
|
Optional
|
high
|
The quality of the media playback:
|
source
|
Required if name is not defined
|
|
The URL to the FLV file. This can be a URL
relative to the current page.
You can store the FLV file on
the ColdFusion server or any other streaming server.
|
style
|
Optional
|
|
The following are the supported styles:
bgcolor: The background color of the media player.
borderbottom: A numeric value. The default is 10.
bordertop: A numeric value. The default is 10.
borderleft: A numeric value. The default is 10.
borderright: A numeric value. The default is 10.
titletextcolor: Hexadecimal value of RGB color. For example,
specify the color white as ##FFFFFF or FFFFFF. The default is black.
titlebgcolor: Hexadecimal value of RGB color. The default
is black.
progresscolor: The foreground color for the progress bar.
Hexadecimal value of RGB color. The default is black.
progressbgcolor: The background color for the progress bar.
Hexadecimal value of RGB color. The default is black.
controlscolor: The foreground color of the controls in the
Control panel. Hexadecimal value of RGB color. The default is black.
controlbarbgcolor: The background color of the controls.
Hexadecimal value of RGB color. The default is black.
|
width
|
Optional
|
480 pixels
|
Width of the media player, in pixels.
|
wmode
|
Optional
|
window
|
Specifies the absolute positioning and layering
capabilities in your browser: window: Plays the media
player in its own rectangular window on a web page
opaque: Hides everything behind the media player on the web
page
transparent: Lets the background of the web page show through
the transparent portions of the media player
|