WEB开发网
开发学院图形图像Flash Silverlight 3 Beta 新特性解析(4) - 离线功能篇... 阅读

Silverlight 3 Beta 新特性解析(4) - 离线功能篇

 2009-03-23 11:59:55 来源:WEB开发网   
核心提示:前提条件:阅读本文之前请确认你已经安装了如下软件Visual Studio 2008 (Express) SP1Silverlight 3 Tools For Visual StudioMicrosoft Expression Blend 3 MIX 09 Preview本篇主要内容:离线功能实战离线功能原理离线功能实

前提条件:

阅读本文之前请确认你已经安装了如下软件

Visual Studio 2008 (Express) SP1

Silverlight 3 Tools For Visual Studio

Microsoft Expression Blend 3 MIX 09 Preview

本篇主要内容:

离线功能实战

离线功能原理

离线功能实战:

在开始这个部分的学习之前,请大家下载一下Silverlight 3 Beta 新特性解析(3) - Media篇的源代码

我们将把这个程序变成离线应用程序,其大概步骤如下:

1.打开SL3Beta.Media工程中Properties目录下的AppManifest.xml文件,其默认状态下是不支持离线功能的

  1: <Deployment xmlns="http://schemas.microsoft.com/client/2007/deployment"

  2:     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"

  3: >

  4:   <Deployment.Parts>

  5:   </Deployment.Parts>

  6:  

  7:   <!-- Uncomment the markup and update the fields below to make your application offline enabled

  8:   <Deployment.ApplicationIdentity>

  9:     <ApplicationIdentity 

 10:       ShortName="Out of Browser Silverlight Application" 

 11:       Title="Window Title of Your Silverlight Application">

 12:       <ApplicationIdentity.Blurb>Description of your Silverlight application</ApplicationIdentity.Blurb>

 13:     </ApplicationIdentity>

 14:   </Deployment.ApplicationIdentity>

 15:   -->

 16: </Deployment>

1 2 3 4 5  下一页

Tags:Silverlight 特性

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接