I’m beginner in flash. I created a text from the text_tool in flash. I set the instance name ‘mytext’ and text type to dynamic. Now I want to change the text on run time. For example: current text is ‘hello world’ now when I run the flash file I want to change the text to ‘any random text’. So I used following code for this. mytext.text = 'any random text'; but on the run time I could see any text. Please help me how to change its text?
Thank you
I’m beginner in flash. I created a text from the text_tool in flash. I
Share
There could be multiple reasons for that, Please check for the following:
If there are multiple frames on your timeline and your
TextFieldis extended all over those frames then make sure you have provided the instance name to yourTextFieldon all theKeyFrameson the timeline.If you are using some fancy Fonts, try embedding the fonts, at times non-embedded Fonts create this problem.