Re: [Flashcoders] If a URL starts with “http: //” will clip always be loaded into REM OTE sandbox?

2010-06-07 Thread Anthony Pace
Oops... Geeze...sorry... realized you were talking about swf files and not images...posted this after working for 43 hours straight. For images it is just using javascript and canvas to grab Pixel info from your image, and then send it to flash using ExternalInterface. In your case, with an

Re: [Flashcoders] If a URL starts with “http: //” will clip always be loaded into REM OTE sandbox?

2010-06-06 Thread Anthony Pace
You can bypass this with javascript, and canvas. On 6/5/2010 1:58 PM, Henrik Andersson wrote: Pavel Repkin wrote: 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

Re: [Flashcoders] If a URL starts with “http: //” will clip always be loaded into REM OTE sandbox?

2010-06-05 Thread Henrik Andersson
Pavel Repkin wrote: 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? Yes