更改通过 SWC 从 Flash 导出的 TextField 中的 Flex 值

发布于 2024-08-25 17:51:21 字数 262 浏览 6 评论 0原文

我在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

思慕 2024-09-01 17:51:21

如果调试器指示该值设置正确,那么问题可能是文本字段由于缺少字体而无法显示它?

检查您是否已在 SWC 中正确嵌入字体(检查 Adob​​e 文档 此处了解有关嵌入字体的更多信息)。

希望这有帮助...

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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文