swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] version=9 and .action: block, how do I reference v


From: Matthias Kramm
Subject: Re: [Swftools-common] version=9 and .action: block, how do I reference vars??
Date: Mon, 24 Jun 2013 10:04:21 -0700
User-agent: Mutt/1.5.21 (2010-09-15)

On Sun, Jun 23, 2013 at 11:26:21AM -0400, David Liebman <address@hidden> wrote:
> I want to do something like this, but I get an error that the 
> 'helloworld' is not recognised. I get an error
> "warning: Couldn't resolve 'helloworld', doing late binding"
> --------------------------------------------------
> 
> .flash filename="awesome.swf" version=9
>    .font Sfont filename="somefont.TTF"
>    .edittext helloworld font=Sfont text="hello" width=100 height=100
> [...]
> How do I reference the text of helloworld in version 9?

Try appending as3name=helloworld to the edittext line.

Matthias



reply via email to

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