Skip to content

Instantly share code, notes, and snippets.

@Takazudo
Created March 12, 2011 17:37
Show Gist options
  • Save Takazudo/867394 to your computer and use it in GitHub Desktop.
Save Takazudo/867394 to your computer and use it in GitHub Desktop.
swfobject youtube wrapper
window.loadYoutube = function(params){
swfobject.embedSWF(
'http://www.youtube.com/v/' + params.videoId + '?enablejsapi=1&version=3',
params.placeholder,
params.width,
params.height,
'9.0.0',
'/rootdir/common/js/libs/expressInstall.swf',
null,
{ wmode: 'transparent' }
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment