[Zope] smil/dtml problem!!

Phil Harris phil.harris@zope.co.uk
Tue, 15 May 2001 10:22:53 +0100


You'll need to set the correct header (content-type), to get the browser to
realise it should start an external program.

Try something like:

<dtml-call "RESPONSE.setHeader('Content-Type','some/type')">

Phil
----- Original Message -----
From: "Alexander Tuchacek" <alex@khm.de>
To: <zope@zope.org>
Sent: Tuesday, May 15, 2001 10:16 AM
Subject: [Zope] smil/dtml problem!!


> hallo all,
>
> i would like to generate a smil multimedia file dynamically during
> invokation, my problem is that when i generate a simple smil file as a
DTML
> Document the browser does not start the real player,
>
> i copied the same dtml/zope document to my local linux machine and from
> this server (same client!) it works, from another on the internet it does
> not??? i changed permisseon but this does not help????
>
> its really simple but i dont know how to solve.
>
> this is the dtml document:
> -----------
> <smil>
>
> <body>
> <video src="rtsp://io.khm.de/FLUSSER/8.2_a.rm"/>
> </body>
>
> </smil>
> ----------------
> url:
> http://eta.snm-hgkz.ch:8080/eta/www/db/xxx.smi
>
>
> thanks for help,
> alex
>
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )