ActionScript 1.0 和 XMLSocket [serverCertificateStatus]
我对 Flash 很陌生,但需要编写一些老玩家也支持的东西,并且它必须使用 ActionScript 1.0/Flash 播放器 5.0
我注意到你不能使用:'serverCertificateStatus'所以这不起作用:
var sock = new XMLSocket;
trace(sock.serverCertificateStatus);
或者以其他方式将数据回显到某些动态文本字段/条件语句等。
有没有办法通过 ActionScript 1.0 验证证书?
如果没有,还有哪些替代方案?
I'm quite new to flash, but had a demand of writing something that'll be supported by older players as well, and it must be using ActionScript 1.0/Flash player 5.0
I've noticed you can't use: 'serverCertificateStatus' so this wouldn't work:
var sock = new XMLSocket;
trace(sock.serverCertificateStatus);
or otherwise echo the data to some dynamic text field/ conditional statement and so forth.
Is there a way to verify a certificate via ActionScript 1.0?
If not, what are the alternatives?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想知道你正在从事什么样的项目,因为现在我们有 as3 ;)
你可以使用 charles (http://www.charlesproxy.com/) 来调试 Flash 播放器发送或接收的数据。也许这有帮助。
或者切换到 html5,因为这将是未来。 (如果可能的话在您的项目中)
i m wondering what kind of project you re working on, because nower days we have as3 ;)
you can use charles (http://www.charlesproxy.com/) for debugging what data your flash player sends or receives. maybe this helps.
or switch to html5, because this ll be future. (if possible in your project)