ColdFusioning: Pronunciation \kold-fy�-zhn-ing\ Noun: The action of one that writes ColdFusion.

Quick Media and Video Player in ColdFusion 9

If you are using the new ColdFusion 9 and need a quick video player, check out the new cfmediaplayer tag:


<cfmediaplayer
name="Myvideo"
source="./billboard.flv"
width=500
height=400
align="middle"
quality="high"
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