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

Version:6.x-2.5» 6.x-2.x-dev
Status:active» needs review

Added a patchfile for this issue.

AttachmentSize
video_filter.codecs.inc_.patch 944 bytes

#2

Status:needs review» fixed

Committed. Thanks!

#3

Status:fixed» closed (fixed)