Flex ImageCapture/BitmapData 在小屏幕上的限制?
我开发了一个应用程序,最终将保存捕获的画布图像,该图像放大到 4000 像素,然后使用 ZendAMF 将结果上传到服务器。这在我所有的开发机器上都运行良好。然而,我的客户正在运行一台小型上网本,当他将其提交到服务器时,服务器上的图像无法扩展到 Flash Player 10 令人惊叹的 4095 像素限制,而是降至 Flash Player 9 的 2880 像素限制...我我一生都无法弄清楚他到底出了什么问题,也无法在我正在运行的任何东西上重现该错误。以前有人遇到过这样的事情吗?我正在使用 Flex 3.4 框架并需要 Flash Player 10。任何帮助将不胜感激。
I have developed an application that in the end will save a captured image of a canvas that's scaled up to 4000 pixels then upload the result to the server using ZendAMF. This all works fine on all of my development machines. However, my client is running a small netbook and when he submits it to the server, the image on the server doesn't scale to Flash Player 10's awesome 4095 pixel limitation, it's down to the 2880 limit from flash player 9... I for the life of me can not figure out what's going wrong on his end and can not reproduce the error on anything I'm running. Has anyone run into anything like this before? I'm using the Flex 3.4 framework and requiring Flash Player 10. Any help would be much appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我解决了这个问题...这完全是我自己的错。我留下了一行在一些系统上运行的代码。谢谢你的尝试。
I solved this... it was completely of my own fault. I left a line of code that was acting out on a few systems. Thank you for trying.