Re: [flexcoders] SandBox, crossdomain.xml

2007-11-13 Thread John VanHorn
1. Make sure you have the appropriate secure attributes in you crossdomain file: 2. Also note that flash player doesnt trust any self-signed certs. 3. be wary of the IE no-cache header thing. for #2 and #3, see: http://kb.adobe.com/selfservice/viewContent.do?externalId=fdc7b5c&sliceId=2 On No

[flexcoders] SandBox, crossdomain.xml

2007-11-12 Thread tommek
hey people, got some questions about crossdomain.xml i got a swf file that loads up under https//www.test.com and the swf file also load in https. now I had to make my crossdomain calls http so i can call http://sub1.test.com. We only have a SSL cert for www.test.com. So if I try to make a cros