[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] set up a swf mime type on raq4?
- Subject: Re: [cobalt-users] set up a swf mime type on raq4?
- From: flash22@xxxxxxx
- Date: Wed Feb 14 07:01:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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