Advertisement
projeman

video öncesi reklam

Jul 19th, 2011
2,986
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
DIV 0.67 KB | None | 0 0
  1.  <div class="player">
  2.         <script TYPE="text/javascript">
  3.     <!--
  4.     setTimeout('gizle()',15000);
  5.     FUNCTION gizle() {
  6.     var x=document.getElementById('reklam').style;
  7.     var y=document.getElementById('embed').style;
  8.     IF(x.display=='block') { x.display='none'; y.display='block'; }
  9.     ELSE { x.display='block'; y.display='none'; }
  10.     }
  11.     //-->
  12.     </script>
  13.     <div ID="reklam"  align="center"  style="display:block;">  
  14.     <font color="black" face="Tahoma" size="1">Video az sonra yuklenecektir.</font><br/>
  15.     <img src="http://www.superklipler.net/images/loader-bar.gif" alt="" />
  16.     </div>
  17. <div ID="embed" align="center" style="display:none;">  
  18. PLAYER KODUN
  19. </div>  
  20. </div> // player div
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement