swftools-common
[Top][All Lists]
Advanced

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

Re: [Swftools-common] change text in textfield in child swf generated by


From: Matthias Kramm
Subject: Re: [Swftools-common] change text in textfield in child swf generated by swfc
Date: Fri, 26 Sep 2008 21:01:25 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

On Fri, Sep 26, 2008 at 08:16:14PM +0200, Eddie Adams <address@hidden> wrote:
> the parent swf generated by flash:
> 
> this.createEmptyMovieClip("edittext", 2);
> 
> var mcLoader = new MovieClipLoader();
> mcLoader.onLoadComplete = function() {
>      _root.edittext.myedittext = "set from parent";
> }

shouldn't that be _root.edittext.myedittext.text ?

If that doesn't work, try setting a variable:
    .text myedittext font=Fontname 
          text="set from child" variable=_root.textcontent

and then set "_root.textcontent" from parent.

Greetings

Matthias






reply via email to

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