Skip to main content
January 31, 2009
Question

How to Import text from a dynamic text field into the component

  • January 31, 2009
  • 1 reply
  • 564 views
Hi,
I would like to know how to import into an on stage instance of the component (well call it 'c_text') text from an on stage dynamic text field. The content of the dynamic textfield (well call it 't_txt') changes every so often, so I would like that any changes in the dynamic text field will be expressed in the component instance as well....can anyone get me started?
This topic has been closed for replies.

1 reply

Participant
February 1, 2009
I suggest you to go through Flex Tutorials

http://www.noupe.com/adobe/flex-developers-toolbox-free-components-themes-and-tutorials.html

Download and import a simple project (e.g. FlexBook) to your workspace, review the code, compile, ....

have fun!


February 1, 2009
Thats very general. Anything a little more specific for my problem?