Vimeo Autoplay
rightsprocket - August 6, 2009 - 19:17
| Project: | Video Filter |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
If you change line 144 of the video_filter.codecs.inc file you can add autoplay to vimeo files:
$video['source'] = 'http://www.vimeo.com/moogaloop.swf?clip_id='.$video['codec']['matches'][1].'&server=www.vimeo.com&fullscreen=1&show_title=1&show_byline=1&show_portrait=0&color=&autoplay='.$video['autoplay'];
Just add the &autoplay='.$video['autoplay']; to the end.
I need to learn how to roll patches asap or else I would have. But figured I would post it here anyway till then.

#1
Added a patchfile for this issue.
#2
Committed. Thanks!
#3