You are not logged in.
#1 2008-11-11 02:08:15
- Arcsin
- Member
- Registered: 2008-11-11
- Posts: 1
Media Plugin - Include videos from Vimeo
Hi.
I added functionality for adding videos from Vimeo, thought I'd share it with you.
Insert into plugins/media/js/media.js in function getType (line 302) under Google Video and YouTube:
Code:
// Vimeo
if ( v.match(/^http:\/\/(?:www\.){0,1}vimeo\.com\/(\d+)$/) ) {
f.width.value = '400';
f.height.value = '321';
f.src.value = 'http://vimeo.com/moogaloop.swf?clip_id=' + v.match(/^http:\/\/(?:www\.){0,1}vimeo\.com\/(\d+)$/)[1];
return 'flash';
}Enjoy!
Offline
#2 2009-08-03 12:02:06
- donto
- Member
- Registered: 2009-08-03
- Posts: 2
Re: Media Plugin - Include videos from Vimeo
Fantastic script.. thanks
Offline
© 2003-2010