我正在尝试从 Flash 访问 azure 上的一些资产。这需要一个跨域文件位于 blob 的根目录,即http://xxxxxxx.blob.core.windows.net/crossdomain.xml
我发现使用 Azure 存储资源管理器似乎没有办法将文件添加到根目录,我发现这篇文章http://www.odity.co.uk/articles/azure-crossdomain-xml-inside-root -of-blob-storage/详细介绍了一种程序化方法。但是我已经实现了代码并尝试测试并收到以下错误,这表明我可能无法将文件添加到根目录?
<Error>
<Code>OutOfRangeInput</Code>
<Message>
One of the request inputs is out of range. RequestId:5853bdc0-89ed-47f6-986e-f42badd38e75 Time:2012-06-13T09:37:58.0222882Z
</Message>
</Error>
谁能澄清这是否可能?