我不知道怎么告诉flash让swf文件连接起来。 我也使用了crossdomain.xml,但没有任何改变。 这是xml代码:
<?xml version="1.0"?>
<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>
这是当我从我自己的计算机上运行它时swf文件上的错误(这个解决了):
SecurityError: Error #2028: Local-with-filesystem SWF file file:///*/index.swf cannot access Internet URL http://maps.googleapis.com/*.
at flash.display::Loader/_load()
at flash.display::Loader/load()
at BootstrapConfiguration/loadAddingAcceptLanguageHeaderIfAir()
at com.google.maps::ClientBootstrap/loadUrl()
at com.google.maps::ClientBootstrap/internalLoadBootstrap()
at com.google.maps::ClientBootstrap/executeNextFrameCalls()
at flash.utils::Timer/_timerDispatch()
at flash.utils::Timer/tick()
从网站运行swf文件时出现错误:
Initialization failed: please check the API key,
swf location, version and network availability.
我现在该怎么做!?
答案 0 :(得分:1)
尝试在IDE的选项或IDE中的相应选项中设置“-use-network = true”。这可能有所帮助。