summaryrefslogtreecommitdiff
path: root/themes/default/views/movie.html.php
AgeCommit message (Collapse)Author
2009-06-20Fix a javascript error that was breaking IE, and localizeBharat Mediratta
ADD_A_COMMENT otherwise ui.init.js bombs. Signed-off-by: <unostar@danalan.info>
2009-05-31Run all variables containing user-entered text through p::clean()Bharat Mediratta
2009-04-23Auto-hide the control toolbar so that it doesn't obscure the movie any ↵Bharat Mediratta
longer than it has to. This resolves ticket #199.
2009-02-25Add support MP4 movies also. Flowplayer supports them and can streamBharat Mediratta
them using the h264streaming plugin. Everything else is a fairly minor change.
2009-02-22Very basic movie support. You can upload a FLV file, we use ffmpeg toBharat Mediratta
extract a thumbnail out of it and if you click through we show it using flowplayer.