apsya

Untitled

Nov 6th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6. <meta name="viewport" content="width=device-width" />
  7. <link rel="apple-touch-icon" href="logo.png" />
  8. <link rel="icon" type="image/vnd.microsoft.icon" href="favicon.ico">
  9. <link rel="icon" type="image/png" href="favicon.png">
  10. <title>Streaming</title>
  11. <style type="text/css">
  12. <!--
  13. body {
  14. background-color:white;
  15. font-family: sans-serif;
  16. font-size: 0.9em;
  17. }
  18. .code {
  19. font-family: monospace;
  20. font-size: 130%;
  21. }
  22. a {
  23. color: red;
  24. background: white;
  25. text-decoration: none;
  26. }
  27. #information {
  28. padding-top: 1em;
  29. padding-bottom: 1em;
  30. }
  31. .spiffy{display:block}
  32. .spiffy *{
  33. display:block;
  34. height:1px;
  35. overflow:hidden;
  36. font-size:.01em;
  37. background:#fff}
  38. .spiffy1{
  39. margin-left:3px;
  40. margin-right:3px;
  41. padding-left:1px;
  42. padding-right:1px;
  43. border-left:1px solid #white;
  44. border-right:1px solid #b60600;
  45. background:#df0b00}
  46. .spiffy2{
  47. margin-left:1px;
  48. margin-right:1px;
  49. padding-right:1px;
  50. padding-left:1px;
  51. border-left:1px solid #8c0100;
  52. border-right:1px solid #8c0100;
  53. background:#e60c00}
  54. .spiffy3{
  55. margin-left:1px;
  56. margin-right:1px;
  57. border-left:1px solid #e60c00;
  58. border-right:1px solid #e60c00;}
  59. .spiffy4{
  60. border-left:1px solid #b60600;
  61. border-right:1px solid #b60600}
  62. .spiffy5{
  63. border-left:1px solid #df0b00;
  64. border-right:1px solid #df0b00}
  65. .spiffyfg{
  66. padding:1em;
  67. background-color:#fff;
  68. }
  69. -->
  70. </style>
  71. </head>
  72. <body>
  73. <script type='text/javascript' src='jwplayer.js'></script>
  74. <div>
  75. <b class="spiffy">
  76. <b class="spiffy1"><b></b></b>
  77. <b class="spiffy2"><b></b></b>
  78. <b class="spiffy3"></b>
  79. <b class="spiffy4"></b>
  80. <b class="spiffy5"></b></b>
  81.  
  82. <div class="spiffyfg">
  83. <center>
  84. <b>Streaming</b>
  85. <div id='mediaspace'></div>
  86. <script type='text/javascript'>
  87. jwplayer('mediaspace').setup({
  88. 'flashplayer': 'player.swf',
  89. 'file': 'livestream',
  90. 'streamer': 'rtmp://43.230.5.234/live',
  91. 'controlbar': 'bottom',
  92. 'width': '848',
  93. 'height': '360'
  94.  
  95. });
  96. </script>
  97. </center>
  98.  
  99. <br />
  100. </div>
  101.  
  102. <b class="spiffy">
  103. <b class="spiffy5"></b>
  104. <b class="spiffy4"></b>
  105. <b class="spiffy3"></b>
  106. <b class="spiffy2"><b></b></b>
  107. <b class="spiffy1"><b></b></b></b>
  108. </div>
  109. </body>
  110. </html>
Advertisement
Add Comment
Please, Sign In to add comment