TextField._target Property

ActionScript for Flash MX: The Definitive Guide, 2nd Edition
By Colin Moock
Chapter 18.  ActionScript Language Reference
TextField._target Property Flash 6

the target path of the text field, in slash syntax read-only
theField._target

Description

The _target property represents the path to theField in a Flash 4-style slash notation string. For example, if name_txt resides on the main movie timeline, name_txt's _target property is "/name_txt". To convert the slash-style path to an object reference, use eval( ). To retrieve a string giving the path to a text field in dot notation, use the global targetPath( ) function. Because slash notation is deprecated, this property is not used commonly and is supported for legacy reasons only.

See Also

Button._target, MovieClip._target, targetPath( )



    ActionScript for Flash MX. The Definitive Guide
    ActionScript for Flash MX: The Definitive Guide, Second Edition
    ISBN: 059600396X
    EAN: 2147483647
    Year: 2002
    Pages: 780
    Authors: Colin Moock

    flylib.com © 2008-2017.
    If you may any questions please contact us: flylib@qtcs.net