ayleesh

Pagina Streaming Build

Jun 6th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. PAGINA 1 - CORPO
  2.  
  3. <html>
  4. <head>
  5. <style>
  6. html {
  7. position:relative;
  8. height:100%;
  9. width:100%;
  10. }
  11. </style>
  12. </head>
  13. <FRAMESET cols="75%,*" bordercolor="#259117">
  14. <FRAMESET rows="*,56px" frameborder="0">
  15. <FRAME marginheight="0" marginwidth="0" frameborder="1" scrolling="no" SRC="stream.html">
  16. <FRAME marginheight="0" marginwidth="0" frameborder="0" scrolling="no" SRC="collegamenti.html">
  17. </FRAMESET>
  18.  
  19. <FRAMESET rows="26px,*,26px" frameborder="0">
  20. <FRAME marginheight="0" marginwidth="0" scrolling="no" SRC="controls.html">
  21. <FRAME marginheight="0" marginwidth="0" scrolling="no" SRC="chat_f.html">
  22. <FRAME marginheight="0" marginwidth="0" scrolling="no" SRC="bottoni.html">
  23. </FRAMESET>
  24.  
  25. </FRAMESET>
  26. </html>
  27.  
  28. PAGINA 2 - STREAMING
  29.  
  30. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  31. <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
  32. <head>
  33. <title>stream</title>
  34. <style type="text/css">
  35. body,html{
  36. height:100%;
  37. }
  38.  
  39. div {
  40. height:100%
  41. }
  42. </style>
  43. </head>
  44. <body bgcolor="black">
  45. <div>
  46. <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%">
  47. <param name="movie" value="http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" />
  48. <param name="allowscriptaccess" value="always" />
  49. <param name="flashvars" value="channel=Onanim3" />
  50. <!--[if !IE]>-->
  51. <object type="application/x-shockwave-flash" data="http://cdn.livestream.com/chromelessPlayer/v21/playerapi.swf" width="100%" height="100%">
  52. <param name="allowscriptaccess" value="always" />
  53. <param name="flashvars" value="channel=Onanim3" />
  54. <!--<![endif]-->
  55. <a href="http://www.adobe.com/go/getflashplayer">
  56. <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
  57. </a>
  58. <!--[if !IE]>-->
  59. </object>
  60. <!--<![endif]-->
  61. </object>
  62. </div>
  63. </body>
  64. </html>
  65.  
  66. PAGINA 3 - CHAT
  67.  
  68. <html>
  69. <head>
  70. <style>
  71. form {
  72. background-color:black;
  73. display:inline;
  74. }
  75. </style>
  76. </head>
  77. <body bgcolor="black">
  78. <object border="0" width="100%" height="100%" data="http://chiacchiere.chatango.com/group" type="application/x-shockwave-flash">
  79. <param name="AllowScriptAccess" value="always" />
  80. <param name="AllowNetworking" value="all" />
  81. <param name="AllowFullScreen" value="true" />
  82. <param name="flashvars" value="cid=1330993740771&amp;a=000000&amp;b=100&amp;c=FF0033&amp;d=33FF00&amp;e=000000&amp;g=009900&amp;h=000000&amp;j=FFFFFF&amp;k=6699CC&amp;l=33FF00&amp;m=FFFFFF&amp;n=33FF00&amp;o=0&amp;w=0&amp;aa=1" />
  83. <param name="src" value="http://chiacchiere.chatango.com/group" />
  84. </object>
  85. </body>
  86. </html>
Add Comment
Please, Sign In to add comment