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
    .action:
        package flyer {
            import flash.display.MovieClip;
        public class Flyer1 extends MovieClip{
                public function getxString():String
                {
                    return new String("xxhello");
                }
            }
        }
        import flyer.Flyer1;
            var greet:flyer.Flyer1 = new flyer.Flyer1();


                helloworld.text = greet.getxString();

    .end
  .include flyer.as
  .put helloworld
.end
----------------------------------------------
How do I reference the text of helloworld in version 9?

---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an 
existing subscription, please kindly point your favourite web browser 
at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>

Reply via email to