How to Hide the Tracking Bar in Flowplayer

Flowplayer is a video player you can use to embed videos into your website. You can get this video player for free, or you can get the commercial version to add your own logo on the player. It features plug-ins such as analytics, captions and content. The controlbar plug-in, also known as the track bar, enables your viewers to track a video's timeline. Hiding the track bar keeps people from forwarding or tracking your video's timeline, ensuring that your videos are viewed throughout. To hide the controlbar, you must use a script that makes the controlbar disappear.

Instructions

    • 1

      Launch the website administrator tool or the HTML editor you are using to program the website where you have Flowplayer displayed.

    • 2

      Click the page of your website that is displaying the Flowplayer player you want to configure to hide the controlbar plug-in.

    • 3

      Highlight the script below (without quotations), right-click on the highlighted script and click "Copy" from the drop-down menu.

      "<script src="http://static.flowplayer.org/js/flowplayer-3.0.3.min.js"></script>

      <!-- Setup player with standard HTML syntax

      * movie file is specified in "href" attribute

      * player dimensions are defined with CSS -->

      <a href="/videos/weddingsample.FLV"

      style="display:block;width:360px;height:235px;"

      id="player">

      </a> <script type="text/javascript">

      flowplayer("player",{src: '/js/flowplayer-3.0.3.swf', wmode: 'opaque'},{ plugins:{controls:{autoHide: 'always'}},clip:{ autoPlay:false,autoBuffering:true}, canvas:{backgroundColor:'#7790ac'}});</script>"

    • 4

      Paste the script you copied in the "Code" section of your website administrator program or the HTML editor. You must paste this script in the code section of the page displaying the Flowplayer.

    • 5

      Save the changes by clicking the "Save" or "Apply" tab, depending on the HTML editing program you are using. The Web page where you entered the script will now be displaying the Flowplayer with the tracking bar hidden when people visit it.

Related Searches:

References

Comments

Related Ads

Featured