Simple Stats has been installed and configured successfully. What next?
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.
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>
Continue to statistics by selecting Overview from the menu or refreshing the page.