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

anon - August 10, 2009 - 22:01
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

blackdog - August 11, 2009 - 19:15
Status:needs review» fixed

Committed. Thanks!

#3

blackdog - August 20, 2009 - 18:20
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.