如何提取可嵌入 Flash 标签中命名的 .swf?

发布于 2024-08-01 19:13:07 字数 250 浏览 4 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

戏舞 2024-08-08 19:13:07

这通常是通过服务器上的重写规则来完成的。 我不确定它如何与其他 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文