all groups > flash actionscript > december 2004 >
You're in the

flash actionscript

group:

Dynamic Text questions


Dynamic Text questions mp0510
12/14/2004 10:41:17 PM
flash actionscript: I am passing a variable (name) from one slide in Flash Pro to another and
displaying it in a dynamic text box. The problem is tracing the variable shows
it is there, but the text box is empty. Any ideas? Thanks, Mike
Re: Dynamic Text questions NSurveyor
12/14/2004 10:46:14 PM
Re: Dynamic Text questions mp0510
12/14/2004 11:55:41 PM
The code is at work and I am at home, but here is the basic design:
PresentationSlide: _global.V_Name = 'Blank' Slide 1: InputTextbox to get name.
UI Component (v2) with listener. When person hits enter, tab, etc, text is
assigned to V_Name. Slide 2: trace(V_Name); displays correct data. Dynamic
Text box assigned variable of 'V_Name'. Static text boc contains additional
info. The static text box displays perfect, but the dynamic text box is blank.
Re: Dynamic Text questions mp0510
12/15/2004 2:53:15 AM
Any ideas??

Re: Dynamic Text questions mp0510
12/15/2004 12:44:06 PM
I have even tried having the dynamic text box on the same slide as the input
textfield. I assign it to be 'blank', so it should actually be populated with
the letters for the word 'blank,' but the textbox is empty until I type in the
input field and hit 'enter.' Then the dynamic textbox shows the new name. But
when I move to the next slide, the same exact box on that slide is empty. Any
ideas? Mike
Re: Dynamic Text questions mp0510
12/15/2004 10:04:40 PM
NSurveyor,

Any ideas on this one?

AddThis Social Bookmark Button