All I want to do is start a netconnection and reflect the status in a text field on the stage… I’ve done this in 2.0 and it’s easy. Now with 3.0, using classes and whatnot, it seems impossible. I successfully wrote a class that connects, it’s just that I can’t update the dynamic textfield on the stage because the class cannot access it. I’ve tried looking through the livedocs on how items on the stage work now, but it only half makes sense to me. Can I even reference back to items already on the stage, or do I have to dynamically create the textfield in the class? I tried the latter method, but again I couldn’t reference back to the stage to add the new child.
Any help?
Also, it sucks that all of the actionscript 3.0 books (except the cookbook) aren’t coming out until the end of the summer…