# Updating dynamic text fields

**URL:** https://forum.kirupa.com/t/updating-dynamic-text-fields/67669
**Category:** flash
**Created:** [October 18, 2004, 6:22pm UTC](https://forum.kirupa.com/t/updating-dynamic-text-fields/67669 "2004-10-18T18:22:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dante2010](https://avatars.discourse-cdn.com/v4/letter/d/cdc98d/32.png) [@dante2010](https://forum.kirupa.com/u/dante2010)
#### Post date: [October 18, 2004, 6:22pm UTC](https://forum.kirupa.com/t/updating-dynamic-text-fields/67669/1 "2004-10-18T18:22:20Z")

</div>

[font=verdana, arial, helvetica][size=2]Hi,

I have some dynamic text fields that I am loading with text within the flash.

My problem is that once I’ve set a text field to a value, I can’t seem to set it to anything else.

IE:

mc\_menuContent.txt\_title.text = “TITLE 1”;

… then at another point doing this …

mc\_menuContent.txt\_title.text = “TITLE 2”;

… doesn’t seem to update the text field properly. It always shows TITLE 1.

Is there a trick to getting it to refresh properly or something?[/size][/font]

I’ve attached a test .fla here so you can see the problem I’m having.

[http://www.talktonight.com/text\_test.fla](http://www.talktonight.com/text_test.fla)
