Flash IE6 and SSL Issues

by markedgington on October 20, 2009

Flash or data within flash not loading in IE6? Just change the following headers in code

<%
Response.AddHeader(“Cache-Control”, “cache, must-revalidate”);
Response.AddHeader(“Pragma”, “public”);
%>

or add into IIS via the Header Tab:

header(“Cache-Control: cache, must-revalidate”);
header(“Pragma: public”);

Then you will be relaxed once more.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Furl
  • LinkedIn
  • Reddit
  • TwitThis

Leave a Comment

Previous post:

Next post: