Advertisement
anatolionobre

Mrec Sem Clicar

Feb 9th, 2015
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. <script type="text/javascript" src="http://jwpsrv.com/library/naIBjJ_zEeOzIyIACmOLpg.js"></script>
  2.  
  3. <img src="%%VIEW_URL_UNESC%%http://s0.2mdn.net/dot.gif" width="1" height="1" style="display:none"/>
  4.  
  5. <div id="mrec_container" style="position:relative; width: 300px; height: 250px">
  6. <div id="mrec_container2"></div>
  7. </div>
  8.  
  9.  
  10. <script type="text/javascript">
  11.  
  12.  
  13. jwplayer("mrec_container2").setup({
  14. file: "http://newsl.iol.pt/pub/campanhas/vibrocil/Vibrocil.mp4",
  15.  
  16.  
  17. primary: "html5",
  18. controls: true,
  19.  
  20. mute: true,
  21. width: "300",
  22. height: "250",
  23. skin: 'five',
  24. stretching: 'exactfit',
  25. repeat: true,
  26. autostart: true,
  27.  
  28. });
  29.  
  30. </script>
  31.  
  32. <script type="text/javascript">
  33. /*
  34. dad = document.getElementById("mrec_container");
  35. son = document.createElement("div");
  36. son.innerHTML = "<div id='overlay_click' style='cursor:pointer; position:absolute; top: 0px; left: 0px; z-index: 10001; width: 300px; cursor:pointer; height:215px'><img src='http://s0.2mdn.net/dot.gif' height='215' width='300'/></div>";
  37. dad.insertBefore(son, dad.firstChild);
  38.  
  39. document.getElementById('overlay_click').onclick = function(e){
  40. window.open("%%CLICK_URL_ESC%%%%DEST_URL%%");
  41. e.stopPropagation();
  42. }
  43. */
  44.  
  45. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement