That's right. The goal of crossdomain.xml is to limit what an evil person can do in a SWF served over the web so that the unsuspecting Web citizen isn't burned. It does not block access to the contents from someone who has the desire to see the content on their machine. If that same evil person can get to your hosts file, that's the fault of the OS and not Flash.
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Abdul Qabiz Sent: Friday, October 26, 2007 1:40 PM To: [email protected] Subject: Re: [flexcoders] crossdomain.xml... real or not-so-real security? Isn't it like running a standalone SWF which can access network and local data (provided u have right trust config)? Why to run a internal server and create host entry? SWF in AIR/Standalone can access data from foo.com. Can you put (give an example) this use-case in context of internet (public)? -abdul On 10/26/07, geoffreymina < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > wrote: Say there is a site which has a crossdomain.xml defined: http://www.foo.com/crossdomain.xml <http://www.foo.com/crossdomain.xml> with <allow-access-from domain="*.foo.com"/> If I were to load an SWF file on my internal webserver and create a local host file which contained an entry for fake.foo.com could I then load the SWF file from fake.foo.com and access data on www.foo.com? If this is the case, then it seems to me that crossdomain.xml is really just something to make people feel warm and fuzzy... and not at all a real security measure. Thanks, Geoff -- -abdul --------------------------------------- http://abdulqabiz.com/blog/ <http://abdulqabiz.com/blog/> ---------------------------------------

