Copy link to clipboard
Copied
hello,
i have a problem with flash/actionscript3
i have created a dynamic texfield named ristourne_resultat
the variable ristourne is a number, already calculated
my code says :
var textos:String;
textos=ristourne.toString();
ristourne_resultat.text=textos;
it doesn t work nothing appears...
i dont know why...
thanks
Alain
Is the textfield masked or turned in some other-than-normal orientation? Try embedding the font - that usually solves issues with text not appearing. Check to make sure the textfield text color is not the same as the textfield background color.
Copy link to clipboard
Copied
Is the textfield masked or turned in some other-than-normal orientation? Try embedding the font - that usually solves issues with text not appearing. Check to make sure the textfield text color is not the same as the textfield background color.
Copy link to clipboard
Copied
yes thanks it was a problem of embedding the font...
Copy link to clipboard
Copied
You're welcome.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now