闪光灯 + JavaScript + HTTPS(SSL)
我想支持通过 Flash SWF 购买商品。
Flash 支持发布到 HTTPs 吗? (假定对象容器使用播放器的 https 版本)
如果上述问题(通过 flash 发布 HTTPs)我可以在 HTTPs html 内通信 javascript<->flash 并通过 javascript 发布吗?
感谢您的帮助
I want to support purchasing items via a flash SWF.
Does flash support posting to HTTPs?
(given that the object container uses the https versions of the player)
If the above is a problem (posting HTTPs via flash) can I communicate javascript<->flash inside an HTTPs html and post via javascript?
Thanks for the help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它与 HTTPS 下的任何其他内容没有什么不同。只需确保它与其他任何东西托管在同一 HTTPS 服务器上,就可以开始了。
It's no different than anything else under HTTPS. Just make sure it's hosted on the same HTTPS server as anything else, and you're good to go.