Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Flash not displayed

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Next:  COM+ object cant run  
Author Message
alonso_oso

External


Since: Oct 08, 2003
Posts: 1



(Msg. 1) Posted: Wed Oct 08, 2003 5:26 am
Post subject: Flash not displayed
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello,
I'm deploying a site with Dreamweaver.
I want to display some Flash buttons, but IE doesn't show them through IIS (I use IIS 5.0 SP4).
When I type http://localhost/Mypage.htm, the buttons just don't appear and IE gets stuck looking for them.
However, when I access the page locally (C:\path\MyPage.htm) the buttons display properly.
Do I need any IIS Flash extension? Which may be the problem?

Thanks for any help.

 >> Stay informed about: Flash not displayed 
Back to top
Login to vote
user658

External


Since: Aug 26, 2003
Posts: 1525



(Msg. 2) Posted: Wed Oct 08, 2003 4:33 pm
Post subject: Re: Flash not displayed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Wed, 8 Oct 2003 02:26:04 -0700, Alonso <alonso_oso.TakeThisOut@eresmas.com>
wrote:

 >Hello,
 > I'm deploying a site with Dreamweaver.
 > I want to display some Flash buttons, but IE doesn't show them through IIS (I use IIS 5.0 SP4).
 > When I type <a style='text-decoration: underline;' href="http://localhost/Mypage.htm," target="_blank">http://localhost/Mypage.htm,</a> the buttons just don't appear and IE gets stuck looking for them.
 > However, when I access the page locally (C:\path\MyPage.htm) the buttons display properly.
 > Do I need any IIS Flash extension? Which may be the problem?

Not an IIS issue, you may want to check with the Dreamweaver support
options. Best guess is the HTML is wrong and pointing to a local
path, but again, it's not an issue for this group.

Jeff<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Flash not displayed 
Back to top
Login to vote
whizzrd

External


Since: Oct 08, 2003
Posts: 6



(Msg. 3) Posted: Wed Oct 08, 2003 8:53 pm
Post subject: Re: Flash not displayed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This might be a problem with the mime-types configuration
Open the propertes of the Internet Information Server
click the Edit button in the Computer MIME Map section
verify existance of entry for .swf files with mime-type
"application/x-shockwave-flash"

--
Joris van Lier


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.524 / Virus Database: 321 - Release Date: 6-10-2003
 >> Stay informed about: Flash not displayed 
Back to top
Login to vote
anonymous564

External


Since: Dec 01, 2003
Posts: 1



(Msg. 4) Posted: Mon Dec 01, 2003 10:06 pm
Post subject: Re: Flash not displayed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We are having a similar problem. The .html file calls an .flv file. The .flv has a viewer which is to display a .swf file. We are using Windows 2003, IIS 6.0, Coldfusion MX 6.1. If I call the .html file, the .flv file plays correctly, but when I click on the button to play the .swf file, nothing happens. If I use the path of a mapped network drive directly to the file in the browser, it plays correctly. If I play the .html file on a NT 4.0 server, IIS 5.0, and ColdFusion 5.0, it also displays correctly. I tried adding .swf file to the mime types as you suggested, but it didn't fix the problem. There are no other mime file types listed. I also checked the IIS 5.0 and it has no mime files listed either.
 >> Stay informed about: Flash not displayed 
Back to top
Login to vote
kenremove

External


Since: Aug 23, 2003
Posts: 2901



(Msg. 5) Posted: Tue Dec 02, 2003 6:53 pm
Post subject: Re: Flash not displayed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

What do your IIS logs say? Does IIS see the request for the .swf file? What
HTTP response does it log?

Cheers
Ken


"Joe Bigler" <anonymous DeleteThis @discussions.microsoft.com> wrote in message
news:060F49A1-C493-4508-910D-54EA293798C5@microsoft.com...
: We are having a similar problem. The .html file calls an .flv file. The
..flv has a viewer which is to display a .swf file. We are using Windows
2003, IIS 6.0, Coldfusion MX 6.1. If I call the .html file, the .flv file
plays correctly, but when I click on the button to play the .swf file,
nothing happens. If I use the path of a mapped network drive directly to
the file in the browser, it plays correctly. If I play the .html file on a
NT 4.0 server, IIS 5.0, and ColdFusion 5.0, it also displays correctly. I
tried adding .swf file to the mime types as you suggested, but it didn't fix
the problem. There are no other mime file types listed. I also checked the
IIS 5.0 and it has no mime files listed either.
 >> Stay informed about: Flash not displayed 
Back to top
Login to vote
steve13

External


Since: Dec 09, 2003
Posts: 1



(Msg. 6) Posted: Tue Dec 09, 2003 3:47 pm
Post subject: Re: Flash not displayed [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can try this, it worked for me.

On your IIS server, uncheck "Enable Content Expiration" for the directory
that is serving the .swf file.

Here is the kb article where I read while searching for the same problem you
listed.

<a style='text-decoration: underline;' href="http://support.microsoft.com/?kbid=812935" target="_blank">http://support.microsoft.com/?kbid=812935</a>

Good luck,
Steve Kozakoff

"Joe Bigler" <anonymous RemoveThis @discussions.microsoft.com> wrote in message
news:060F49A1-C493-4508-910D-54EA293798C5@microsoft.com...
 > We are having a similar problem. The .html file calls an .flv file. The
..flv has a viewer which is to display a .swf file. We are using Windows
2003, IIS 6.0, Coldfusion MX 6.1. If I call the .html file, the .flv file
plays correctly, but when I click on the button to play the .swf file,
nothing happens. If I use the path of a mapped network drive directly to
the file in the browser, it plays correctly. If I play the .html file on a
NT 4.0 server, IIS 5.0, and ColdFusion 5.0, it also displays correctly. I
tried adding .swf file to the mime types as you suggested, but it didn't fix
the problem. There are no other mime file types listed. I also checked the
IIS 5.0 and it has no mime files listed either.<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Flash not displayed 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Page Cannot Be Displayed - W2K Pro, IIS 5.0 - Hello, I am currently running into a repeated problem with W2K, IIS 5.0. I run a few small and simple websites, both HTML and ASP.NET, and every now and then, when trying to view the sites, I get "The page cannot be displayed - The page you are...

FTP Folders displayed to everyone. - Hi all, I am running windows 2000 server with sp4. I am also running the FTP server. It all works good, however, when my clients use their ftp client and they log into their folder they can also move up in the directory to the point they can see..

SSL - Page cannot be displayed - Hi...I've got a website that I need to secure. I've applied my certificate, and when I try to access the site, I get a page cannot be displayed error. The site is not using any host headers, and has its own IP address. I think I've downloaded..

the page cannot be displayed - I can't view pages that I created (.html,.asp, etc...). I keep getting an error message: The page cannot be displayed. I'm running win xp pro sp1. Please Help Thaer

Page cannot be displayed--error 2236 - I have IIS 6 installed on our 2003 Server. Our Libary program installed on the server requires IIS to work properly. When I right-click-->browse on the program, I get a "Page Can Not be Displayed" message (with friendly errors) a "S...
   Web Hosting and Web Master Forums (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]