On Mon, Feb 6, 2012 at 9:02 AM, Alexander Adema <[email protected]> wrote:
> Hey Guillaume,
>
> first of all, thanks for your help!
>
> I tried your way of inserting the video. But the wiki page doesnt shows a 
> windows with the video.
>
> My code was relativly easy:
>
> {{html}}
> <embed src="Video.AVI"></embed>
> {{/html}}

This kind of works for me on Firefox 10:

----------8<----------
{{velocity}}
{{html}}
<embed src="$doc.getAttachmentURL('test.avi')"></embed>
{{/html}}
{{/velocity}}
---------->8----------

I haven't tested with a real movie (I haven't attached any test.avi to
my page) but I get the black video window with the playback controls.

Hope this helps,
Marius

>
> Could it be possible that the format of the video is wrong?
> I know that there are some macro like the video macro that only works for 
> googlevideo or youtube.
>
> My video on itself is not bigger than 7MB.
>
> Alex
>
>
>
> -------- Original-Nachricht --------
>> Datum: Thu, 2 Feb 2012 16:29:09 +0100
>> Von: Guillaume Lerouge <[email protected]>
>> An: XWiki Users <[email protected]>
>> Betreff: Re: [xwiki-users] Video inserting
>
>> Hi Alex,
>>
>> that depends on whether your browser has the right plugin to read the
>> video
>> you uploaded.
>>
>> You can try the following:
>>
>>    - Attach your file to a wiki page
>>    - Edit the page in wiki edition mode
>>    - Make sure your <embed> tag is within the {{html}} macro
>>    (doc here:
>>    http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )
>>
>> This should work if your video is not too big.
>>
>> Guillaume
>>
>> On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema <[email protected]> wrote:
>>
>> > Hey,
>> >
>> > this is my first post and i hope to nothing wrong.
>> > I know that ther is a macro for linking up a video in xwiki-sides from
>> > other sources like youtube or something else.
>> >
>> > But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by
>> using
>> > the attachment selection?
>> >
>> > I've tried to put it with some html-code with <embed... but that won't
>> > work.
>> >
>> > Thanks for your help!!!
>> >
>> > Alex
>> > --
>> > Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
>> > belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
>> > _______________________________________________
>> > users mailing list
>> > [email protected]
>> > http://lists.xwiki.org/mailman/listinfo/users
>> _______________________________________________
>> users mailing list
>> [email protected]
>> http://lists.xwiki.org/mailman/listinfo/users
>
> --
> Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
> belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to