swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Swftools-common] png2swf Security.allowDomain


From: Matthias Kramm
Subject: Re: [Swftools-common] png2swf Security.allowDomain
Date: Thu, 19 Nov 2009 12:05:04 -0800
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed, Nov 18, 2009 at 12:45:40PM +0000, Adam Perry <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]