views:

123

answers:

2

How to embed a Flash application into trac Wiki

Some PLUGIN or what?

+1  A: 

There's always http://trac-hacks.org/wiki/FlashEmbedMacro

Michelle Six
+1  A: 

shouldn't:

{{{
#!html
<embed yourflashapphere>
</embed>
}}}

just work? possibly need:

[wiki] render_unsafe_content = true

in configuration. you need it at least when embedding javascript.

lkraav