管理信息亭保存的数据
我正在构建一个信息亭,现在客户希望信息亭保存用户对页面的点击次数。我被告知要在第一次使用共享对象时对其进行初始化,然后增加共享对象页面的点击次数。然后你可以制作另一个应用程序来显示结果。
由于我以前从未见过这样做,任何人都可以提供有关如何完成此操作的任何建议或链接吗?请编写基本脚本,不要使用 Flex 或 OOP。
I'm building a kiosk and now the client wants the kiosk to save the number of clicks the user makes to a page. I was told to initialize sharedobject the first time it's used and then increment the sharedobject page clicks. Then you can make another app to display the results.
Being I never seen this done before, can anyone offer any advice or links to how this would be done? Basic scripting please, no flex or OOP.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尽管非官方,该网站 http://www.permadi.com/tutorial/flashSharedObject/index.html html 几乎总结了一切。
请在此处查找官方文档:http:// help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html
一些基本的谷歌搜索也可以为您完成这项工作。
干杯
Though unofficial, this website http://www.permadi.com/tutorial/flashSharedObject/index.html pretty much sums it all up.
Please find the official documentation here: http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html
Some basic googling would have done the job for you as well.
Cheers