Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-15 Thread John McCormack
wrote: From: Glen Pike postmas...@glenpike.co.uk Subject: Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my! To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wednesday, January 13, 2010, 7:07 PM Hi, I think you need to add in the secure=false and make sure

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-15 Thread Henrik Andersson
Steven Loe wrote: I could load everything over https but it's ~7mb of swf and audio. It's going to be slower over https. I do not believe that it will be too noticeable. The transfer is done with a symetric encryption, it is very rare that those changes the data size at all (excluding some

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-14 Thread Steven Loe
permissions. Thanks! --- On Wed, 1/13/10, Glen Pike postmas...@glenpike.co.uk wrote: From: Glen Pike postmas...@glenpike.co.uk Subject: Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my! To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wednesday, January 13, 2010

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-14 Thread Karl DeSaulniers
...@glenpike.co.uk wrote: From: Glen Pike postmas...@glenpike.co.uk Subject: Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my! To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wednesday, January 13, 2010, 7:07 PM Hi, I think you need to add in the secure=false and make sure

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-14 Thread Karl DeSaulniers
postmas...@glenpike.co.uk wrote: From: Glen Pike postmas...@glenpike.co.uk Subject: Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my! To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wednesday, January 13, 2010, 7:07 PM Hi, I think you need to add in the secure

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-14 Thread Steven Loe
...@glenpike.co.uk wrote: From: Glen Pike postmas...@glenpike.co.uk Subject: Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my! To: Flash Coders List flashcoders@chattyfig.figleaf.com Date: Wednesday, January 13, 2010, 7:07 PM Hi,     I think you need to add in the secure

[Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Steven Loe
Adobe's documentation on this is not crystal clear (to me anyway). Hoping that someone who's been down this road can point me in the right direction. My app is hosted on a shared host (webFaction). The swfs are loaded over http. The users credit card data is transmitted over https. All works

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Dave Watts
1. Given the server configuration, how can I get around the security sandbox error when I make a https call? Load the SWF itself through HTTPS. 2. How bad (or not) is the resulting security created by the allow-access-from domain=*/ Well, it allows any Flash program to request public URLs

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Glen Pike
Hi, I would suggest a workaround is to serve the swf from a secure url too - that would reassure browsers that their details are secure - not many people will check the status bar, they tend to look for the padlock or the address bar - if that's got an https in, then they will be happy,

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Juan Pablo Califano
message -- From: Steven Loe stevenloe5...@yahoo.com Date: 2010/1/13 Subject: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my! To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Adobe's documentation on this is not crystal clear (to me anyway). Hoping that someone

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Steven Loe
Okay I've gotten the server folks to allow me to serve my own crossdomain.xml file. How do I craft a crossdomain policy file that will allow the swf (served via http) to access data served via https within the same domain? Here's my error: 2048: Security sandbox violation:

Re: [Flashcoders] Crossdomain.xml, shared hosting, https, oh my!

2010-01-13 Thread Glen Pike
Hi, I think you need to add in the secure=false and make sure that is the cross domain file served from the https connection on the server.. http://www.adobe.com/devnet/articles/crossdomain_policy_file_spec.html#allow-access-from-secure e.g. allow-access-from