Cocoon User wrote:

> i want to serve xml pages tha have .swf files inside (macromedia flash
> movies)
> 
> for .gif file i use
> 
> <map:match pattern="*.gif">
>  <map:read src="img/{1}.gif mime-type="image/gif"/>
> </map:match>
> 
> but i dont know what map is needing for .swf
> i try to use something just like gif's
> but dosent work


As per the Flash specifications the correct mimetype mappings for Flash
are:

.swf = application/x-shockwave-flash
.spl = application/futuresplash


-- 

"Those who would trade liberty for
  temporary security deserve neither"
                 - Benjamin Franklin


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

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

Reply via email to