If you are using the new ColdFusion 9 and need a quick video player, check out the new cfmediaplayer tag:
ColdFISH is developed by Jason Delmore. Source code and license information available at coldfish.riaforge.org
<cfmediaplayer
name="Myvideo"
source="./billboard.flv"
width=500
height=400
align="middle"
quality="high"
fullscreencontrol="true"/>
1<cfmediaplayer
2 name="Myvideo"
3 source="./billboard.flv"
4 width=500
5 height=400
6 align="middle"
7 quality="high"
8 fullscreencontrol="true"/>
That's how simple it is to implement. Just put the FLV file on your server and change the source attribute above. That all being said, the tag is also very powerful and highly customizable. For a full list of attributes, check out
Adobe Help.
Comments
There are no comments for this entry.
[Add Comment] [Subscribe to Comments]