将动态图像从 Flex 传递到 PHP

发布于 2024-12-13 07:27:54 字数 150 浏览 0 评论 0原文

需要:

1) 在 Flex 中从 BitmapData 创建字节数组

2) 将此字节数组(或者可能用 b64 转换为字符串)传递给 php 脚本

3) 再次将此字节数组转换为 PHP 中的图像并显示它。

如何做到这一点?

Need to:

1) Create bytearray from BitmapData in Flex

2) Pass this bytearray (or maybe converted to string with b64) to php script

3) Convert this bytearray again to image in PHP and show it.

How to do this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

迷路的信 2024-12-20 07:27:54

如果您使用 HTTPService 来执行此操作,则可以使用正确的 content-type 填写 headers 属性...您可能需要查看此 http://en.wikipedia.org/wiki/Internet_media_type

If you are using a HTTPService to do that, you can fill out the headers property with the correct content-type ... you might want to look at this http://en.wikipedia.org/wiki/Internet_media_type

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