IE6, Flash, HTTP Requests, and YOU!
Sooo… here’s a little strange nugget of information we just discovered while loading in a .txt file into Flash content using loadVars.load(): the ActiveX Flash Player in IE 6 does NOT like GZIP compression and cache-control being set to no-cache from an HTTP request. Flash also doesn’t allow you to change the response type client-side, so the only solution is to change the host. We didn’t figure this out, this guy or gal did (thank you!). Also note - he’s specifically talking about XML here, but we also had this issue with plain Text files. Needless to say, the EyeWonder staging and live environments now take this into account, so load away with those txt files!
