Hi, List!

There is an issue with loading an extermal JPEGs form a remote server.
It seems to be a bug.
I am loading a JPG image to a movie clip and cloning it using
Bitmap.draw(input_mc).
(SWF is hosted on domain A, JPG hosted on domain B.)
In this case loaded JPEG behaves exactly as an SWF loaded from a remore
server %\ (cross-domain data loading)
This means that it wount permit scripting it %|
So I am getting only white screen instead of a bitmap representation of
a symbol beeing cloned using BitmapData.
Since I can't add System.security.allowDomain("*"); to a JPEG file
The question is:
- any ideas how to access BitmapData of a remotely downloaded domain
(NOT the same as where SWF hosted )


Thanks.


_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to