Skip to content

cforce/redmine_embedded_video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

redmine_embedded_video

Author: Jan Pilz (see http://www.redmine.org/issues/5171)

Tested redmine 2.1.4 and 2.2.3, with ruby 1.8.7 and ruby 1.9.3.

  • git clone into redmine to plugins directory
  • rake redmine:plugins:migrate RAILS_ENV=production
  • restart redmine

Usage:

  • {{video(<ATTACHEMENT>|<URL>|<YOUTUBE_URL>[,<width>,<height>])}}

For external urls just use the complete http url to the video:

  • {{video(http://youtu.be/o9aA9wCQ9co)}}

You can fore video width and height:

  • {{video(http://youtu.be/o9aA9wCQ9co[640,480])}}

For relative scale just enter one value:

  • {{video(http://youtu.be/o9aA9wCQ9co[640,])}}

For attached videos, don't use any path in front of attachment filename

  • {{video(History.flv)}}
  • {{video(vid.swf)}}

About

Embedd Flash and Youtube videos into redmine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages