Posted by jtsnow on January 14, 2010 at 4:24pm
2 followers
Jump to:
| Project: | Video Filter |
| Version: | 6.x-2.7 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Here is a patch that adds support for Yahoo Video (http://video.yahoo.com/). It is a bit hack-ish since I couldn't get the videos to work without the <embed> tag, but it does work.
| Attachment | Size |
|---|---|
| video-filter-yahoo.patch | 2.18 KB |
Comments
#1
I like things that work :)
This needs a look though I think:
$attributes['allowFullScreen'] = empty($video['autoplay']) ? 'false' : 'true';