On Wed, 2006-07-12 at 19:43 +0200, Emmanuel Blot wrote:
> > Is it possible to embed movies into the wiki pages?
> 
> AFAICT, no. To embed a movie into a HTML page, some special HTML tags
> are probably required (such as <object ..>). This is beyond Trac's
> scope, I believe.

Trac doesn't provide a way to include <object> or <embed> tags required
to embed movies in a page since this would open Trac to security issues
by including unsafe content.

> Image macro is, well, dedicated to 'still' images - although animated
> GIF files may be supported.

Animated GIFs would work since they're used through the same <img> HTML
tag.

If you are set on embedding the movie in a page you could write your own
macro to include the necessary HTML:
http://trac.edgewall.org/wiki/WikiMacros#DevelopingCustomMacros

-- 
Matthew Good <[EMAIL PROTECTED]>

_______________________________________________
Trac mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac

Reply via email to