实战Flash mx 2004+XML+ASP
作者 佚名技术
来源 服务器技术
浏览
发布时间 2012-07-12
d("sgxg", 100, 0, 0, 40, 20); _root.bill10.sgxg.text = render; _root.bill10.sgxg.border = false; _root.bill10.sgxg.textColor = "0xffffff"; _root.bill10.sgxg.borderColor = "0xffffff"; _root.bill10.sgxg.background = false; _root.bill10.sgxg.backgroundColor = "0x666666"; _root.bill10.sgxg._visible = true; _root.bill10._x = 250; _root.bill10._y = 425.6-render*25; //一钢口原料秤 render = FileRepley.childNodes[0].attributes["一钢口原料秤"]; _root.lineTo(275, 447.6-render*25); _root.createEmptyMovieClip("showNum11", 11); theItem = _root["showNum11"]; theItem._x = 275; theItem._y = 447.6-render*25; theItem.index = 11; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill11", 61); _root.bill11.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill11.sgxg.text = render; _root.bill11.sgxg.border = false; _root.bill11.sgxg.textColor = "0xffffff"; _root.bill11.sgxg.borderColor = "0xffffff"; _root.bill11.sgxg.background = false; _root.bill11.sgxg.backgroundColor = "0x666666"; _root.bill11.sgxg._visible = true; _root.bill11._x = 275; _root.bill11._y = 425.6-render*25; //100T铁水秤 render = FileRepley.childNodes[0].attributes["100T铁水秤"]; _root.lineTo(300, 447.6-render*25); _root.createEmptyMovieClip("showNum12", 12); theItem = _root["showNum12"]; theItem._x = 300; theItem._y = 447.6-render*25; theItem.index = 12; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill12", 62); _root.bill12.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill12.sgxg.text = render; _root.bill12.sgxg.border = false; _root.bill12.sgxg.textColor = "0xffffff"; _root.bill12.sgxg.borderColor = "0xffffff"; _root.bill12.sgxg.background = false; _root.bill12.sgxg.backgroundColor = "0x666666"; _root.bill12.sgxg._visible = true; _root.bill12._x = 300; _root.bill12._y = 425.6-render*25; //一钢南连铸 render = FileRepley.childNodes[0].attributes["一钢南连铸"]; _root.lineTo(325, 447.6-render*25); _root.createEmptyMovieClip("showNum13", 13); theItem = _root["showNum13"]; theItem._x = 325; theItem._y = 447.6-render*25; theItem.index = 13; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill13", 63); _root.bill13.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill13.sgxg.text = render; _root.bill13.sgxg.border = false; _root.bill13.sgxg.textColor = "0xffffff"; _root.bill13.sgxg.borderColor = "0xffffff"; _root.bill13.sgxg.background = false; _root.bill13.sgxg.backgroundColor = "0x666666"; _root.bill13.sgxg._visible = true; _root.bill13._x = 325; _root.bill13._y = 425.6-render*25; //一钢东连铸 render = FileRepley.childNodes[0].attributes["一钢东连铸"]; _root.lineTo(350, 447.6-render*25); _root.createEmptyMovieClip("showNum14", 14); theItem = _root["showNum14"]; theItem._x = 350; theItem._y = 447.6-rend |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 在SWF中获取HTML网页参数下一篇: 球体发光效果和基础Action的学习
关于实战Flash mx 2004+XML+ASP的所有评论