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.

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:

Optional parameters:

  • w and h: width and height of embedded flash object

Embed YouTube or Vimeo

 [[Embed(youtube=emYqURahUKI)]]
 [[Embed(vimeo=3840952,w=400,h=300)]]

Embed SWF by url

 [[Embed(swf=http://media.nadprof.org/flash/rudy/flowers/flowers.swf,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)]]
 [[Embed(swf=wiki:FlashEmbedMacro:flowers.swf,w=500,h=400)]]

If swf parameter starts with 'http://', 'https://' of '/', it's treated as URL. Otherwise it's processed as attachment.

The 'attachment:' prefix is optional, so all three examples above do the same thing.

Recent Changes

[5614] by rudyryk on 04/27/09 18:33:13

#4937, trac-links to attachments allowed

[5426] by rudyryk on 03/29/09 18:56:40

[5425] by rudyryk on 03/29/09 18:51:59

New hack FlashEmbedMacro, created by rudyryk

Author/Contributors

Author: rudyryk
Maintainer: rudyryk
Contributors:

Attachments