Advertisement
brianyang

YouTube Embed AllowNetworking

Feb 23rd, 2012
394
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. <!-- Code from Commenter Nichole Bohorquez - http://www.techairlines.com/2010/08/21/useful-youtube-url-tricks/comment-page-2/#comment-314224 -->
  2.  
  3. <object style="width: 640px; height: 480px;" width="100" height="100" data="http://www.youtube.com/v/XXXXXXXX?fs=0&amp;rel=0&amp;showsearch=0&amp;version=3&amp;modestbranding=1&amp;showinfo=0" type="application/x-shockwave-flash">
  4.  
  5. <param name="data" value="http://www.youtube.com/v/XXXXXXXX?fs=0&amp;rel=0&amp;showsearch=0&amp;version=3&amp;modestbranding=1&amp;showinfo=0&amp;controls=0" />
  6.  
  7. <param name="wmode" value="transparent" />
  8. <param name="allowFullScreen" value="false" />
  9. <param name="allowscriptaccess" value="always" />
  10. <param name="allownetworking" value="internal" /> <!-- The important parameter here -->
  11.  
  12. <param name="src" value="http://www.youtube.com/v/XXXXXXXXXX?fs=0&amp;rel=0&amp;showsearch=0&amp;version=3&amp;modestbranding=1&amp;showinfo=0" />
  13.  
  14. </object>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement