tags:

views:

49

answers:

0

Hi,

I am looking to have flv videos displayed on my site, without any controls, and playing in a loop. So far I've succeeded with JWPlayer, however I do not wish to pay for a license, nor do I want to have their watermark on my videos. (They are meant to be seen as banner-type videos, hence my need to remove the controls)

I've also been able to get it right with this:

<embed src ="http://www.bsnwebsites.com/videos/player/player.swf?file=http://www.bsnwebsites.com/videos/blueflame.flv" width="220" height="100" allowfullscreen="true" align="left"/>

But then I can't seem to find the right parameter to remove the controls. I've googled it, to no avail. Any way this can be done?

Thank you