Closed (fixed)
Project:
VideoField
Version:
6.x-1.01
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Nov 2009 at 21:13 UTC
Updated:
3 Jan 2014 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
bredi commentedadding tags
Comment #2
tamerzg commentedThis is great idea! Actually I was thinking about adding support for all video formats (including .avi, ,mpeg ,...). Any help in code or recommendations would be appreciated.
Comment #3
bredi commentedsweeet.
The filefield solutions uses jquery media module to do the player controls. But it simply passes to the file type and lets the browser plugins do the work.
http://drupaltherapy.com/node/50
Ideally, having options would be ideal. For example, "choose your player". Flash is great because it's more cross platform. But quicktime gives better quality, and can be download. It would be great to set a default player. Say, flash/flowplayer like you have, then have an option to "view in quicktime" button that switches to the qt player. or vice versa.
but... getting to support qt player first would be best! I think you could use jquery media's approach and just integrate it as you have done so well with flowplayer?
Comment #4
hypertext200See the latest commits
Comment #5
bredi commentedwow!!!! downloading now!