I have a swf that is being loaded off of an https server. As it fires
up, it attempts to call a simple authentication service that lives on
the same host. This works fine under Firefox, Opera, and Safari.

However, under IE, it throws an exception:

[IOErrorEvent type="ioError" bubbles=false cancelable=false
eventPhase=2 text="Error #2032: Stream Error. URL:
https://host/path/script.php?username=allaryin&passwd=hash";]

Obviously, if I just load the url directly into IE, it loads fine.
This problem only occurs when flash tries to load the url for me.

When I monitor the query with Charles, it shows that the request is
being made correctly and that the information I am expecting is
successfully being returned. However, Flash is apparently ignoring the
response.

This behavior has been observed on different machines, running both XP
and Vista.

Thoughts?

Ammon
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to