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&co...'.$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.

CommentFileSizeAuthor
#1 video_filter.codecs.inc_.patch944 bytesanon

Comments

anon’s picture

Version: 6.x-2.5 » 6.x-2.x-dev
Status: Active » Needs review
StatusFileSize
new944 bytes

Added a patchfile for this issue.

blackdog’s picture

Status: Needs review » Fixed

Committed. Thanks!

blackdog’s picture

Status: Fixed » Closed (fixed)