Problem about Flash SWF with SSL and IE
Hello all,
I have a problem about flash + SSL + IE
For Flash SWF + SSL : http://kb2.adobe.com/cps/000/fdc7b5c.html -> we need remove the code in aspx page :
Response.Cache.SetCacheability(HttpCacheability.NoCache)
However, ie cache flash file. So, when the page reload then flash not reload.
For solve problem ie cache, we have http://kb2.adobe.com/cps/147/tn_14743.html -> it says we need add code in page :
Response.Cache.SetCacheability(HttpCacheability.NoCache) (conflict with SWF + SSL).
So, do we have solution for work around Flash SWF with SSL and IE ?
Thanks a lot,
Hai.
