AS3错误说"流错误"但是手动加载时,它的存在 [英] as3 error says "Stream Error", but when loaded manually it's there

查看:282
本文介绍了AS3错误说"流错误"但是手动加载时,它的存在的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我看了其他几个问题,但它只是似乎并没有解释我的错误。

I've looked in several other questions, but it just doesn't seem to explain my error.

我得到的错误是错误#2044:未处理的ioError在:.文本=错误#2032:流错误网址:的 http://plustg.com/v2/_inc/_swf/getSavedSelfy.php     在snapshot_fla :: MainTimeline /帧1()[snapshot_fla.MainTimeline ::帧1:20]

The error i'm getting is "Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://plustg.com/v2/_inc/_swf/getSavedSelfy.php at snapshot_fla::MainTimeline/frame1()[snapshot_fla.MainTimeline::frame1:20]"

当将这个URL,它的负载。但不知何故,闪光灯将引发流错误。

When going to that URL, it does load. But somehow flash throws a stream error.

作为参考,这是所有有在第20行:VAR selfyXMLLoader:的URLLoader =新的URLLoader(); 这是的code休息:

For reference, this is all there is on line 20: var selfyXMLLoader:URLLoader = new URLLoader(); And this is the rest of the code:

var selfyXMLLoader:URLLoader = new URLLoader();
var selfyXMLRequest:URLRequest = new URLRequest('http://plustg.com/v2/_inc/_swf/getSavedSelfy.php');

selfyXMLLoader.load(selfyXMLRequest);
selfyXMLLoader.addEventListener(Event.COMPLETE, loadSelfy);

在这里奇怪的是,它在另一个网站时,更改为任何其他网址,它会奏效。

Strange thing here is that when changing it to any other url on ANOTHER website, it will work.

帮助将是巨大的。

推荐答案

我觉得有些认证是需要得到这个页面的内容。我试图访问它,我是一个提示登录/密码箱和消息:你需要成为一个beta测试,以查看此页。

I think some authentication is needed to get the content of this page. I tried to access it and I was prompted with a login/password box and the message: "You need to be a beta tester to view this page."

也许你已经authenticaded在你的浏览器,这将证明您可以访问的事实,但不是Flash。

Maybe you've already authenticaded in your browser, that would justify the fact that you can access, but not the Flash.

这篇关于AS3错误说"流错误"但是手动加载时,它的存在的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆