Results 1 to 5 of 5

Thread: Mime Type for swf

  1. #1
    Join Date
    Aug 2009
    Posts
    31

    Mime Type for swf

    I am trying to upload PDF flyers on my website but the problem is it cannot be displayed to web browsers. Now i want to upload swf flyers made from Flashpaper, Can any one tell me the mime type for SWF. Any recommendations and suggestions are appreciated.

  2. #2
    Join Date
    May 2008
    Posts
    4,831

    Re: Mime Type for swf

    MIME means Multipurpose Internet Mail Extensions, and refers to an official Internet standard that specifies how messages must be formatted so that they can be exchanged between different email systems. The file format SWF is a partially open repository for multimedia and especially for vector graphics, originated with FutureWave Software and has come under the control of Adobe.

  3. #3
    Join Date
    Dec 2008
    Posts
    371

    Re: Mime Type for swf

    It may be possible that your site is not returning the proper MIME content-type for SWF files.Macromedia Flash (SWF) files have the extension .swf and currently for historical reasons the MIME type is application/x-shockwave-flash. Macromedia Flash Player movies (SWFs) can be served from just about any web server. The only requirement is that the proper MIME type (Multi-Purpose Internet Mail Extensions) for SWFs be configured on the web server.

  4. #4
    Join Date
    May 2008
    Posts
    4,345

    Re: Mime Type for swf

    Some host servers may not be setup to handle specific file types such as mp3 or swf files. swf mime type is application/ x-shockwave-flash.
    MIME provides a way for non-text information to be encoded as text. AddType specified you are adding a new mime type (file type). application/ x-shockwave-flash is the actual mime parameter specs. swf is the extension of the file type.

  5. #5
    Join Date
    Feb 2012
    Posts
    1

    Re: Mime Type for swf

    I realize this thread is ancient, but for the sake of people who end up here with a Google search, I'd like to clear up a few statements here that aren't quite right.

    While it is true that MIME types originated to describe content types for data sent in email, they are now used in a very wide array of places. The most important use is for web servers to tell web browsers the type of data that is found at a particular URL.

    So HTML, for example, is text/html.

    Note that this has nothing to do with encoding binary data as text. That is handled separately. The MIME type describes the type of data once it has been decoded. For example, image/jpeg. Encoding as text for transport in email is described by the Content-Transfer-Encoding field, not the MIME type. It's not done at all for the web; instead the HTTP protocol provides Content-Encoding: header, which is used to describe binary compression rather than expansion into text.

    vishodhan's information is correct, and JonathanD provided the procedure for the Apache web server, if that's the server you're using.

    I just wanted to clear up the confusion about MIME types themselves.

Similar Threads

  1. Replies: 1
    Last Post: 16-08-2010, 05:25 PM
  2. Replies: 1
    Last Post: 16-08-2010, 04:44 PM
  3. Change mime type and file extensions through gpo's
    By DANIEL 602 in forum Active Directory
    Replies: 2
    Last Post: 13-10-2009, 06:59 PM
  4. MIME type detection in Internet Explorer
    By KACY5 in forum Software Development
    Replies: 3
    Last Post: 29-08-2009, 07:39 PM
  5. Replies: 4
    Last Post: 19-03-2009, 12:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,262,623.25301 seconds with 17 queries