Did you create appropriate MIME types for the swf file extension in Apache? If you haven't done this, then Apache will likely identify your files as the default type

解决方案 »

  1.   

    你能不能说中文?我在apache\conf目录下mime.types中添加了application/x-shockwave-flash swf
    application/x-shockwave-flash   flv在
    httpd.conf添加了
    <IfModule mime_module>
        #
        # TypesConfig points to the file containing the list of mappings from
        # filename extension to MIME-type.
        #
        TypesConfig conf/mime.types

    。。

       AddType text/html .shtml
       AddType application/x-shockwave-flash swf
       AddType application/x-shockwave-flash   flv
       AddOutputFilter INCLUDES .shtml
    </IfModule>但是还是不行我的系统使xp的
    是不是跟操作系统有关?
      

  2.   

    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_4151
    also check your firewall settings