Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type='text/javascript'>
  2.     $(document).ready(function() {
  3.        
  4.            
  5.     if (HasFlash()) {
  6.         EmbedViewerSwf(
  7.             "/static/flash/CBV_2p645.swf",
  8.             'awesomebeachcouple',
  9.             'edge5-a.stream.highwebmedia.com',
  10.             '/xml/viewer.xml',
  11.             '0',
  12.             'login_required_true_if_loggedin',
  13.              '0' ,
  14.             "https://ssl-ccstatic.highwebmedia.com/flash/playerProductInstall.swf",
  15.             'AnonymousUser',
  16.             "$.mydefchatconn('join_group_show')",
  17.             "$.mydefchatconn('spy_on_private')",
  18.             'registration_required()',
  19.             '0',
  20.             "https://ssl-ccstatic.highwebmedia.com/images/flashwatermark.png",
  21.             "chaturbate.com",
  22.             'anonymous',
  23.             'be3dfd8f7e80b47f6bec3cc7f5258926786ebd448db426c94e1899f88cbbd526',
  24.             '100',
  25.             '100'
  26.         );
  27.     }
  28.     else {
  29.         var html = "<div id='still_video' style='display: none'>";
  30.         html += "<video id='still_video_object'";
  31.         html += "src='http://origin15.stream.highwebmedia.com:1935/live-origin/awesomebeachcouple-sd-af20fbc572e6353afdaf0c345fd40e8fc96569a050795512315b7738c2f17a27_aac/playlist.m3u8'";
  32.         html += "width='498px' height='407px'";
  33.         html += "webkit-playsinline autoplay></video></div>";
  34.         $('#still_video_container').html(html);
  35.         $('#still_video').show();
  36.     }
  37.  
  38.  
  39.        
  40.        
  41.         var userAgent = navigator.userAgent;
  42.         if (!($.cookie('supress_bline')) && userAgent.indexOf('bline') == -1  && (userAgent.indexOf('iPhone') >= 0 || userAgent.indexOf('iPod') >= 0)) {
  43.             $('#bline_notice').show();
  44.         }
  45.         $('#dismiss_bline_notice').click(function(e) {
  46.             e.preventDefault();
  47.             $('#bline_notice').hide();
  48.             $.cookie('supress_bline', 1, { expires: 30, path: '/' });
  49.         });
  50.     });
  51. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement