Might it be this...

public checkPolicyFile : Boolean

Specifies whether Flash Player should attempt to download a cross-domain policy 
file from the loaded object's server before beginning to load the object 
itself. 

Set this flag to true when you are loading an image (JPG, GIF, or PNG) from 
outside the calling SWF file's own domain and you expect to access the content 
of that image using BitmapData.draw(). If you attempt this operation without 
having specified checkPolicyFile at loading time, you may encounter a security 
error because the needed policy file has not been downloaded yet.

John

----- Original Message ----- 
From: "Dave Mennenoh" <[EMAIL PROTECTED]>
To: "Flash Coders List" <flashcoders@chattyfig.figleaf.com>
Sent: Sunday, February 03, 2008 3:00 PM
Subject: Re: [Flashcoders] Save MC as JPG


> OK -it seems to be the BitmapData.draw() method that is failing. On just 
> certain images (though all are jpeg's imported into Flash and turned into 
> MC's) draw() is copying an all white image, and on some it works. It doesn't 
> seem to be a size issue since some rather large images are working.
> 
> 
> Dave -
> Head Developer
> http://www.blurredistinction.com
> Adobe Community Expert
> http://www.adobe.com/communities/experts/ 
> 
> _______________________________________________
> 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