source: trunk/www.guidonia.net/wp/wp-content/themes/blueleanmagazine/js/video.js@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 496 bytes
Line 
1function showVideo(id) {
2 document.write("<object width=\"243\" height=\"225\"><param name=\"movie\" value=\"http://www.youtube.com/v/"+id+">&amp;hl=en&amp;fs=1\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/"+id+"&amp;hl=en&amp;fs=1\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"243\" height=\"225\"></embed></object>");
3}
Note: See TracBrowser for help on using the repository browser.