On Thu, 2003-07-17 at 13:44, Mike Vanecek wrote: > When I click on > > http://www.krusell.se/files/Multidapt%20Presentation.swf > > Mozilla asks if I want to save the file rather than starting macromedia. > > I have tested my setup at Macromedia and it works. The system is RH 9 > w/patches, Mozilla 1.3, and the latest Macromedia plugin. > > Would someone please see if the link works for them. > > If it does, any ideas on why it does not want to start macromedia for me?
Nope it does not work for me either. The issue is that the IIS server is not setting the Content-Type properly take a look at the headers sent on these two examples: THe first is your example and the second is one from my internal apache server. Note the Content-Type [EMAIL PROTECTED] bhughes]$ wget -S http://www.krusell.se/files/Multidapt%20Presentation.swf --13:59:30-- http://www.krusell.se/files/Multidapt%20Presentation.swf => `Multidapt%20Presentation.swf.2' Resolving www.krusell.se... done. Connecting to www.krusell.se[62.95.110.41]:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Server: Microsoft-IIS/5.0 3 X-Powered-By: ASP.NET 4 Connection: keep-alive 5 Date: Thu, 17 Jul 2003 19:00:34 GMT 6 Content-Type: application/octet-stream # browser can't tell what this is 7 Accept-Ranges: bytes 8 Last-Modified: Fri, 10 Jan 2003 10:44:47 GMT 9 ETag: "6e519c4b95b8c21:bef" 10 Content-Length: 204158 100%[=========================================================>] 204,158 108.71K/s ETA 00:00 13:59:32 (108.71 KB/s) - `Multidapt%20Presentation.swf.2' saved [204158/204158] here is one from my internal apache server [EMAIL PROTECTED] bhughes]$ wget -S http://compaq2/pub/AdvertiserContent/AbcoRents/upload/Abco1.swf --14:00:30-- http://compaq2/pub/AdvertiserContent/AbcoRents/upload/Abco1.swf => `Abco1.swf' Resolving compaq2... done. Connecting to compaq2[192.168.0.13]:80... connected. HTTP request sent, awaiting response... 1 HTTP/1.1 200 OK 2 Date: Thu, 17 Jul 2003 19:00:22 GMT 3 Server: Apache/1.3.14 (Unix) (Red-Hat/Linux) PHP/4.0.4pl1 4 Last-Modified: Wed, 20 Mar 2002 17:50:19 GMT 5 ETag: "c0004-40e83-3c98cbdb" 6 Accept-Ranges: bytes 7 Content-Length: 265859 8 Keep-Alive: timeout=15, max=100 9 Connection: Keep-Alive 10 Content-Type: application/x-shockwave-flash ## Browser can tell 100%[=========================================================>] 265,859 27.82K/s ETA 00:00 14:00:40 (27.82 KB/s) - `Abco1.swf' saved [265859/265859] [EMAIL PROTECTED] bhughes]$ HTH Bret -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list