我正在尝试直接从 Google Docs 加载以 CSV 格式的电子表格。我已经发布了它并获得了这个 URL,它在浏览器中运行良好,如果我使用 Flash CS5 IDE 运行。当它在网络浏览器(本地或在线)中运行时,它只是挂起并且永远不会加载或给出错误。
var request:URLRequest=new URLRequest(file); var loader:URLLoader=new URLLoader();
loader.addEventListener(Event.COMPLETE,onLoadXML);
loader.addEventListener(IOErrorEvent.IO_ERROR,onLoadXMLError); loader.load(请求);
有什么想法吗?
http://spreadsheets.google.com/pub?key=0AhTK6MB0cCLQdDloTFd0TDgzVE04Nm51RTMtM3I3WUE&hl=en&output=csv