如何访问现有的闪存共享对象?
我正在尝试使用 sharedObject.getLocal("sharedObjectName");
访问 Flash 共享对象
但是,它总是创建一个新对象并且找不到现有对象,然后我搜索了它所在的位置保存对象,我从互联网上获取了这个位置: c:/Documents and Settings/username/Application Data/Macromedia/Flash Player/#SharedObjects
但是,我无法在 Windows XP 中获取此目录。
任何人请帮助我访问驻留在我的 Flash 媒体服务器\应用程序文件夹中的共享对象。
I am trying to access a flash shared object using sharedObject.getLocal("sharedObjectName");
But, it always creates a new object and doesn't locate the existing object, then I searched the location where it saves the object and I got this location from the internet: c:/Documents and Settings/username/Application Data/Macromedia/Flash Player/#SharedObjects
But, I could not get this directory in my windows XP.
Anyone please help me to access my shared object which is residing in my flash media server\application folder..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Flash Media Server 共享对象可以通过以下方式读取:
Flash Media Server shared object can be read in next ways: