Knowledge Base
Here are the answers to many frequently asked questions, if you cannot find an answer to your question feel free to contact us.
• What are the benefits of having a Free Virtual Presenter? Show Answer | Hide Answer
Free Virtual Presenters is a great way to engage with the visitors of your website and help reduce your bounce rate.
Back to Top
• How do I add a free web video to my website? Show Answer | Hide Answer
• Why has my free web video stopped working? Show Answer | Hide Answer
• How do I stop my video playing when the website loads? Show Answer | Hide Answer
Simply remove FLVAutoPlay=1& from the code we provided with your video. There are 2 instances of the code, both need to be removed.
Back to Top
• How do I move/change the position of the play/pause button? Show Answer | Hide Answer
Simply adjust these numbers after BTNX= and BTNY=
For example change BTNX=110& to BTNX=50& to move the button higher up and change BTNY=270& to BTN=100& to move the button to the left.
Please note: There are 2 instances of each number, both must be changed to the same value and there must be an & after the value
Back to Top
• How do I remove the play/pause button? Show Answer | Hide Answer
Simply add this bit of code BTNVISIBLE=false& to the line starting with <param name="flashvars" value=", it should now look something like this:
<param name="flashvars" value="BTNVISIBLE=false&FLVAutoPlay=1&BTNX=110&BTNY=270&FLVX=-210&FLVContentPath=http://www.freevirtualservers.com/webvideo/freevideo.php?key=xxx" /> To make the button appear again just remove BTNVISIBLE=false&.
Please note there are 2 "flashvars" lines, you must add BTNVISIBLE=false& to both instances
If you are having trouble integrating, positioning or tweaking a web video we do offer a website integration service or facebook integration service.
Back to Top