On Wed, Nov 18, 2009 at 12:45:40PM +0000, Adam Perry <a...@connect-group.com> 
wrote:
> I have been evaluating the excellent "swftools" suite, which looks to  
> be an extremely useful tool! In particular I am looking at png2swf and  
> jpg2swf.  I want to create a Flash 9 movie, but need to set  
> Security.allowDomain("*") !

Try compiling the following script with swfc:

.flash version=9
    .png image "image.png"
    .put image
    .action:
        Security.allowDomain("*")
    .end
.end

Matthias



Reply via email to