Welcome, Guest
  • Author Topic: field identifier  (Read 1497 times)

    oliver antosch

    • Server what's that
    • *
    • Posts: 2
      • View Profile
      • Email
    field identifier
    « on: 10/14/03, 11:56 »
    How can I find out the unique name (field identifier) of a component (like a label or text box). So far I only found out the layer where its on.

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile
    Re:field identifier
    « Reply #1 on: 10/14/03, 12:04 »
    AS2 component have a complex arquitecture (see http://www.macromedia.com/devnet/mx/flash/articles/component_architecture.html) based on classes, and you can't simply go inside them and set a text. Usually getter/setter methods are available (see docs). Also most of them are swc files (precompiled) so you can't edit them like in MX.

    Jorge