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 (almost 13 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: |
This plugin lets you embed Flash content in wiki, issues, etc. thanks to the
{{flash(file, width, height)}} macro:
fileis required and is either an URL or an attachment namewidthis optional and defaults to 400heightis 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.