Contents
Embed Flash content
Description
Plugin provides macro [[Embed(...)]] for embedding flash content into wiki pages.
Bugs/Feature Requests
Existing bugs and feature requests for FlashEmbedMacro are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out FlashEmbedMacro from here using Subversion, or browse the source with Trac.
Installation hints
From a bash command prompt:
# unzip flashembedmacro-r10922.zip # cd flashembedmacro/0.11 # python setup.py bdist_egg # cp dist/TracFlashEmbedMacro-0.95RC1-py2.4.egg /your-trac-project/plugins/ # apachectl graceful
Usage and Examples
Macro produces html code for embedding flash content from certain service, by it's 'key' and content id. It also can embed simple SWF by it's URL.
Available keys:
- youtube: video from YouTube http://youtube.com
- vimeo: video from Vimeo http://vimeo.com
- swf: SWF by URL or attachment link
- flv: insert JW Player with flv file, you must provide extra purl parameter
Optional parameters:
- w and h: width and height of embedded flash object
Enable in the trac.ini file
For a global install, you need to ensure the following is added to your [components] section
tracflashembed.macros.embedmacro = enabled tracflashembedmacro = enabled
Embed YouTube or Vimeo
[[Embed(youtube=emYqURahUKI)]] [[Embed(vimeo=3840952,w=400,h=300)]]
Embed SWF by url
[[Embed(swf=http://trac-hacks.org/attachment/wiki/FlashEmbedMacro/flowers.swf?format=raw,w=500,h=400)]] [[Embed(swf=/attachment/wiki/FlashEmbedMacro/flowers.swf?format=raw,w=500,h=400)]]
Embed SWF from attachment
[[Embed(swf=flowers.swf,w=500,h=400)]] [[Embed(swf=attachment:flowers.swf,w=500,h=400)]]
If swf parameter starts with 'http://', 'https://' or '/', it's treated as URL. Otherwise it's processed as attachment.
The 'attachment:' prefix is optional, so examples above are equivalent.
If it doesn't play, check this setting in the trac.ini file
[attachment] render_unsafe_content = true
Embed FLV video
Note, that you'll need JW Player hosted somewhere.
[[Embed(flv=video.flv,purl=/jwplayer.swf,w=500,h=400)]]
The url for flv file is handled same as swf.
Recent Changes
[10984] by rjollos on 12/01/11 12:18:13
Added plugin revision info to webadmin page.
[7801] by rudyryk on 03/31/10 01:29:39
FlashEmbedMacro: patch #5168 applied for enabling flv-player embedding
[7800] by rudyryk on 03/31/10 00:52:10
FlashEmbedMacro bugfix #6258,
syntax should work in general case
[5614] by rudyryk on 04/27/09 18:33:13
#4937, trac-links to attachments allowed
Author/Contributors
Attachments
- flowers.swf (4.6 kB) -
SWF example
, added by rudy@05bit.com on 04/27/09 18:34:54.

