现在的位置: 首页 > 综合 > 正文

免费的Silverlight Streaming存储空间

2013年10月12日 ⁄ 综合 ⁄ 共 1831字 ⁄ 字号 评论关闭

之前我一直在使用 http://silverlight.live.com/ 作为我开发的 silverlight 免费存储空间, 最近这里看到将在2010年1月31号就将停止。在上述地址提供的推荐替代方案是使用 Windows Azure

Azure 的价格表,请参看: http://www.microsoft.com/windowsazure/offers/ 其中免费的可以提供500M的空间,如下图:

image

如何申请 Azure ,并部署 Silverlight Application ,有很多博客都写到的,下面就是一些这样的博客:

不用工具,10分钟内在Windows Azure部署Silverlight Application:
http://colinizer.com/2009/12/14/deploy-this-silverlight-application-on-windows-azure-in-10-minutes-no-tools-required/

Hosting Videos on Windows Azure
http://blogs.msdn.com/david_sayed/archive/2010/01/07/hosting-videos-on-windows-azure.aspx

Using Azure as a Silverlight Streaming replacement
http://timheuer.com/blog/archive/2009/11/30/using-windows-azure-to-replace-silverlight-streaming-howto.aspx

Creating and Publishing a Silverlight Video to Windows Azure
http://blogs.msdn.com/david_sayed/archive/2010/01/07/creating-and-publishing-a-silverlight-video-to-windows-azure.aspx

Setting up Windows Azure for video storage
http://blogs.msdn.com/david_sayed/archive/2010/01/07/setting-up-windows-azure-for-video-storage.aspx

 

为了更方便的使用 Azure, 下面有几个工具推荐,都是免费的:

Azure Storage Explorer  , 协助我们在 Azure 上存取文件的工具,下载地址如下:
http://azurestorageexplorer.codeplex.com/

 

Windows Live Writer 嵌入Azure 的 Silverlight Application,并嵌入博客的插件:
http://gallery.live.com/liveItemDetail.aspx?li=f84d87b9-e284-4691-aa90-2d628e67af6f&pl=8&bt=9

对这个插件的介绍博客:
Azure Blob Storage plugin for Windows Live Writer now available
http://www.clarkezone.net/default.aspx?id=395b2013-40c3-4459-9824-43890bde7b2c

Embedding a Silverlight Video in a Blog
http://blogs.msdn.com/david_sayed/archive/2010/01/07/embedding-a-silverlight-video-in-a-blog.aspx 

 

参考资料:

如何在Windows Azure上托管SilverLight应用
http://blogs.msdn.com/yananwu/archive/2009/04/04/windows-azure-silverlight.aspx

 

下面就是我嵌入的一个演示:使用的是 iframe

<iframe style="width: 500px; height: 180px" 
src=http://ghj1976.blob.core.windows.net/silverlight/TwoWayBindingTestPage.html
frameborder="0" scrolling="no"></iframe>

抱歉!评论已关闭.