ActionScript 1.0 和 XMLSocket [serverCertificateStatus]

发布于 2025-01-03 05:26:12 字数 315 浏览 2 评论 0原文

我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薆情海 2025-01-10 05:26:12

我想知道你正在从事什么样的项目,因为现在我们有 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)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文