Project

General

Profile

Plugins Directory » Embedded Flash Macro

Author: Fabien Crespel
Website: https://github.com/fcrespel/redmine_embedded_flash
Code repository: https://github.com/fcrespel/redmine_embedded_flash
Registered on: 2013-01-21 (over 11 years ago)
Current version: 1.0.0
Compatible with: Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x
User ratings:   (0)

This plugin lets you embed Flash content in wiki, issues, etc. thanks to the {{flash(file, width, height)}} macro:
  • file is required and is either an URL or an attachment name
  • width is optional and defaults to 400
  • height is optional and defaults to 300

Note that this plugin patches attachments_controller.rb to use the Content-Disposition: inline header for SWF files.
Without this change, Flash Player 10 and above would refuse to display attachments for security reasons.

Installation notes

Simply unzip the plugin code in vendor/plugins (Redmine 1.x) or directly the plugins folder (Redmine 2.x).
No migrations are required, as this plugin doesn't use the database.

Changelog

1.0.0 (2013-01-21)

Compatible with Redmine 2.5.x, 2.4.x, 2.3.x, 2.2.x, 2.1.x, 2.0.x, 1.4.x, 1.3.x, 1.2.x.

redmine_embedded_flash-1.0.0.zip (7.2 KB) redmine_embedded_flash-1.0.0.zip Fabien Crespel, 2013-01-21 22:04