13th Annual Webby Awards powered by Silverlight

13届年度Webby奖采用Silverlight

原文连接:http://team.silverlight.net/case-study/13th-annual-webby-awards-powered-by-silverlight/

原文分类:Case Study(案例学习)

原文发表时间:PST 2009-04-26 20:06

翻译:Z731

This past week the entire Webby Awards platform, including The Webby People's Voice Awards voting system switched to Microsoft Silverlight.  The Webby Awards is the leading international award honoring excellence on the Internet, and has been sponsored by Adobe, Nokia, and others in the past.  This marks Microsoft’s first sponsorship of this event.  Webby Award winners range from celebrities and top brands to advertising and creative agencies.  In addition to providing the player for the Webby People’s Voice Awards, Microsoft’s presenting sponsorship of the 13th Annual Webby Awards includes presentation of a Photosynth and Deep Zoom collection of the Gala event and other Silverlight-powered experiences which will be rolled out over the coming months.

过去的这周里整个Webby奖平台包括Webby人民之声奖投票系统转移到微软Silverlight平台。Webby奖是一项表彰互联网上的卓越的国际领先奖项,过去一直由Adobe,Nokia和其他公司赞助。这标志着微软第一次赞助这项奖项。Webby大奖获得者涵括名人和顶级品牌到广告和创意机构。除了给第13届年度Webby人民之声奖提供播放器,微软赞助的第13届年度Webby大奖包括采用Photosynth和Deep Zoom集合呈现的Gala事件和其他有Silverlight提供的用户体验将在未来数月推出。

The Webby People's Voice Awards – powered by Silverlight, gives anyone the opportunity to vote for their favorite content in the categories of Websites, Mobile, Film and Video, and Interactive Advertising, with over 120 sub-categories.  Over 150 videos entries in the Film and Video category are streaming in Silverlight today on http://pv.webbyawards.com. In just the first day of The Webby People's Voice Awards voting, the Silverlight People’s Voice experience broke all previous Webby Awards records with over 70,000 votes registered.

Webby人民之声奖采用Silverlight技术,使任何人都可以在网站,手机,电影,视频和交互广告类别包括超过120个子类中为他们最喜欢的内容投票。现在在http://pv.webbyawards.com上的电影和视频类别中有超过150个视频项目是用Silverlight提供的视频流。仅在Webby人民之声奖投票的第一天,Silverlight人民之声奖体验就以超过7万投票注册者的业绩打破以往的Webby奖记录。

Visit www.webbyawards.com over the coming weeks to experience the 13th Annual Webby Awards powered by Silverlight.  Congratulations to Hard Rock Memorabilia and Vertigo for being selected as an Honoree in the ‘Best Use of Photography’ category.  Congratulations also to  NBCOlympics.com and Schematic – nominated in the Sports category.  Vote for the Silverlight NBC Olympics experience in the People’s Voice Awards at http://pv.webbyawards.com/ballot/home/1/568/620#entry1784.

在今后几周里访问www.webbyawards.com 来体验采用Silverlight技术的第13届年度Webby大奖 。祝贺Hard Rock 纪念品和Vertigo获得“最佳图像使用类”获。也祝贺NBCOlympics.com和Schematic获得体育类的提名。在http://pv.webbyawards.com/ballot/home/1/568/620#entry1784 的人民之声奖为NBC的Silverlight欧林匹克体验投票。

Some notes on the process of integrating Silverlight into the Webby site by Laurence Moroney – Silverlight developer.

来自Silverlight开发者Laurence Moroney 在集成Silverlight过程中的一些笔记。

When building new functionality for a website, often the integration of the technology is a longer, more difficult, and riskier proposition than the building of the application itself. The integration of Silverlight in the Webby awards site was an interesting exercise, run against the clock. There were a number of constraints, and the flexibility of the technology shone in being able to get around these constraints.

当为一个网站建立新功能时往往技术的集成是一个比建立应用程序本身更长,更困难更有风险的主题。给Webby奖网站集成Silverlight是一段与时间赛跑的有趣的工作。过程中遇到了很多困难,但是Silverlight技术的灵活性使得克服这些困难很容易。

 

  • One constraint was that the video needed to have a webby’s bug (the semi translucent logo in the lower right corner) and a Silverlight bumper added. This is typically easy enough to do when encoding video, but this had to be done to existing video without re-encoding it. Silverlight makes this easy. The bug is added by using a transparent PNG and adjusting its opacity. The bumper is added by catching events on the <MediaElement>  to determine when the video has finished playing. Then, it plays another video file which has been embedded into the player itself. Problem solved!
  • 一个困难是一个视频需要添加一个webby的昆虫商标(右下角的半透明商标)和一个Silverlight缓冲。如果是在编码视频的话这很容易解决,但这在不重新编码现有视频的情况下很难办到。Silverlight使其很容易办到。那个商标通过用一张透明的PNG图片并调整其透明度给加上了。缓冲则通过捕获<MedaiElement>上的事件来获知什么时候视频播放完了。然后,它播放另一个嵌入在播放器里面的视频文件。问题解决了!

  • Another was that the player needed to be embedded in an existing site, touching the site as little as possible, so as not to cause any regression bugs. Silverlight can do this easily, as it’s an <Object> tag, so it can be placed on a page without too much difficulty. However, placing the player isn’t enough – the player has to be initialized with the correct video, and with meta data related to the video (a title and link). Typically you might do this with an ASP.NET or PHP page that reads in parameters and generates the player with them. But how do you pass them to the player itself? Fortunately Silverlight has a solution to this in having a custom parameter list on the <Object> tag. So, for example, here’s the custom parameter for one of the videos on the Webbys site:
<param name="initParams" value="link=http://fr.youtube.com/watch?v=Z_-uKbBYwJk,
video=http://mssilver.vo.llnwd.net/d1/webby/1000000000004265.wmv,
height=520,width=587,title=Better than Prince
" />
  •  另一个问题是播放器需要嵌入到一个已存在的网站里,尽可能地与网站耦合少,以免引发回放bugSilverlight可以很容易地做到这些,因为它是一个<Object>标签,所以不难将其放到一个页面上。然而,把播放器放上去还不过,播放器还得以正确的视频和相关的元数据(标题和链接)初始化。通常你可能用一个ASP.NETPHP页面读取参数并用其产生播放器来实现。但是你怎么将其传到播放器本身呢?幸运的是Silverlight有一个做这些的解决方案,它的<Object>标签上有一个自定义的参数列表。所以,例如,下面是网站上的一个视频的自定义参数:
  • <param name="initParams" value="link=http://fr.youtube.com/watch?v=Z_-uKbBYwJk,
    video=http://mssilver.vo.llnwd.net/d1/webby/1000000000004265.wmv,
    height=520,width=587,title=Better than Prince
    " />

The resulting player can be found HERE.

由此产生的播放器可以在这里  找到。

So, thanks to the ease of integration of Silverlight on an existing site (even one built on non-Microsoft technology as the Webby awards site is), allowed us to go from zero to fully functioning, integrated functionality with only 2 people, in only 2 weeks.

所以,多亏了Silverlight在现有网站上的易集成性(即使是像Webby 奖网站这些用非微软技术建立的网站),使得我们只有两个人两周时间的情况下能从零起步到完成完整功能和功能集成。

转载于:https://www.cnblogs.com/Z731/archive/2010/09/14/13thAnnualWebbyAwardsPoweredBySilverlight.html

第13届年度Webby奖采用Silverlight / 13th Annual Webby Awards powered by Silverlight相关推荐

  1. ][互动大奖] Webby Awards 2012 第16届威比奖

    http://blog.sina.com.cn/s/blog_59fe4e920102eb7q.html 素有"互动界的奥斯卡奖"称号的Webby Awards威比奖历来是国际公认 ...

  2. 2022年(第13届蓝桥杯省赛)Python 14 天夺奖冲刺营

    2022年(第13届蓝桥杯省赛)Python 14 天夺奖冲刺营 2022.03.25 攒了一周的视频直播没有看,更新完了直接看合集. 数据结构基础之链表篇 什么是链表 链表是线性表的链式存取的数据结 ...

  3. 迎风破局!Cocos 引擎荣获第六届金陀螺奖「年度优秀游戏服务商奖」

    2021年12月10日,由广东省游戏产业协会.广东省虚拟现实产业技术创新联盟.深圳市科学技术协会.深圳市互联网文化市场协会指导,陀螺科技主办,深圳市科技开发交流中心.恒悦创客魔方协办,行业头部媒体游戏 ...

  4. 拉卡拉支付荣获第七届金柜台奖“年度最佳第三方金融服务”奖项

    1月6日,由广东<新快报>主办的第七届金柜台奖颁奖典礼在广州举行.有着十余年第三方支付领域持续创新和专业服务经验的拉卡拉支付,荣获2018金柜台奖"年度最佳第三方金融服务&quo ...

  5. 获奖丨泽信荣获“第十届艾景奖”2020年度十佳景观设计奖

    近日,第十届艾景奖国际园林景观规划设计大赛公布获奖名单,继荣获第十五届金盘奖.第三十五届国际WA Awards大奖之后,泽信邯郸云樾天著项目和天津公园御府项目再获佳绩,斩获第十届艾景奖[年度十佳景观设 ...

  6. 第七届“云鼎奖”投票火热开启!七大奖项您做主

    第八届全球云计算大会·中国站(Cloud Connect China)将于7月21-23日在宁波泛太平洋大酒店召开. 作为每年全球云计算大会·中国站的核心活动,"云鼎奖"(Top ...

  7. 2014第十三届小金话筒奖比赛(简章)报名开始了

    2014第十三届小金话筒奖比赛(简章)报名开始了 由中国电影电视艺术家协会.中国演讲与口才协会主办,北京齐乐文化传播有限公司承办的"小金话筒" 第十三届全国电视主持新星风采展示活动 ...

  8. FBEC2021暨第六届金陀螺奖颁奖典礼盛大开幕

    2021年12月10日,由广东省游戏产业协会.广东省虚拟现实产业技术创新联盟.深圳市科学技术协会.深圳市互联网文化市场协会指导,陀螺科技主办,深圳市科技开发交流中心.恒悦创客魔方协办,行业头部媒体游戏 ...

  9. 太原理工微型计算机控制试卷,太原理工大学微机原理考试(13届葬仪落整理).docx...

    太原理工大学微机原理考试(13届葬仪落整理).docx 简答第一章1简述计算机和微型计算机经过了哪些主要的发展阶段计算机电子管.晶体管.集成电路.大规模集成电路计算机.微型计算机低档8位微处理器和微型 ...

最新文章

  1. 切割图形_模型教程丨切割机使用——结合实例
  2. python介绍和用途-python应用领域介绍
  3. 如何使用live writer客户端来发布CSDN的博客文章?
  4. mysql8.0导入备份_mysql8.0.20配合binlog2sql的配置和简单备份恢复的步骤详解
  5. JAVA 虚拟机类加载机制和字节码执行引擎
  6. 【hive】hive(hive cli)中显示列名,不带表名
  7. 50、多线程创建的三种方式之实现Runnable接口
  8. Bailian2727 还是采药问题【模拟】
  9. ue4 FString 中文乱码问题
  10. 考HCIE大概需要多少钱?
  11. 【ACWing】1278. 树的统计
  12. 不管是否情愿,5G要来了,运营商该做的事一样也不能少
  13. 详解go中的混合锁 - mutex
  14. JAVA微信公众号开发之自动回复消息与图片
  15. 如何做SEO(关键词)
  16. java 云笔记_云笔记系统的设计与实现 PDF 下载
  17. 基于微信小程序的二手汽车拍卖系统
  18. Xxe漏洞 php,PhpSpreadsheet 1.5.0 XXE漏洞复现及分析
  19. 摩托罗拉中国暗备翻身仗:Android或是最后机
  20. go 二维码解析推荐gozxing

热门文章

  1. sharding分表后主键_Sharding-JDBC 使用入门和基本配置
  2. android 动态换肤框架,GitHub - ss520k/Android-Skin-Loader: 一个通过动态加载本地皮肤包进行换肤的皮肤框架...
  3. nginx pdo_mysql_lnmp环境,安装PHP7的扩展pdo_mysql报错的问题?
  4. html在表格添加下拉按钮,Bootstrap-table 使用说明--如何在表格td里增加一个按钮
  5. 云服务器怎么装mysql_云服务器(windows环境)安装mysql图文教程
  6. 数据合并计算php,各位大神,求助如果用VBA实现以下数据合并以及数量计算
  7. php怎么写for循环,PHP for循环的写法和示例
  8. 《兔兔公司的历史》那些年,百度的荣耀和沉沦
  9. go语言快速刷《程序员面试金典》(1)
  10. leetcode614. 二级关注者(SQL)