Hello Fadi,

playing videos has not much to do with Cocoon. What you are doing is only delivering static content to the client. Whether it is a video or an image makes no difference for Cocoon.

In general your sitemap snippet looks ok. But it's difficult to say as we don't know any directory structure nor your environment. What's this XML? What does "it was not working" mean? Do you have something in the log files?

Jörg

On 04.04.2006 11:21, Fadi Qutaishat wrote:
Hi all,

I have got a simple question:

Is this the right way to play video files within
cocoon environment:

Inside the XML file:

<doc>
...
...
<a href="vidmsani.mpeg">play video</a>
...
</doc>


For the sitemap:

...
...
<map:match pattern="*.mpeg">
<map:read mime-type="video/mpeg"
src="prototype/{1}.mpeg"/>
</match>
...
...

I have tried it but it was not working!

Any help would be appreciated.

Fadi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to