Congratulations!

Simple Stats has been installed and configured successfully. What next?

Javascript Setup

Include the following javascript link on pages you you wish to have monitored. It should be placed inside the '<head>' element of your web page where you would normally include other scripts and should be included last.

The generated link below can be copied and pasted safely.

<script type="text/javascript" src="/actlab/ada564/wp-content/plugins/simple-flash-video/stats/simplestats.js"></script>

Player Setup (4.x Series)

Below is an example showing how to setup the video player.

<div id="videocontainer1">This text will be replaced</div>

<script type="text/javascript">
  var so = new SWFObject('/embed/mediaplayer.swf','video1','400','320','8');
  so.addParam('allowscriptaccess','always');
  so.addVariable('width','400');
  so.addVariable('height','320');
  so.addVariable('file','/videos/test.mp4');
  so.write('videocontainer1');
</script>
    

Show an example for the 3.x series player

Continue to statistics by selecting Overview from the menu or refreshing the page.