Advertisement
calfred2808

Play youtube web browser vb 2010

Dec 3rd, 2012
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.68 KB | None | 0 0
  1. Modification Of The Video Link:
  2.  
  3. Delete the watch? and replace the = with a /
  4.  
  5. http://www.youtube.com/watch?v=QLQBJugaoog
  6.  
  7. Will Become:
  8.  
  9. http://www.youtube.com/v/QLQBJugaoog
  10.  
  11. YouTube Parameters are used in this video. A complete list, of parameters and examples, can be found at:
  12.  
  13. http://code.google.com/apis/youtube/player_parameters.html
  14.  
  15. The list of parameters includes: 1. autohide
  16. 2. autoplay
  17. 3. border
  18. 4. cc_load_policy
  19. 5. color
  20. 6. color1, color2
  21. 7. controls
  22. 8. disablekb
  23. 9. enablejsapi
  24. 10. egm
  25. 11. fs
  26. 12. hd
  27. 13. iv_load_policy
  28. 14. loop
  29. 15. modestbranding
  30. 16. origin
  31. 17. playerapiid
  32. 18. playlist
  33. 19. rel
  34. 20. showinfo
  35. 21. showsearch
  36. 22. start
  37. 23. theme
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement