/pigeoncms/Modules/PigeonCms.VideoPlayer/views/wmvplayer/test.html

http://pigeoncms.googlecode.com/ · HTML · 79 lines · 55 code · 24 blank · 0 comment · 0 complexity · e378465db6b45075cd0472875f569854 MD5 · raw file

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>JW Player for Silverlight</title>
  5. <style type="text/css">
  6. body { background-color: #fff; padding: 0 20px; color:#000; font: 13px/18px Arial, sans-serif; }
  7. a { color: #360; }
  8. h3 { padding-top: 20px; }
  9. ol { margin:5px 0 15px 16px; padding:0; list-style-type:square; }
  10. </style>
  11. </head>
  12. <body>
  13. <h3>Example</h3>
  14. <p>Thanks for downloading! Below you see a simple embedded example of the <a href="http://www.jeroenwijering.com/?item=JW_WMV_Player">JW Player</a>.
  15. Copy-paste the source code and put the .JS, .XAML and .WMV files on your site to get started.
  16. </p>
  17. <div name="mediaspace" id="mediaspace"></div>
  18. <script type='text/javascript' src="silverlight.js"></script>
  19. <script type='text/javascript' src="wmvplayer.js"></script>
  20. <script type="text/javascript">
  21. var cnt = document.getElementById("mediaspace");
  22. var src = 'wmvplayer.xaml';
  23. var cfg = {
  24. file:'rtsp://media.just.it/produzione_video_congresso09',
  25. image:'preview.jpg',
  26. height:'240',
  27. width:'440'
  28. };
  29. var ply = new jeroenwijering.Player(cnt,src,cfg);
  30. </script>
  31. <h3>Licensing</h3>
  32. <p>The WMV Player is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/2.0/">Creative Commons License</a>.
  33. It allows you to use, modify and redistribute the script, but only for <b>noncommercial</b> purposes.
  34. For corporate use, <a href="http://www.jeroenwijering.com/?page=order">please apply for a commercial license</a>.
  35. </p>
  36. <h3>Quickstart</h3>
  37. <p>The easiest way to get to know the player is by using <a href="http://www.jeroenwijering.com/?page=wizard">the setup wizard</a>.
  38. Select an example, set the file or playlist you want to play and copy-paste the embed code to your site.
  39. </p>
  40. <h3>Wiki</h3>
  41. <p>The <a href="http://code.longtailvideo.com/trac">JW Player Wiki</a> contains a wealth of information about the player, including:</p>
  42. <ol>
  43. <li>All <a href="http://code.longtailvideo.com/trac/wiki/SLFormats">supported file formats</a> (and playlists).</li>
  44. <li>All <a href="http://code.longtailvideo.com/trac/wiki/SLVars">supported variables</a> for customizing the player.</li>
  45. <li>The <a href="http://code.longtailvideo.com/trac/wiki/SLAPI">javascript API</a> documentation.</li>
  46. <li>All <a href="http://code.longtailvideo.com/trac">previous versions</a> of the player.</li>
  47. </ol>
  48. <h3>Next steps</h3>
  49. <p>If you're ready to get professional about online video, check out these two services that take your site to the next level:</p>
  50. <ol>
  51. <li><a href="http://www.longtailvideo.com">LongTail Video</a> is a no-nonsense video advertisement network that will increase your traffic and monetize your streams. <a href="http://www.longtailvideo.com.com/signup.asp">Sign up</a>.</li>
  52. <li><a href="http://www.bitsontherun.com">Bits on the Run</a> is a hassle-free video management system that handles the encoding, streaming and tracking of your videos. <a href="http://www.bitsontherun.com.com/signup">Sign up</a>.</li>
  53. </ol>
  54. </body>
  55. </html>