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

Please check out my new site: http://ja.mesbrown.com/

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:

view plain print about
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.

TweetBacks

Comments

Recent Comments

RSS

Subscribe