我一直在使用Flash功能,以便用外部数据填充动态文本变量。该脚本工作正常,但现在运行速度非常慢 - 大约30秒左右。
myData = new LoadVars();
System.useCodepage = true;
myData.load("get_content.php?id="+_root.id); //get external content
myData.onLoad = function(success){
if (success){
my_dynamic_text.htmlText = this.content; //attach the read content to the my_dynamic_text varialble
}
}
你知道问题出在哪里吗?
答案 0 :(得分:0)
滚动条UIScrollBar只是以图形方式添加到textarea组件(my_dynamic_text) - 自动向上和向下滚动。除了整个代码之前的唯一行之外,没有其他onEnterFrame操作或循环:System.security.allowDomain("http://mydomain.com");