Forum Moderators: open
I have a few pages with .swf movie files embedded in the .HTML. If I re-save the page as the extention .HTML the file works fine in FireFox. But with it as .HTM when you click the link, the Save As box comes up. Even when you save the file to your computer; it still does not work...
I could easily go through and just re-save the pages but I'm sure I'll miss some... There are probably 1000 with this and landing pages as well....
Thanks for any help,
Jeff
If the web server does not indicate the MIME type, or says that it is unknown, Internet Explorer on Windows tries to guess the type based on the first few bytes of the document, whereas Firefox forces you to save the page. The former is arguably more user-friendly, but the latter is definitely more secure.
Check with your server administrator to see if the MIME type for .htm is set to text/html, or if you use Apache, add the line
AddType text/html .html .htm
to the .htaccess file in your web root directory.