识别动态文本变量的来源
我确信这很简单,但我是一个致力于修改 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要 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
您是否在操作脚本代码中的任何位置看到“ExternalInterface”?
Do you see "ExternalInterface" anywhere in your actionscript code?