使用 PHP 删除某一特定页面的缓存
我在我的网页中使用 Flowplayer。视频结束后,我会切换到另一个视频并重新启动播放器。如果我在播放第一个视频的同时删除第一个视频并上传第二个视频,就会出现问题。如果我清除浏览器缓存并再次重新启动播放器,它将播放最后上传的文件。请指导我:是否有其他方法可以清除特定页面的缓存,或重新启动Flowplayer缓存?
I am using Flowplayer in my webpage. Once the video ends, I change to another video and restart the player. My issue occurs if I remove the first video and upload the second video while still playing the first video. If I clear the browser cache and again restart the player, then it plays the last uploaded file. Please guide me: is there is any other way to clear the cache of a particular page, or restart the Flowplayer cache?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
确保每个视频都有自己的网址,并使用此调用确保页面本身不被缓存:
Make sure each video have it's own URL, and use this call to make sure the page in itself isn't cached:
将这两行添加到您的代码中,位于应用程序顶部的某个位置
Add these 2 lines in you're code, somewhere at the top of you're app