Needs work
Project:
Mediafield Display
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
11 Apr 2008 at 18:19 UTC
Updated:
17 Aug 2008 at 14:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
tatien commentedHere is the .info
Comment #2
tatien commentedShit, problem with upload :( here I try again.
Comment #3
tatien commentedHere is the .module
Comment #4
tatien commentedAnd here is a .js script
Comment #5
tatien commentedI would suggest the module is nonetheless added to the CVS if possible so users can try it, give feedback, etc.
Comment #6
colanYou may want to jump into the Rewriting mediafield as a filefield plugin discussion. We'd like to deprecate Media Field at some point, so it would be best to try and help moving File Field along. If you could port your efforts over there, and help the maintainer, it would truly be fantastic! ;)
I'm not sure that creating yet another media module is the way to go here as we'd like to move towards a single framework for this sort of stuff. Thoughts?
Comment #7
ekrispin commentedIt doesn't work. Both IE & FF.
I changed the display option of a video file field (that contains an wmv video) to the new "video player" option.
First, I had to comment the ". _video_get_parameters($field)" in line 415 (as u did for the other players cause it doesn't find the function).
Then it gives the message in 420.
BTW, you can add the avi at line 97 to be played by WMP.
Also, see at line 106 when the type is not recognized, it jumps to node/$node->nid instead of staying at the current node...
Comment #8
ekrispin commentedAnybody home?