I've created a patch from the current dev release that refactors the HTML output into a template file, which should make maintenance simpler. I've also removed the added layer of Internet Explorer Quicktime playback, to keep it closer to the original implementation, and because it seemed that if we're going to rely on a plugin to play the video it may as well be consistently Flash. That case can be restored, of course!
| Comment | File | Size | Author |
|---|---|---|---|
| 1_refactored_html_output.patch | 4.93 KB | michaek |
Comments
Comment #1
michaek commentedAh, I see now that an older version of VfE had a Quicktime fallback. Well, I think Kroc Camen made the right call on that one! Old version: http://camendesign.com/code/video_for_everybody/test_qt.html
Comment #2
heylookalive commentedHi,
Thanks for the patch, I'll take a look at Kroc's updates and get this stuff through. I'm kind of split as to whether or not we'd need to break out the theme function to a file as really it shouldn't be modified too much otherwise it'd defeat the point in using a set approach - and future updates to the v4e approach I will be on top of with a module release.
Also it is possible to override the theming function via phptemplate_.
Thanks,
Alli.
Comment #3
Anonymous (not verified) commentedHi !
I've update Kroc's update today : here is the -rought - code with some development comment ! Maybe it can help you.
Comment #4
michaek commentedMy main reason to use a template file was legibility, not theming. I don't think there's much call for themers to modify the VfE implementation.