关于swfupload控件flash加载不上的问题

问题是:

访问本机开发环境 http://localhost/system/index.do ,
页面的swfupload上传按钮是好用的,下面js代码的alter返回true

访问本机开发环境 http://127.0.0.1/system/index.do
页面的swfupload上传按钮就不好用了,下面js代码的alter返回true

没明白为什么

js代码如下
SWFUpload.prototype.loadSupport = function () {
this.support = {
loading : swfobject.hasFlashPlayerVersion("9.0.28"),
imageResize : swfobject.hasFlashPlayerVersion("10.0.0")
};
alert(this.support.loading);
};

不知道怎么回复
我hosts文件没进行重定向
并且访问 测试环境服务器 http://192.168.0.30/system/index.do 也是一样不好用的

你把本机的host里面的文件有没有把127.0.0.1给重定向了的,有的话去掉就可以了