在 Silverlight 中显示 GIF
我的 Web 服务器上的一个文件夹中有许多 gif /dir/subdir/bla.gif
等。
在同一台服务器上有一个 Silverlight 3 应用程序 /ClientBin/bla.xap.
有没有办法在 Silverlight 应用程序中显示 gif?
我尝试过 然后在代码设置中
this.img.Source=new BitmapImage(new Uri("/dir/subdir/bla .gif"))
没有成功。
欢迎任何想法。
I have a number of gifs in a folder on my web server /dir/subdir/bla.gif
etc.
On that same server is a Silverlight 3 application /ClientBin/bla.xap
.
Is there any way to display the gifs in the Silverlight app?
I've tried <Image x:Name=img" />
and then in code setting this.img.Source=new BitmapImage(new Uri("/dir/subdir/bla.gif"))
with no success.
Any ideas welcome.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以查看 Codeplex 上的 Silverlight ImageTools:http://imagetools.codeplex.com/
You might look into Silverlight ImageTools on Codeplex: http://imagetools.codeplex.com/
Silverlight 本身并不支持 GIF。如果你想花点钱,你可以购买第三方控件,比如这个: http: //www.componentone.com/SuperProducts/ImageSilverlight/
Silverlight does not natively support GIF. If you want to spend some money, you can buy a third party control, such as this one: http://www.componentone.com/SuperProducts/ImageSilverlight/