JW Player

The JW Playerâ„¢ is the Internet's most popular and flexible media player. It supports playback of any format the Adobe Flash Player can handle (FLV, H.264, MP4, MP3, AAC, JPG, PNG and GIF). It also supports various streaming and playlist formats (including RMTP, HTTP, live streaming and more), a wide range of flashvar settings and an extensive JavaScript API.

The XML-based skinning functionality allows you to completely customize its look and its plugin architecture allows you to easily extend the player with features such as sharing, recommendations, searching, analytics and ad serving.

» See example
» Download JW Player

<html> 
 
<head> 
  <title>JW FLV Player Test</title> 
  <script 
    type="text/javascript" 
    src="http://media.flipstats.com/js/swfobject.js"></script> 
  <script 
    type="text/javascript" 
    src="http://www.flipstats.com/js/Z70MzDkA.js"></script> 
</head> 
 
<body> 
  <div id="flashbanner">This will be replaced by the SWF.</div> 
  <script type="text/javascript"> 
    var flashvars = { 
      "id": "mpl", 
      "file": "http://media.flipstats.com/stream/test.mp4" 
    }; 
    var params = { 
      "allowScriptAccess": "always", 
      "allowFullscreen": "true" 
    }; 
    var attributes = { 
      "id": "mpl"  
    }; 
    swfobject.embedSWF("http://media.flipstats.com/swf/jw.swf", 
                       "flashbanner", "300", "250", "9.0.115", 
                       null, flashvars, params, attributes); 
    </script> 
</body> 
 
</html>