Link to home
Start Free TrialLog in
Avatar of rot299
rot299

asked on

IIS 6 flash (.swf) not loading

We are having a real weird issue with flash movies (.swf) not loading on our websites that are running with IIS 6 and JRun. I am quite sure it has something to do with JRun even though it doesn't seem like JRun should have any affect on flash. When I try to load the same swf files without JRun connected to the IIS website the flash file plays correctly but with JRun connected to the site it doesn't.

Im not exactly sure what is causing the problem but it seems like JRun is screwing something up ad we get the following error message when trying to access a swf file directly in the web browser:

Server Error
--------------------------------------------------------------------------------
Either the Macromedia application server is unreachable or it does not have a mapping to process this request.


Btw, We have the latest flash player installed.
Any help is appreciated.
ASKER CERTIFIED SOLUTION
Avatar of CDCOP
CDCOP

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rot299
rot299

ASKER

Thanks

"IIS 6 may not allow the extension to be read...so you would need to make sure it can."
- thanks. How do I check if IIS 6 can read the extension. The mime type is in IIS already.

Cheers
We did a temporary fix by deleating the mime type out of IIS  for .swf all together.. I feel we are crossing into a dark forrest.  why would iis 6 try to digest a .swf file from jrun in the first place and is there any need for iis to need to digest it? when you start doing flash remoting does iis need to know how to process it or will it work by just serving out the the client the .swf file

thanks