Advertisement
salahzar

YouTube.php

Apr 13th, 2015
362
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <html>
  2.   <object>
  3.     <embed src="http://www.youtube.com/v/
  4. <?php echo $_GET["v"] ?>
  5. &autoplay=1&amp;hl=it_IT&amp;fs=0" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="1024" height="1024">
  6.   </embed>
  7. </object>
  8. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement