如何提取可嵌入 Flash 标签中命名的 .swf?
YouTube Flash 播放器具有嵌入链接,例如 http://www.youtube.com/v/5oiQdTfMAmo&hl=en&fs=1&
我怎样才能做同样的事情,其中没有提到 .swf 和播放器指向的文件被编码在 URI 中。
Youtubes flash player has embed links like http://www.youtube.com/v/5oiQdTfMAmo&hl=en&fs=1&
How can I do the same thing, where there is no mention of .swf and the file that the player points to is encoded in the URI.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这通常是通过服务器上的重写规则来完成的。 我不确定它如何与其他 Web 服务器一起使用,但对于 Apache,您可以在 .htaccess 文件中使用 mod_rewrite 和一些特殊的正则表达式。
This is usually done via rewrite rules on the server. I'm not sure how it works with other web servers, but with Apache you use mod_rewrite and some special regex in your .htaccess file.