[Zope] smil/dtml problem!!

Alexander Tuchacek atuc@gmx.de
Tue, 15 May 2001 11:36:17 +0200


At 11:22 15.05.2001, you wrote:
>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

thanks phil,

it works,
<dtml-call "RESPONSE.setHeader('Content-Type','application/smil')">

great,
alex