Flash Player版本问题

发布于 2024-10-15 04:49:25 字数 317 浏览 2 评论 0原文

我面临一个奇怪的问题。在我的 Flex 应用程序中,有一个 单击每个网格项时,网格将调度一个事件并显示 细节。像往常一样,我将组件的状态更改为 实现这一目标。但这在我的机器上运行得很好,但是从我的 客户端它不工作。我看到的唯一区别是 Flash播放器版本的差异。我这里的 FP 版本是 10,0,45,2,但现场有最新版本:10.1.102.64。 这会导致 Flex 应用程序的行为出现问题吗? 我在这里很困惑,因为我无权更换播放器 我机器上的版本。

有没有人遇到过这样的同样的问题。或者任何人都可以帮助我 这两个版本之间的主要区别。

预先感谢您的帮助。

干杯, 阿努普

I am facing one weird problem. In my flex application, there is one
grid on click of each grid item, it will dispatch one event and show
the details. As usual am changing the state of the component to
achieve this. But this is working perfectly in my machine, but from my
client side it is not working. Only difference am seeing is the
difference in flash player version. The FP version am having here is
10,0,45,2 but the onsite is having the latest version : 10.1.102.64.
Will this cause any problem in the behaviour of the flex application?
Am quite confused here, because I have no rights to change the player
version in my machine.

Do anyone have face the same problem like this. Or can anyone help me
with the main difference between these two versions.

Thanks in advance for your help.

Cheers,
Anoop

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

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

发布评论

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

评论(2

冷了相思 2024-10-22 04:49:25

Flex 应用程序之间的大多数行为差异是由于编译期间使用了不同的 Flex SDK(例如,您的客户端是否正在查看正在运行的 .swf 文件的二进制精确副本)或具有不同插件 API 的浏览器(方式例如,他们处理 500 个错误)。如果您认为这是 Flash 播放器版本问题(它们可能很少见,因为它们跨播放器版本运行回归测试,以便亿万年前的 Flash swf 文件运行良好),您当然可以升级到该播放器版本并亲自查看。

您是否还能够排除任何连接问题,例如防火墙或代理服务器?

Most behavioral differences between flex applications are due to different flex SDKs being used during compilation (for instance, is your client viewing the binary-exact copy of the .swf file that you are running) or browsers with different plug-in APIs (the way they handle 500 errors for instance). If you think it's a flash player version issue (they are probably rare since they run regression tests across player builds so that flash swf files from eons ago run fine), you can certainly upgrade to that player build and see for yourself.

Are you also able to rule-out any connectivity issues such as firewalls or proxy servers?

梦回梦里 2024-10-22 04:49:25

单击该项目时,您使用什么来获取所选项目 - event.target.selecteditem 或 event.currentTaget.selecteditem ?尝试从目标更改为当前目标,反之亦然,它可能在两台机器上都有效。

While the item is clicked what are you using you using to get the selected item - event.target.selecteditem or event.currentTaget.selecteditem ? Try to change from target to currentTarget or vice-versa,it might work in both the machines.

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