Flash Player, security: If a URL starts with "http://" will the SWF always be loaded into REMOTE san
- by Pavel
Seems to be a question for a Flash security guru.
Suppose we are loading an external SWF movie with MovieClipLoader.loadMovie(url:String)
Is it safe to assume that if url starts with "http://", the movie will be loaded in REMOTE sandbox?
We need to tell local SWFs from remote ones to close a security hole.
If you need the context read on.
We…