Flex 动作等待网络响应

发布于 2024-11-16 14:21:19 字数 158 浏览 6 评论 0原文

我有一个基于 Flex 的小型实用程序,带有单个按钮。单击此按钮,请求将发送到服务器,并且必须在同一调用中读取响应。 重要的是不要等待事件处理程序的响应(这很简单)。

基本上这是同步调用。

我可以接受阻止用户界面等。

是否可以实施?

谢谢

I have small Flex web based util with single button. On this button click a request is sent to server and the response must be read in the same call.
This is important not to wait for response with event handler (which is trivial).

Basically this is synchronous call.

I am ok with blocking ui and so on.

Is it possible to implement?

thank you

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

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

发布评论

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

评论(1

叫思念不要吵 2024-11-23 14:21:19

您没有任何方法可以在 Flash Player 中同步获取服务器调用的结果。

You haven't any way to get result of the server call synchronously in Flash Player.

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