如何从 .url 文件 link 到 youtube,以便它在没有 Flash 的情况下在 Firefox 上播放?

How to link to youtube from a .url file so that it plays on Firefox without Flash?

在我的软件安装程序中,我包含了一个指向 YouTube 教程的 tutorial.url 文件。它多年来一直运作良好。但现在如果没有安装 Flash 播放器,默认浏览器 Firefox 37.01 会出现问题,因此 youtube 使用 Html5 播放器。

tutorial.url 文件的内容:

[InternetShortcut]
URL=https://www.youtube.com/watch?v=K9k-wVDwYtw
IconFile=C:\WINDOWS\system32\SHELL32.dll
IconIndex=130

如果安装了 Flash Player,双击 tutorial.url 可以正常工作,但如果没有安装,则会显示文件保存对话框。截图:http://i.imgur.com/G3FKDy5.png

奇怪的是,如果我没有启动 tutorial.url 文件,而是将视频 URL (https://www.youtube.com/watch?v=K9k-wVDwYtw) 直接粘贴到 Firefox,它在 html5 玩家.

有什么解决办法吗?是否可以创建一个带有 link 到 Youtube 的 .url 文件,它可以在没有 Flash 播放器的 Firefox 上运行?

使用等效的 Youtube 嵌入 URL。即:

https://www.youtube.com/embed/K9k-wVDwYtw