On Mon, Feb 6, 2012 at 8:02 AM, Alexander Adema <alex_web(a)gmx.de> wrote:
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}}
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.
If the format of the video is wrong, you should at least get an error message.
Does the code you put in exactly "src="Video.AVI" or was that just a
simplification?
When you use src="Video.AVI" without path, it looks for Video.AVI in
/xwiki/bin/view/Example/ when your page is
/xwiki/bin/view/Example/Videotest.
If the file is an attachment for that page, I think you should link to
src="/xwiki/bin/download/Example/Video.AVI".
Hope that helps!