source: trunk/www.guidonia.net/wp/wp-content/plugins/tubepress/ui/players/youtube/youtube.js@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 189 bytes
Line 
1function tubepress_youtube_player(galleryId, videoId) {
2 window.location = "http://www.youtube.com/watch?v=" + videoId;
3}
4
5function tubepress_youtube_player_init(baseUrl) {
6 //nada
7}
Note: See TracBrowser for help on using the repository browser.