WEB开发网
开发学院WEB开发ASP.NET Silverlight for Windows Phone 7开发系列(4):... 阅读

Silverlight for Windows Phone 7开发系列(4):动画开发

 2010-10-09 08:15:42 来源:WEB开发网   
核心提示:前言上一篇文章述了如何使用MediaElement控件来播放网络电台,讲述了MediaElement控件支持的媒体文件格式以及其一些限制性,Silverlight for Windows Phone 7开发系列(4):动画开发,同时讲述了Slider控件的使用和数据绑定的方法,这篇文章讲述如何使用Sil

前言

上一篇文章述了如何使用MediaElement控件来播放网络电台,讲述了MediaElement控件支持的媒体文件格式以及其一些限制性,同时讲述了Slider控件的使用和数据绑定的方法。这篇文章讲述如何使用Silverlight进行动画的开发。

新增图片和配置文件

我使用Paint.net做了些电台的(徽标)logo文件,存放在Images文件里面。

Silverlight for Windows Phone 7开发系列(4):动画开发

查看原图(大图)

我把电台的配置信息保存到XML文件里面,以后可以通过修改该XML文件来扩展电台信息,提高可扩展性。甚至可以把配置文件存放到网上,程序每次启动的时候自动更新。

<?xml version="1.0" encoding="utf-8"?>
<stations>
 <station id="1" name="Mix 106.5" url="http://icecast.arn.com.au/1065.mp3" image="1065.png" />
    <station id="2" name="101.7 WS FM" url="http://icecast.arn.com.au/1017.mp3" image="1017.png" />
    <station id="3" name="The Edge96ONE" url="http://icecast.arn.com.au/961.mp3" image="961.png" />
    <station id="4" name="Mix 101.1" url="http://icecast.arn.com.au/1011.mp3" image="1011.png" />
    <station id="5" name="GOLD 104.3" url="http://icecast.arn.com.au/1043.mp3" image="1043.png" />
    <station id="6" name="97.3 FM" url="http://icecast.arn.com.au/973.mp3" image="973.png" />
    <station id="7" name="Mix 102.3" url="http://icecast.arn.com.au/1023.mp3" image="1023.png" />
    <station id="8" name="Cruise 1323AM" url="http://icecast.arn.com.au/1323.mp3" image="1323.png" />
</stations>   

1 2 3 4  下一页

Tags:Silverlight for Windows

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