更改通过 SWC 从 Flash 导出的 TextField 中的 Flex 值
我在 Flash 中创建了一个包含动态文本字段和背景的 MovieClip 元件。我将其导出到 SWC 中(使用 此 方法),我正在尝试从 flex 中使用它。当我尝试更改文本字段的默认值时,不会显示新值(实际上,我在闪存中输入的默认值已在屏幕上清除,但在调试器中,它显示在文本字段中设置了新值)
I created a MovieClip symbol in flash containing a dynamic TextField and a background. I exported it in a SWC(using this method) and I'm trying to use it from flex. When I try to change the default value of the text field the new value is not displayed(indeed the default value I put in flash is cleared on screen, but in the debugger it shows that the new value is set in the text field)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果调试器指示该值设置正确,那么问题可能是文本字段由于缺少字体而无法显示它?
检查您是否已在 SWC 中正确嵌入字体(检查 Adobe 文档 此处了解有关嵌入字体的更多信息)。
希望这有帮助...
If the debugger indicates that the value is being set correctly, then perhaps the problem is that the textfield is unable to display it because of a missing font?
Check that you have correctly embedded the font in your SWC (check the Adobe docs here for more info on embedding fonts).
Hope this helps...