将动态图像从 Flex 传递到 PHP
需要:
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 HTTPService 来执行此操作,则可以使用正确的
content-type
填写headers
属性...您可能需要查看此 http://en.wikipedia.org/wiki/Internet_media_typeIf you are using a HTTPService to do that, you can fill out the
headers
property with the correctcontent-type
... you might want to look at this http://en.wikipedia.org/wiki/Internet_media_type