是否可以使用 swfObject 设置 cookie?
正在处理脚本,应该通过链接接收 cookie 和设置。好吧,cookie 可能会以其他方式传递,但需要将它们传递给 swfObject 以便脚本可以正常工作。
是否可以?
Working on script, that should receive cookies and settings via link. Well cookies might be passed otherwise, but they need to be passed to the swfObject so that script could work correctly.
Is it possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案是否定的。 SWFObject 与 cookie(或 Flash 共享对象)无关。您将需要使用外部 JavaScript 来处理 cookie。 PPK 有一个很棒的脚本可供您使用。
如果您需要通过 SWFObject 将数据传递到 SWF,则可以使用自己的 JavaScript 提取 cookie 数据,然后在嵌入 SWF 之前将其添加到 flashvars 对象中。请参阅http://learnswfobject.com/the-basics/advanced-options -with-dynamic-publishing/ 有关如何使用 SWFObject 的说明,包括传递 flashvars。
The answer is no. SWFObject has nothing to do with cookies (or Flash Shared Objects, for that matter). You will need to handle cookies using external JavaScript. PPK has a great script you can use.
If you need to pass data to your SWF via SWFObject, you'd extract the cookie data using your own JavaScript, then add it to your flashvars object before embedding the SWF. See http://learnswfobject.com/the-basics/advanced-options-with-dynamic-publishing/ for instructions on how to use SWFObject, including passing flashvars.