实战Flash mx 2004+XML+ASP
作者 佚名技术
来源 服务器技术
浏览
发布时间 2012-07-12
.sgxg._visible = true; _root.bill21._x = 525; _root.bill21._y = 425.6-render*25; //三轧秤 render = FileRepley.childNodes[0].attributes["三轧秤"]; _root.lineTo(550, 447.6-render*25); _root.createEmptyMovieClip("showNum22", 22); theItem = _root["showNum22"]; theItem._x = 550; theItem._y = 447.6-render*25; theItem.index = 22; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill22", 72); _root.bill22.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill22.sgxg.text = render; _root.bill22.sgxg.border = false; _root.bill22.sgxg.textColor = "0xffffff"; _root.bill22.sgxg.borderColor = "0xffffff"; _root.bill22.sgxg.background = false; _root.bill22.sgxg.backgroundColor = "0x666666"; _root.bill22.sgxg._visible = true; _root.bill22._x = 550; _root.bill22._y = 425.6-render*25; //连轧入库秤 render = FileRepley.childNodes[0].attributes["连轧入库秤"]; _root.lineTo(575, 447.6-render*25); _root.createEmptyMovieClip("showNum23", 23); theItem = _root["showNum23"]; theItem._x = 575; theItem._y = 447.6-render*25; theItem.index = 23; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill23", 73); _root.bill23.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill23.sgxg.text = render; _root.bill23.sgxg.border = false; _root.bill23.sgxg.textColor = "0xffffff"; _root.bill23.sgxg.borderColor = "0xffffff"; _root.bill23.sgxg.background = false; _root.bill23.sgxg.backgroundColor = "0x666666"; _root.bill23.sgxg._visible = true; _root.bill23._x = 575; _root.bill23._y = 425.6-render*25; //连轧出库秤 render = FileRepley.childNodes[0].attributes["连轧出库秤"]; _root.lineTo(600, 447.6-render*25); _root.createEmptyMovieClip("showNum24", 24); theItem = _root["showNum24"]; theItem._x = 600; theItem._y = 447.6-render*25; theItem.index = 24; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill24", 74); _root.bill24.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill24.sgxg.text = render; _root.bill24.sgxg.border = false; _root.bill24.sgxg.textColor = "0xffffff"; _root.bill24.sgxg.borderColor = "0xffffff"; _root.bill24.sgxg.background = false; _root.bill24.sgxg.backgroundColor = "0x666666"; _root.bill24.sgxg._visible = true; _root.bill24._x = 600; _root.bill24._y = 425.6-render*25; //200T铁水秤 render = FileRepley.childNodes[0].attributes["200T铁水秤"]; _root.lineTo(625, 447.6-render*25); _root.createEmptyMovieClip("showNum25", 25); theItem = _root["showNum25"]; theItem._x = 625; theItem._y = 447.6-render*25; theItem.index = 25; theItem.attachMovie("circle", "circle", 1); _root.createEmptyMovieClip("bill25", 75); _root.bill25.createTextField("sgxg", 100, 0, 0, 40, 20); _root.bill25.sgxg.text = render; _root.bill25.sgxg.border = false; _root.bill25.sgxg.textColor = "0xffffff"; _root.bill2 |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 在SWF中获取HTML网页参数下一篇: 球体发光效果和基础Action的学习
关于实战Flash mx 2004+XML+ASP的所有评论