I realized that people here on this forum, like on many other forums, are not very helpful. The thing is not as easy as some claim it to be. I for my part had problems to get it work on IE and found out myself.
I try to help you.
I give you an entire example how to post the code. Just change and add what you need. The pattern can be well understood like that. I just used white in all the color codes and some other examples for gradients.
<a href="/YourFolder/YourVideo.flv" style="display:block; width:500px; height:360px;"
class="player"> </a>
<script language="JavaScript">
$f(".player", { src: '/YourFolder/flowplayer-3.1.5.swf', cachebusting: true },
{ clip: { autoPlay: false, autoBuffering: false},
plugins: { controls: {tooltips: {buttons: true},
tooltipColor: '#ffffff'}, { autoHide: 'always',
hideDelay: 3000, backgroundColor: '#ffffff',
bufferColor: '#ffffff', bufferGradient: 'low',
buttonColor: '#ffffff', buttonOverColor: '#ffffff',
sliderColor: '#ffffff', sliderGradient: [0.3, 0.0, 0.3],
volumeSliderColor: '#ffffff', volumeSliderGradient: [0.3, 0.0, 0.3]}},
canvas: {backgroundColor: '#ffffff',
backgroundGradient: [0.6, 0.0], border: '3px solid #ffffff'}
}); </script>
Make sure the paths to the files are correct and also try the entire paths instead of relative ones if it doesn't work.
Hope that helped.
Would appreciate a feedback and a link to the page where you got it to work.
Anodyne