Flex 和视频注释
我一直在研究如何使用 Flex 或 AIR 对视频进行注释。与 YouTube 上的做法类似。我没有得到太多快乐。想知道是否有人有任何见解?
谢谢
——马特
I have been investigating how to annotate video using Flex or AIR. Similar to how it is being done on YouTube. I am not getting much joy. Wondered if anybody might have any insight?
Thanks
--Matt
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这实际上可能比你想象的要简单。
这就是我要做的:
希望这会有所帮助。
哔叽-
This could actually be simpler than you thought.
Here's what I would do:
Hope this helps.
Serge-
参考 Youtube AS3 API
马特,您可以在http://code.google.com/apis/ youtube/flash_api_reference.html
您可以从上面的链接查看一些演示示例,以了解如何开始。如果您有兴趣,也可以使用 Javascript API 来完成此操作。
我们使用 Youtube AS3 API 来丰富内容公司的视频,构建它相当简单 - 查看 onion.tv 上的演示
Matt you can refer the Youtube AS3 API's at
http://code.google.com/apis/youtube/flash_api_reference.html
You can check some demo examples from the link above to get an understanding how you can start off. You can also do this with Javascript API's if you are interested.
We have used Youtube AS3 API for enriching videos for content companies and it was fairly straightforward to built it - check demo at onion.tv