Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 xml 加载团队页面的 Flash 播放器。它适用于所有浏览器,但不适用于 Chrome?
加载栏出现但在开始时停止。xml 文件的 url 是正确的。
有谁知道为什么?
你在本地测试吗?除非您以特殊权限启动 chrome,否则 Chrome 会拒绝通过 flash 界面访问本地文件。我知道如何使用终端在 OSX 中执行此操作:
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --allow-file-access-from-files
我敢肯定Windows中也有等效的方法。