我想知道如何创建一个像 YouTube 一样的 Flash 播放器
我基本上想嵌入一个 swf 对象,然后向其提供不同的视频。现在,我制作了一个 xml 驱动的视频播放器,但是,我必须为要嵌入到我的网站上的每个视频创建一个新的 swf 和 xml 列表。这是真正的拖累和痛苦。制作一个像youtube这样的通用播放器的程序是什么? 仅供参考:我无法使用 Flow Player,因为它使用 Java 脚本,并且我希望我在网站上制作的页面能够在 Facebook 上共享。
I basically want to embed a swf object and then feed different videos to it. Right now, I made a xml driven video player, however, I would have to create a new swf and xml list for each video I want to embed on my site. This is a real drag and pain. What is the procedure to make a universal player like youtube.
FYI: I can't use flow player because it uses java script and I would like the pages I make on my site to be able to share on facebook.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看有关 Adobe 开源媒体框架 的文章。主页此处。
Take a look at an article for the Adobe Open Source Media Framework. Home site here.
如果您必须为每个视频创建一个新的 swf,那么播放器 xml 是如何基于的?
您只需在嵌入时通过 flashvars 发送 flv 的绝对路径即可。
How is the player xml based if you have to create a new swf for each video?
You have to simply send the absolute path of the flv at embed time through flashvars.