[flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread saritha
I have a web page with external swf file(.swf)in it.
The external swf file loads images dynamically.
The files are put up in web server.
If the web server is not clustered (say it runs in single instance mode) the 
external swf loads properly in Internet Explorer 6.0,Internet Explorer 7.0 , 
Firefox 3.0 and Safari 3.0.
If the web server is clustered(say it runs with mulitple instances)
 the external swf does not load  in Internet Explorer 6.0 and Internet Explorer 
7.0.But it still loads properly in firefox and safari.

Its has become a show stopper issue.
Any Help on this would be appreciated.

Thanks 




[flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread saritha
I have a web page with external swf file(.swf)in it.
The external swf file loads images dynamically.
The files are put up in web server.
If the web server is not clustered (say it runs in single instance mode) the 
external swf loads properly in Internet Explorer 6.0,Internet Explorer 7.0 , 
Firefox 3.0 and Safari 3.0.
If the web server is clustered(say it runs with mulitple instances)
 the external swf does not load  in Internet Explorer 6.0 and Internet Explorer 
7.0.But it still loads properly in firefox and safari.

Its has become a show stopper issue.
Any Help on this would be appreciated.

Thanks 




Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread David Kramer
 crossdomain file? just off the cuff.

  - Original Message -
  From: saritha
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Adobe Flash Help Urgent
  Date: Tue, 19 May 2009 07:49:27 -



  I have a web page with external swf file(.swf)in it.
  The external swf file loads images dynamically.
  The files are put up in web server.
  If the web server is not clustered (say it runs in single instance
  mode) the external swf loads properly in Internet Explorer
  6.0,Internet Explorer 7.0 , Firefox 3.0 and Safari 3.0.
  If the web server is clustered(say it runs with mulitple instances)
  the external swf does not load in Internet Explorer 6.0 and Internet
  Explorer 7.0.But it still loads properly in firefox and safari.

  Its has become a show stopper issue.
  Any Help on this would be appreciated.

  Thanks

  



David Kramer CISSP
Secure Patterns
917.652.0632
www.securepatterns.com


Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Tom Chiverton
P.S. It's urgent to you, not to anyone else. If it's really urgent and 
important, get a support contract.

-- 
Helping to collaboratively establish back-end customized dynamic 24/7 
customers as part of the IT team of the year, '09 and '08

Tom Chiverton
Developer
Tel: +44 0161 618 5032
Fax: +44 0161 618 5099 
tom.chiver...@halliwells.com
3 Hardman Square, Manchester, M3 3EB
www.Halliwells.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB. A list of 
members is available for inspection at the registered office together with a 
list of those non members who are referred to as partners. We use the word 
?partner? to refer to a member of the LLP, or an employee or consultant with 
equivalent standing and qualifications. Regulated by the Solicitors Regulation 
Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged. If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents. If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.Halliwells.com.
 

Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Ron Wagner

On May 19, 2009, at 3:49 AM, saritha wrote:



 I have a web page with external swf file(.swf)in it.
 The external swf file loads images dynamically.
 The files are put up in web server.
 If the web server is not clustered (say it runs in single instance  
 mode) the external swf loads properly in Internet Explorer  
 6.0,Internet Explorer 7.0 , Firefox 3.0 and Safari 3.0.
 If the web server is clustered(say it runs with mulitple instances)
 the external swf does not load in Internet Explorer 6.0 and Internet  
 Explorer 7.0.But it still loads properly in firefox and safari.

 Its has become a show stopper issue.
 Any Help on this would be appreciated.

 Thanks


I've had to add a base href=http://www.full/path/to/ 
html_document.html to get everything to load on Windows. Have you  
checked the webserver error logs to see where it wants to grab the  
missing items from?

Ron



Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Guy Morton
Look at your web server compression settings. SSL. caching. All are  
things IE screws up on a regular basis.


Tell your users to download a browser that works. :-)

On 19/05/2009, at 5:49 PM, saritha wrote:




I have a web page with external swf file(.swf)in it.
The external swf file loads images dynamically.
The files are put up in web server.
If the web server is not clustered (say it runs in single instance  
mode) the external swf loads properly in Internet Explorer  
6.0,Internet Explorer 7.0 , Firefox 3.0 and Safari 3.0.

If the web server is clustered(say it runs with mulitple instances)
the external swf does not load in Internet Explorer 6.0 and Internet  
Explorer 7.0.But it still loads properly in firefox and safari.


Its has become a show stopper issue.
Any Help on this would be appreciated.

Thanks






Re: [flexcoders] Adobe Flash Help Urgent

2009-05-19 Thread Sam Lai
Instead of stabbing in the dark, try installing Fiddler on the Windows
client machine. It shows you all the calls any browser makes, the HTTP
headers and responses, everything basically.

Then compare the results before and after changing the web server
configuration. If it is anything like what Guy suggested above, you
should be able to see what's causing it. Then you have to work out how
to fix it :)

On 5/19/09, Ron Wagner r...@wagnertechnologies.com wrote:

 On May 19, 2009, at 3:49 AM, saritha wrote:



 I have a web page with external swf file(.swf)in it.
 The external swf file loads images dynamically.
 The files are put up in web server.
 If the web server is not clustered (say it runs in single instance
 mode) the external swf loads properly in Internet Explorer
 6.0,Internet Explorer 7.0 , Firefox 3.0 and Safari 3.0.
 If the web server is clustered(say it runs with mulitple instances)
 the external swf does not load in Internet Explorer 6.0 and Internet
 Explorer 7.0.But it still loads properly in firefox and safari.

 Its has become a show stopper issue.
 Any Help on this would be appreciated.

 Thanks


 I've had to add a base href=http://www.full/path/to/
 html_document.html to get everything to load on Windows. Have you
 checked the webserver error logs to see where it wants to grab the
 missing items from?

 Ron



 

 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Alternative FAQ location:
 https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links





-- 
Sent from my mobile device