You can attach the file to a ticket or wiki page. Reference the file like so: == Adding images == == Adding movie files == === Simple form if an attachment is in the ticket/wiki=== {{{ [[Movie(sample.webm)]] }}} Restricted ImageMacro format style: {{{ [[Movie(ticket:123:sample.mp4)]] }}} {{{ [[Movie(wiki:test/sub/sample.mp4)]] }}} === Embed youtube video === {{{ [[Moviehttps://www.youtube.com/watch?v=qRsLg6ZOd58&start=44&rel=0,style=width:320px;%20height:240px;)]] }}} The player's parameter can be passed as a query string. See also: ​https://developers.google.com/youtube/player_parameters === Embed metacafe video === {{{ [[Movie(http://www.metacafe.com/watch/1768855/the_size_of_all_planets_are_relative/)]] }}} === Embed vimeo video === {{{ [[Movie(http://vimeo.com/106808835)]] }}} Fully qualified form: * from your project's htdocs: {{{htdocs://site/filename.flv}}} * from a plugin's htdocs: {{{htdocs://plugin/dir/filename.flv}}} * from an attachment on ticket #1234: {{{ticket://123/filename.flv}}} * from an attachment on a wiki page: {{{wiki://WikiWord/filename.flv}}} * from your SVN repository revision [1024], you can also use HEAD as your revision: {{{source://1024/trunk/docs/filename.flv}}} {{{ [[Movie(file name.mp4) ]] }}}