Hey all!
I’d appreciate some help… my goal (in the end) is to make text fields that are active, have an external glow… kinda cool effect.
anyways- one thing I need to write the code, is a way to track down the “focus” of the tab fields. Publishing in flash six, i can usually do the following
trace (selection.getFocus());
which would then help me track down the focus of the active text fields… this doesn’t seem to work anymore. i’m publishing in flash 8… whats the deal? this or
selection.setFocus();
don’t seem to work anymore! Can someone help me with this kind of operation in flash 8? I simply need to know how to track down active fields, and change them… thanks everyone!
Brett