以编程方式嵌入 Blip.tv 视频
我正在尝试构建一个 php 视频嵌入函数,自动解析视频 URL,然后从中生成正确的嵌入代码。我在使用新的 blip.tv 播放器时遇到问题,因为在嵌入代码中没有引用有意义的 url 中的视频。这里有一个例子:
URL:http://blip.tv/NovusSwell/s3w31-hawaii-surfer-groms-with-potato-cannon-spud-gun-5471671
嵌入代码:
<embed src="http://blip.tv/play/g8hQgs38GwI" type="application/x-shockwave-flash" width="550" height="327" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" ></embed>
g8hQgs38GwI是我无法从 URL 中猜出的视频 ID。
有解决办法吗?
I'm trying to build a php video embedding function that parses the video URL automatically and then produces the right embed code out of that. I'm having trouble with the new blip.tv player because there is no reference the the video in the url that makes sense in the embed code. Here goes an example:
URL: http://blip.tv/NovusSwell/s3w31-hawaii-surfer-groms-with-potato-cannon-spud-gun-5471671
Embed Code:
<embed src="http://blip.tv/play/g8hQgs38GwI" type="application/x-shockwave-flash" width="550" height="327" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" ></embed>
g8hQgs38GwI is the video Id that I cannot guess out of the URL.
Is there a solution to this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据Blip.tv Wiki,这就是您需要的do:
/rss/channel/item/media:player
中找到复制/粘贴代码According to Blip.tv Wiki here's what you need to do:
/rss/channel/item/media:player