Flash投影仪并加载外部图像
我有一个 Flash 投影仪 (.exe) 文件,它从本地硬盘加载一些图像并移动它们。该应用程序在启动时由 VB 应用程序调用(因此它会在您打开系统时运行)。一切正常,但有一个可怕的问题。它不随机加载所有图像。我尝试通过禁用闪存中的“硬件加速”来解决这个问题(请参阅:http://forums.adobe。 com/thread/230262)并禁用“全屏”,但它再次随机发生! ……请帮忙。我做什么 ?
I have a Flash projector (.exe) file which load some images from local hard drive and move them. This application is called by a VB app at the startup (so it runs when you turn on the system). Everything works fine but there is a terrible issue. Randomly it DOES NOT load all images. I try to figure it out with disabling “Hardware acceleration” in flash (see: http://forums.adobe.com/thread/230262) and also disable “fullscreen”, but it happen randomly again!! … Please help. What I do ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试在上一张图片的
Event.COMPLETE
处理程序中加载下一张图片try loading every next image in the
Event.COMPLETE
handler of the previous one