Have a look to the MovieMacro. It's more for YouTupe like videos but might work with local wmv files as well.
It is quite simple to write an own macro for this. My ExtractUrlPlugin can be used to get the raw URL from an attachment and then only the mentioned HTML code must be returned with the URL substituted. On Nov 15, 3:55 am, Matt Good <[EMAIL PROTECTED]> wrote: > On Nov 13, 7:16 am, "Ted Gifford" <[EMAIL PROTECTED]> wrote: > > > > >http://www.mioplanet.com/rsc/embed_mediaplayer.htm > > > {{{ > > #!html > > <OBJECT id="VIDEO" > > width="320" height="240" > > style="position:absolute; left:0;top:0;" > > CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" > > type="application/x-oleobject"> > > <PARAM NAME="URL" VALUE="your file or url"> > > <PARAM NAME="SendPlayStateChangeEvents" VALUE="True"> > > <PARAM NAME="AutoStart" VALUE="True"> > > <PARAM name="uiMode" value="none"> > > <PARAM name="PlayCount" value="9999"> > > </OBJECT> > > > }}} > > Trac disallows embedding object tags in the Wiki this way because it > would be a major security hole. > > It would probably be safe to write a WikiMacro that only allowed > embedding WMVs, maybe as attachments to the page, or stored somewhere > in the repository. > See:http://trac.edgewall.org/wiki/WikiMacros#DevelopingCustomMacros > > -- Matt > > > On Thu, Nov 13, 2008 at 8:01 AM, boskabouter <[EMAIL PROTECTED]> wrote: > > > > Can somebody tell me how to integrate a wmv file in the trac wiki > > > environment ? > > > > Thx in advance > > > > Paul > > > -- > > + - --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
