Advertisement
VicariousHelpSite

Video

Dec 11th, 2013
4,296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. YouTube video on profile (pre-set for a 300px wide table)
  2. 1. Go to YouTube and select a video.
  3. 2. On the webpage address bar of your browser, grab the http line. ( Example:http://www.youtube.com/watch?v=GuJQSAiODqI )
  4. 3. Paste the letter/number combo after the v= and place it where the XXXXXX is in the below code in 2 places.
  5.  
  6. <div style="width:300px; height:170px; overflow:hidden!important; text-align:center; border:0px; border-color:black; border-style:solid;" class="zodiacdiv"><br />
  7. <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" height="170" width="300" style="position:relative; top:-45px;" class="zodiacvid">
  8. <param name="allowAccess" value="never" />
  9. <param name="allowNetworking" value="internal" />
  10. <param name="movie" value="http://www.youtube.com/v/XXXXXX&autoplay=1&fmt=18&loop=1" />
  11. <param name="wmode" value="transparent" />
  12. <embed type="application/x-shockwave-flash" allowAccess="never" allowNetworking="internal" src="http://www.youtube.com/v/XXXXXX&autoplay=1&fmt=18&loop=1" height="350" width="300" style="position:relative; top:-45px;" class="zodiacvid" wmode="transparent" /></object></div>
  13. <div style=”position:absolute; top:5px; right:5px;”></div>
  14. <style>.zodiacvid {display:block!important;height:350px!important;width:300px!important;} .zodiacdiv {); background-position:center center; background-repeat:no-repeat; background-color:000000;}</style>
  15.  
  16.  
  17. 4. Drop this code below a table code on your profile.
  18. 5. NOTE: If you have something in About Me that directs embed/objects to a particular width/height, you may need to remove that.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement