如何在Expressions Web 3中向Silverlight添加更多视频 [英] How to add more videos to Silverlight in Expressions Web 3

查看:56
本文介绍了如何在Expressions Web 3中向Silverlight添加更多视频的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我坚持使用Microsoft Expressions Web 3中的Silverlight视频选项。 我可以添加"1"。视频到Silverlight,选择带有图库选项的查看器。 但是NOWHERE我可以找到关于添加"额外"的任何说明吗?视频到Silverlight
视频。 那里有什么想法吗?  (我正在使用带有Vista,Service Pack 2的PC。)

I am stuck with the Silverlight Video option in Microsoft Expressions Web 3.  I can add "1" video to Silverlight, choosing the viewer with the gallery option.  But NOWHERE can I find any instructions on adding "additional" videos to the Silverlight video.  Any ideas out there?  (I am using a PC with Vista, service pack 2.)

推荐答案

使用与您相同的图库分别插入其他视频做了第一个。  (当它询问您是否要覆盖.xap和.js文件时,请说"不" - 它们是相同的。如果您使用相同的图库。)  您将创建
多个silverlightcontainer div。

Insert the additional videos separately, using the same gallery as you did the first.  (When it asks you if you want to overwrite the .xap and .js file, say no - they are the same. if you used the same gallery.)    You'll be creating multiple silverlightcontainer divs.

现在,进入代码视图。 

Now, go into Code View. 

复制< PlaylistItem> ....< / PlaylistItem>区域 从附加的silverlight玩家进入第一个,在已经存在的区域之后排队。 填写< Title>< / Title>和< Description>< / Description>
标记每个播放列表项目。

Copy the <PlaylistItem> .... </PlaylistItem> areas from the additional silverlight players into the first one, lined up after the one that already exists.  Fill in the <Title></Title> and <Description></Description> tags for each of the playlist items.

您将拥有(以3个视频为例):

You'll have (for 3 videos, as an example):

  ;  < Items>

      < PlaylistItem>

         (第1个参数)

      < / PlaylistItem>

      < PlaylistItem>

          (第2个参数)

      < / PlaylistItem>

      < PlaylistItem>

          (第3个参数)

      < / PlaylistItem>

   < / Items>

   <Items>
      <PlaylistItem>
         (parameters for the 1st)
      </PlaylistItem>
      <PlaylistItem>
          (parameters for the 2nd)
      </PlaylistItem>
      <PlaylistItem>
          (parameters for the 3rd)
      </PlaylistItem>
   </Items>

从页面中删除额外的视频播放器。 只需删除包含每个视频的整个div("silverlightvideocontainer ...")。

Remove the extra video players from the page.  Just delete the entire div ("silverlightvideocontainer...") that contains each of them.

现在,所有视频都会在第一个图库中显示为播放列表。

All the videos will now show as a playlist in your first gallery.


这篇关于如何在Expressions Web 3中向Silverlight添加更多视频的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆