识别动态文本变量的来源

发布于 2024-09-15 04:08:32 字数 308 浏览 0 评论 0原文

我确信这很简单,但我是一个致力于修改 Flash 模板的新手,所以......抱歉。

我在舞台上有一个动态文本字段。它被分配了一个变量名称“a3”。当 Flash 运行时,它会加载该文本字段,其中包含名为“text.html”的 html 文件中文本字段的值,其中对应的变量名称为 &prices_txt3。 html 文件 (&prices_txt3) 中的字段名称与动态文本变量 (a3) 的字段名称之间的联系在哪里? “a3”变量用于将相同的文本填充到两个不同的动态文本字段中,我需要将不同的文本放入第二个字段中。只是不知道如何完成它。

提前致谢。

I'm sure this is simple, but I'm a newbie working to modify a flash template, so... Sorry.

I have a dynamic text field on the stage. It's assigned a variable name of "a3". When the flash runs, it loads that text field with the value of a text field in an html file called "text.html", in which the corresponding variable name is &prices_txt3. WHERE is the connection between the field name in the html file (&prices_txt3) and the field name for the dynamic text variable (a3) made? The "a3" variable is being used to populate the same text into two different dynamic text fields and I need to put different text into the second field. Just can't figure out how to get it done.

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

ら栖息 2024-09-22 04:08:32

您需要 ActionScript 编辑器选项卡,

请在此处观看

http://tv.adobe.com/#vi+f15914v1003< /a>

之后只需在代码中查找变量名称即可。

尝试模式:
单击 stage 并查看 as3 选项卡
然后单击您的元素并查看 as3 选项卡

you need ActionScript editor tab

watch it here

http://tv.adobe.com/#vi+f15914v1003

and after this just look up for your variable name in code.

try to modes:
click on stage and review the as3 tab
and click on your element and review as3 tab

狼性发作 2024-09-22 04:08:32

您是否在操作脚本代码中的任何位置看到“ExternalInterface”?

Do you see "ExternalInterface" anywhere in your actionscript code?

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