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 swf, you could just download the file to a webserver with a crossdomain policy file allowing you access, and then serve it up once it is completely downloaded.


On 6/7/2010 12:16 AM, Pavel Repkin wrote:
Anthony, thank you!
How is it possible?


On 6 June 2010 19:50, Anthony Pace<anthony.p...@utoronto.ca>  wrote:

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 with "http://";, the movie will be loaded in REMOTE sandbox?


Yes

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to