bumstyla
bumstyla

Reputation: 19

How to set focus to a TLFTextfield object

I have been trying to understand why it will not work for me. Im working on the timeline in FLASH CS5.

Upvotes: 1

Views: 1665

Answers (1)

pwang
pwang

Reputation: 488

According to this thread http://www.gotoandlearnforum.com/viewtopic.php?f=29&p=125498 you can try

txt.textFlow.interactionManager.setFocus();

Upvotes: 3

Related Questions