Closed (fixed)
Project:
Video Filter
Version:
7.x-3.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2011 at 12:35 UTC
Updated:
25 Jan 2012 at 12:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
drupik commentedComment #2
prston commentedAfter some testing, this issue is only present on the flash version of the player.
On the HTML5 version of the Youtube player everything is working great. So if you configure the module to use HTML5 if available, your problem will be fixed for visitors having HTML5-able browsers.
Hope this helps.
Comment #3
7wonders commentedand if you change line 189 of video_filters.codecs.inc to the following you will get FS in flash too:
$video['source'] = 'http://www.youtube.com/v/' . $video['codec']['matches'][1] . '?' . implode('&', $attributes) . '&fs=1';Comment #4
blackdog commentedFixed in 6.x & 7.x. Thanks!
Comment #5
blackdog commented