Hello,
I'm blown away by this module, by the way. It's a fine piece of work.
When using the ffmpeg_helper module to display flash video, the 'download' link on the play screen results in the FLV file being downloaded.
I would think that in a flash player setup, it would be best to have the original file (mov, wmv, etc) be the default download, not the FLV.
Thanks
Comments
Comment #1
stmind commentedI should mention that I'm willing to write this, however there should probably be some discussion on whether it's a worthwhile modification, and if so, the best approach.
In looking at the code briefly, I think video_upload.module->video_upload_nodeapi() could define an additional node property such as "vidfile-original" upon loading. Then video.module->video_download() could utilize that property instead of "vidfile". It could fall back to "vidfile" if the "vidfile-original" was empty.
Thoughts?
Comment #2
hypertext200