是否可以将 HTML5/CSS/jQuery GUI 应用到嵌入的 Flash 视频上?
我想拍摄一个托管在其他网站(例如 Youtube)上的 Flash 视频,并使用自定义设计的 HTML5 / CSS< 将其嵌入到我自己的网站中/strong> / jQuery 用于播放器控件的 GUI。
这可能吗?
或
我是否必须在 Flash 中创建新的播放器 GUI?
I would like to take a Flash video that is hosted on another site (like Youtube) and embed it into my own site with a custom designed HTML5 / CSS / jQuery GUI for player controls.
Is this possible?
or
Would I have to create the new player GUI in Flash?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于 YouTube,有一个 chromeless 播放器,它有一个初始播放按钮和 YouTube 徽标,但除此之外,您还可以制作自己的用户界面并通过 JavaScript 控制视频播放。
For YouTube, there is the chromeless player, it has an initial play button and a YouTube logo, but apart from that, you can make your own user interface and control the video playback from JavaScript.
据我所知,除了 Youtube 播放器之外,所有人都无法访问 Youtube 的视频。您必须翻录视频,以不受保护的格式或您可以使用的格式重新托管,然后通过您自己的播放器播放。然后,玩家可以通过普通的 AS3-Javascript 界面与嵌入站点进行非常简单的交互。互联网上大量有关如何执行此操作的教程。
As far as I know, Youtube makes its videos inaccessible to all but the Youtube player. You'd have to rip the video, rehost it in an unprotected format or in a format you can use, and then play it through your own player. The player could then interact pretty simply with the embedding site via the ordinary AS3-Javascript interface. Tutorials on how to do this are plentiful on the Internet.
取决于具体情况 jwplayer 就是为 YouTube 做的。
depends on the parcituclar case jw player does just that for youtube.