Three files.
http://flowplayer.org/documentation/ins … index.html
This file to be put in the VSD header of each page that will display video
Step 1: To include file flowplayer-3.2.4.min.js in the web page you place the following tag in the HEAD section of your web page:
<script src="path/to/the/flowplayer-3.2.4.min.js"></script>
Step 2: To place the link to your video file in the web page, the simplest way is to use the following A tag on your web page. The video will automatically play there:
<a
href="http://www.mywebsite.com/myVideo.flv"
style="display:block;width:425px;height:300px;"
id="player">
</a>
Step 3: Finally, to load the player on the A tag just described, you place the following script in your page, following the A tag:
<script language="JavaScript">
flowplayer("player", "path/to/the/flowplayer-3.2.5.swf");
</script>
This seems simple enough, just input my files and path to server. Step one I did "edit - Header".
Steps 2 and 3 I used the html tool in VSD to input
Somewhere I've goofed. Two answer your question I only added step one under the settings menu - edit header