Advertisement
artursn

Untitled

Jul 7th, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. в коде страницы
  2. <script language="javascript" type="text/javascript">
  3.     $(document).ready(function(){
  4.         reniewComments(50)
  5.      });
  6.  
  7.     var flashvars = {};
  8.     flashvars.linkfromdisplay = "true";
  9.     flashvars.autostart = "true";
  10.     flashvars.height = "384";
  11.     flashvars.width = "640";
  12.     flashvars.repeat = "none";
  13.     flashvars.displayheight = "384";
  14.     flashvars.displaywidth = "640";
  15.     flashvars.file = "mystreamname.sdp";
  16.     flashvars.bufferlength = '0.1';
  17.     flashvars.controlbar = "over";
  18.     flashvars.icons = "false";
  19.     flashvars.streamer = "rtmp://msk2.condensa.ru/live-274922801/";
  20.     var params = {};
  21.     params.menu = "true";
  22.     params.allowscriptaccess = "always";
  23.     params.allowfullscreen = "true";
  24.     params.autostart = "true";
  25.     var attributes = {};
  26.     attributes.id = "Player";
  27.     attributes.name = "Player";
  28.     swfobject.embedSWF("/embed/mediaplayer.swf", "Player", "640", "384", "9.0.0","/embed/expressInstall.swf", flashvars, params, attributes);
  29. </script>
  30. у нас на сайте
  31. <script language="javascript" type="text/javascript">
  32.        var flashvars = {};
  33.     flashvars.linkfromdisplay = "true";
  34.     flashvars.autostart = "true";
  35.     flashvars.height = "384";
  36.     flashvars.width = "640";
  37.     flashvars.repeat = "none";
  38.     flashvars.displayheight = "384";
  39.     flashvars.displaywidth = "640";
  40.     flashvars.file = "mystreamname.sdp";
  41.     flashvars.bufferlength = '0.1';
  42.     flashvars.controlbar = "over";
  43.     flashvars.icons = "false";
  44.     flashvars.streamer = "rtmp://msk2.condensa.ru/live-274922801/";
  45.     var params = {};
  46.     params.menu = "true";
  47.     params.allowscriptaccess = "always";
  48.     params.allowfullscreen = "true";
  49.     params.autostart = "true";
  50.     var attributes = {};
  51.     attributes.id = "Player";
  52.     attributes.name = "Player";
  53.         swfobject.embedSWF("http://sportlive1.com/embed/mediaplayer.swf", "Player", "640", "384", "9.0.0","http://sportlive1.com/embed/expressInstall.swf", flashvars, params, attributes);
  54. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement