How to access dynamic text field on stage from within the document class
问题 I'm trying to access a text input that I've already placed on the stage (inside a movie clip) but with no luck. I've defined an instance name for this dynamic text field which is currentUserCount I've got something like this set up in the document class actionscript file: package { import flash.events.Event; import flash.net.URLLoader; import flash.net.URLRequest; import flash.display.Sprite; import flash.display.DisplayObject; import flash.display.MovieClip; import flash.display.Stage;