[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] set up a swf mime type on raq4?



On Thu, 8 Feb 2001, Paul Schmidt wrote:

> i found that after transferring one of my customer's web sites over that a
> particular swf file would not open in Netscape on my RaQ4 but ran fine on an
> NT server.  someone told me that i have to set up a mime type for a swf
> file.  could anyone tell me how to do this?  i am a newbie to Linux so
> please include details.

 .swf is a shockwave flash file, you need

AddType application/x-shockwave-flash .swf

while your in there , you might as well also add

AddType application/x-director .dcr

(plain shockwave/director files)

gsh