Posted by rightsprocket on August 6, 2009 at 7:17pm
| Project: | Video Filter |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
Comments
#1
Added a patchfile for this issue.
#2
Committed. Thanks!
#3