How to add video player to your website? It is so easy:
1. Download player example here
2. And edit the code in index.html file, here is explanation, all you need is upload your own FLV video file in some folder of your website account and define link in the code. Default link to the movie is:
<a
href=”http://webnoob.info/video/flowplayer/video.flv”
style=”display:block;width:520px;height:330px”
id=”player”>
</a>
where http://webnoob.info/video/flowplayer/video.flv is link to your video file and width:520px; height:330px is a resolution of your video.
3. Flash player can work only with FLV files, so you should have FLV converter also, you can download it here , converter allows to convert most used video formats (MPEG, AVI, MP4 ) to FLV format.
Ok, and now an example of the FLOW-player