确定是否有人打开闪光灯?

发布于 2024-09-25 04:26:23 字数 103 浏览 4 评论 0 原文

当用户使用带有闪存的应用程序时,我想更新 mysql 中的一行。当他们退出该应用程序时,我想更改该行以反映用户已离开。有没有办法轻松做到这一点?目前,我正在考虑编写一个带有套接字的连接管理器。

I want to update a row in mysql when a user uses an application with flash. And when they exit that application, I want to change the row to reflect that the user has left. Is there a way to do this easily? Currently, I'm thinking of writing a connection manager with sockets.

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

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

发布评论

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

评论(1

呆头 2024-10-02 04:26:23

使用 applicationComplete 事件。困难在于注意到用户何时退出应用程序,因为没有内置事件或机制来通知您。因此,我认为您采用基于连接的方法的方向是正确的,您可以在这个问题中进行比较:什么是Flash事件侦听器正在退出?

To know when the application is in use is an easy task with the applicationComplete event. The difficulty is to notice when the user exits the application, because there is no built-in event or mechanism that notifies you. So I think you are in the right direction with a connection based approach as you can compare in this question: what is the Flash event listener when flash is exiting?

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