随笔分类 -  Flash/SilverLight

摘要:1.http://blogs.msdn.com/tims/archive/2007/07/31/iframe-support-in-silverlight-streaming.aspx http://silverlight.net/forums/p/3722/10851.aspxThis-> http://www.ddj.com/architect/202800424?pgno=2-----... 阅读全文
posted @ 2009-02-10 18:22 IamV 阅读(597) 评论(0) 推荐(0)
摘要:http://www.cnblogs.com/yangzhou1030/archive/2008/11/05/1326794.html 阅读全文
posted @ 2008-12-20 21:03 IamV 阅读(237) 评论(0) 推荐(0)
摘要:myBall.RenderTransform = new TranslateTransform(); Storyboard sb = new Storyboard(); DoubleAnimation da = new DoubleAnimation(); da.From = 0; da.To = 1000; da.RepeatBehavior = RepeatBehavior.Forever; ... 阅读全文
posted @ 2008-12-03 23:56 IamV 阅读(905) 评论(0) 推荐(0)
摘要:Error:2104 无法下载 Silverlight 应用程序。检查 Web 服务器设置 2104 Couldn't download the silverlight application.CheckwebServer Settings. Silverlight Error #2104 Could not download the silverlight application in IIS6... 阅读全文
posted @ 2008-12-02 13:11 IamV 阅读(1050) 评论(2) 推荐(0)
摘要:Desklighter今天发现一个小工具,可以把开发的Silverlight .xap 文件转化成 .exe文件,方便的在桌面上运行.Silverlight是WPF的一个子集,我们可以比较容易的将代码迁移到WPF上来,但是如果我们不想要那么麻烦的话,那么我们可以使用Desklight这个工具直接把Silverlight成果从Web上搬移到桌面上来.该工具原理很简单,Silverlight在wind... 阅读全文
posted @ 2008-11-26 14:27 IamV 阅读(576) 评论(0) 推荐(0)
摘要:Silverlight 2.0 正式版跨域提交数据【注】本文代码基于 Silverlight 2.0 正式版。Silverlight 2.0 正式版发布之后,在 HttpWebrequest 方面也发生了一些变化,以前的代码正式版里面可能就无法运行了,具体的变化主要有: 1,在调用 HttpWebRequest.BeginGetResponse() 之前,Request 流必须关闭; 2,Http... 阅读全文
posted @ 2008-11-25 17:28 IamV 阅读(360) 评论(0) 推荐(0)